Click here to Skip to main content
15,899,679 members
Home / Discussions / C#
   

C#

 
AnswerRe: How to retrieve non fixed-length records from a binary file Pin
Luc Pattyn28-Feb-07 10:14
sitebuilderLuc Pattyn28-Feb-07 10:14 
GeneralRe: How to retrieve non fixed-length records from a binary file Pin
htres1-Mar-07 3:04
htres1-Mar-07 3:04 
GeneralRe: How to retrieve non fixed-length records from a binary file Pin
Luc Pattyn1-Mar-07 7:07
sitebuilderLuc Pattyn1-Mar-07 7:07 
AnswerRe: How to retrieve non fixed-length records from a binary file Pin
htres5-Mar-07 4:48
htres5-Mar-07 4:48 
GeneralRe: How to retrieve non fixed-length records from a binary file Pin
Luc Pattyn5-Mar-07 11:14
sitebuilderLuc Pattyn5-Mar-07 11:14 
GeneralRe: How to retrieve non fixed-length records from a binary file Pin
htres5-Mar-07 13:11
htres5-Mar-07 13:11 
AnswerRe: How to retrieve non fixed-length records from a binary file Pin
DavidAtAscent28-Feb-07 14:12
DavidAtAscent28-Feb-07 14:12 
QuestionHow to add new control instances with sprcified name from within a custom control at design time Pin
Galib Anwar28-Feb-07 9:08
Galib Anwar28-Feb-07 9:08 
I'm working on a custom control that extends DataGridView.

It has a Form as its custom property editor, like property pages we had in VB6.
The property editor is simply another form popped up when a designer verb of the control is selected.
This form contains the interface required to specify the columns to be added to the parent datagridview instance.

When I use the costom datagridview control in a form and specify some columns to it, they are visible in design time, this is what i was upto. The problem is that every time I edit the grid instance throught the custom property editor a new set of columns are added into froms source. However, the previous ones are detouched from the grid but remain in the code page, cluttering up the source.

I would vastly appreciate help/suggestion in accomplishing two things,

1. Being able to Programatically specify the names of the columns (e.g. PersonName_col, insted of the default dataGridViewTextBoxColumn1...)
2. if the above is no allowed, a process of cleaning up the recedue (detached from the grid) columns from the forms source.

I'd be obliged to salute anybody who can understand what I'm trying to say, cause I myself am not very sure if have said it meaningfully enough. Nevertheless this is the place where I've seen many wonders take place.

Gratitude in advance to the kind heart(s) that will even attempt to help me out.
(Its oh so hard for me to keep it short)

Galib Anwar
A C# shortimer.
QuestionRegistering a COM component to use in VB6 Pin
gus_br28-Feb-07 8:31
gus_br28-Feb-07 8:31 
AnswerRe: Registering a COM component to use in VB6 Pin
mike montagne28-Feb-07 8:43
mike montagne28-Feb-07 8:43 
AnswerRe: Registering a COM component to use in VB6 Pin
DavidAtAscent28-Feb-07 13:49
DavidAtAscent28-Feb-07 13:49 
QuestionDataGridView DataBinding problem Pin
royk12328-Feb-07 8:11
royk12328-Feb-07 8:11 
QuestionHow to Fix the Column Width? Pin
Khoramdin28-Feb-07 8:03
Khoramdin28-Feb-07 8:03 
AnswerRe: How to Fix the Column Width? Pin
Ed.Poore28-Feb-07 8:18
Ed.Poore28-Feb-07 8:18 
Questionc# installer - exception throws - space inbetween folder name Pin
jtamil2001@yahoo.com28-Feb-07 7:52
jtamil2001@yahoo.com28-Feb-07 7:52 
AnswerRe: c# installer - exception throws - space inbetween folder name Pin
Stefan Troschuetz28-Feb-07 7:57
Stefan Troschuetz28-Feb-07 7:57 
GeneralRe: c# installer - exception throws - space inbetween folder name Pin
jtamil2001@yahoo.com1-Mar-07 0:38
jtamil2001@yahoo.com1-Mar-07 0:38 
GeneralRe: c# installer - exception throws - space inbetween folder name Pin
Stefan Troschuetz1-Mar-07 0:57
Stefan Troschuetz1-Mar-07 0:57 
GeneralRe: c# installer - exception throws - space inbetween folder name Pin
jtamil2001@yahoo.com1-Mar-07 4:35
jtamil2001@yahoo.com1-Mar-07 4:35 
GeneralRe: c# installer - exception throws - space inbetween folder name Pin
Stefan Troschuetz1-Mar-07 4:45
Stefan Troschuetz1-Mar-07 4:45 
GeneralRe: c# installer - exception throws - space inbetween folder name Pin
jtamil2001@yahoo.com2-Mar-07 2:33
jtamil2001@yahoo.com2-Mar-07 2:33 
GeneralRe: c# installer - exception throws - space inbetween folder name Pin
Stefan Troschuetz2-Mar-07 3:01
Stefan Troschuetz2-Mar-07 3:01 
GeneralRe: c# installer - exception throws - space inbetween folder name Pin
jtamil2001@yahoo.com2-Mar-07 7:11
jtamil2001@yahoo.com2-Mar-07 7:11 
GeneralRe: c# installer - exception throws - space inbetween folder name Pin
Stefan Troschuetz4-Mar-07 6:56
Stefan Troschuetz4-Mar-07 6:56 
QuestionWindows Service in background Pin
dannygilbert328-Feb-07 7:36
dannygilbert328-Feb-07 7:36 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.