Click here to Skip to main content
15,916,188 members
Home / Discussions / C#
   

C#

 
GeneralRe: Adding own descriptions to intelli sense Pin
JacquesDP11-Jan-07 23:30
JacquesDP11-Jan-07 23:30 
GeneralRe: Adding own descriptions to intelli sense Pin
JacquesDP12-Jan-07 0:15
JacquesDP12-Jan-07 0:15 
QuestionCalling Managed code from c# dll. Is it possible? Pin
chandraskar11-Jan-07 22:33
chandraskar11-Jan-07 22:33 
AnswerRe: Calling Managed code from c# dll. Is it possible? Pin
Guffa11-Jan-07 22:55
Guffa11-Jan-07 22:55 
Questionregarding datagridview printing option in c# winforms Pin
vsekharbandaru11-Jan-07 22:03
vsekharbandaru11-Jan-07 22:03 
Questionhow to manage Device(s) from USB port ? Pin
hdv21211-Jan-07 21:56
hdv21211-Jan-07 21:56 
QuestionHowTo Get version of ActiveX on client & Update Pin
gholbrook11-Jan-07 21:22
gholbrook11-Jan-07 21:22 
QuestionHow to select a cell of a column of a list View?? Pin
Saira Tanwir11-Jan-07 19:14
Saira Tanwir11-Jan-07 19:14 
AnswerRe: How to select a cell of a column of a list View?? Pin
Nader Elshehabi11-Jan-07 21:32
Nader Elshehabi11-Jan-07 21:32 
AnswerRe: How to select a cell of a column of a list View?? Pin
CPallini11-Jan-07 22:37
mveCPallini11-Jan-07 22:37 
Questionhow to read information from pdf files Pin
deepualuru11-Jan-07 18:32
deepualuru11-Jan-07 18:32 
QuestionMonitor letter Drive (D:) Pin
picasso211-Jan-07 18:15
picasso211-Jan-07 18:15 
AnswerRe: Monitor letter Drive (D:) Pin
stancrm11-Jan-07 19:53
stancrm11-Jan-07 19:53 
AnswerRe: Monitor letter Drive (D:) Pin
Nader Elshehabi11-Jan-07 21:37
Nader Elshehabi11-Jan-07 21:37 
QuestionAccessing Image from MS Access. [modified] Pin
Shaurya_Rastogi11-Jan-07 18:09
Shaurya_Rastogi11-Jan-07 18:09 
QuestionDataGrid Pin
swjam11-Jan-07 17:57
swjam11-Jan-07 17:57 
I dragged a DataGrid from the toolbox to a form. Then I created my own class MyDataGrid and derived it from a DataGrid. Now, the instance of the DataGrid class that I dragged to the form, say dataGrid1, I replaced with an instance of MyDataGrid.
So instead of having:
private System.Windows.Forms.DataGrid dataGrid1;
I have:
private MyDataGrid dataGrid1;

After making all the other necessary changes, my code compiled but when I go back to VStudio Design View, the form is not displaying.
I know there is something inherently wrong with how I did this, but what is the proper way of associating a user-defined DataGrid to a form?
I need to use my own DataGrid version because I need to override a mouse event.

Thank in advance!

I am a SysAdmin, I battle my own daemons.

AnswerRe: DataGrid Pin
Nader Elshehabi11-Jan-07 21:48
Nader Elshehabi11-Jan-07 21:48 
Questionerror in storage.InsertRecords [modified] Pin
tahreen shah11-Jan-07 17:11
tahreen shah11-Jan-07 17:11 
QuestionWhen is a DropDownItem not a DropDownItem? [modified] Pin
JoeRip11-Jan-07 16:55
JoeRip11-Jan-07 16:55 
AnswerRe: When is a DropDownItem not a DropDownItem? Pin
JoeRip11-Jan-07 17:29
JoeRip11-Jan-07 17:29 
AnswerRe: When is a DropDownItem not a DropDownItem? Pin
ChandruIT11-Jan-07 17:37
ChandruIT11-Jan-07 17:37 
GeneralRe: When is a DropDownItem not a DropDownItem? Pin
JoeRip11-Jan-07 18:25
JoeRip11-Jan-07 18:25 
QuestionPreview Type Window (Form) Pin
Nooie11-Jan-07 15:19
Nooie11-Jan-07 15:19 
Questiontopic for final year proj inj c# Pin
Mri1a11-Jan-07 12:56
Mri1a11-Jan-07 12:56 
AnswerRe: topic for final year proj inj c# Pin
Not Active11-Jan-07 14:42
mentorNot Active11-Jan-07 14:42 

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.