Click here to Skip to main content
16,016,580 members
Home / Discussions / C#
   

C#

 
Questionaccess variable of form1 in form2 Pin
komal Chhabra7-Mar-07 18:58
komal Chhabra7-Mar-07 18:58 
AnswerRe: access variable of form1 in form2 Pin
sam#7-Mar-07 19:01
sam#7-Mar-07 19:01 
AnswerRe: access variable of form1 in form2 Pin
barak1604877-Mar-07 19:21
barak1604877-Mar-07 19:21 
AnswerRe: access variable of form1 in form2 Pin
Stefan Troschuetz7-Mar-07 21:25
Stefan Troschuetz7-Mar-07 21:25 
QuestionCapturing characters in a DataGridView custom column Pin
Wayne Seegers7-Mar-07 14:09
Wayne Seegers7-Mar-07 14:09 
QuestionCustom Image Button Control Pin
Expert Coming7-Mar-07 13:58
Expert Coming7-Mar-07 13:58 
AnswerRe: Custom Image Button Control Pin
Expert Coming7-Mar-07 16:18
Expert Coming7-Mar-07 16:18 
QuestionApparently i have a control of type '7' Pin
Anthony Mushrow7-Mar-07 12:30
professionalAnthony Mushrow7-Mar-07 12:30 
I was checking some stuff in a groupbox, like this:

foreach(Control Thing in this.groupBox9.Controls) {
MessageBox.Show(Thing.GetType().ToString());
}

The groupbox contains two radio buttons, 4 checkboxes, and a normal button.
I got 2 messages saying "System.Windows.Forms.RadioButton",
4 Saying "System.Windows.Forms.CheckBox",
and another saying "System.Windows.Forms.Button". Pretty obvious right?

And then i got a final one that just had the number 7 in it. What is that?
AnswerRe: Apparently i have a control of type '7' Pin
Guffa7-Mar-07 13:07
Guffa7-Mar-07 13:07 
GeneralRe: Apparently i have a control of type '7' Pin
Anthony Mushrow7-Mar-07 13:52
professionalAnthony Mushrow7-Mar-07 13:52 
AnswerRe: Apparently i have a control of type '7' Pin
Guffa7-Mar-07 14:04
Guffa7-Mar-07 14:04 
GeneralRe: Apparently i have a control of type '7' Pin
Anthony Mushrow7-Mar-07 14:23
professionalAnthony Mushrow7-Mar-07 14:23 
AnswerRe: Apparently i have a control of type '7' Pin
Guffa7-Mar-07 14:32
Guffa7-Mar-07 14:32 
GeneralRe: Apparently i have a control of type '7' Pin
Anthony Mushrow7-Mar-07 14:38
professionalAnthony Mushrow7-Mar-07 14:38 
QuestionService Detection [modified] Pin
Darkness847-Mar-07 12:15
Darkness847-Mar-07 12:15 
AnswerRe: Service Detection Pin
pbraun7-Mar-07 15:55
pbraun7-Mar-07 15:55 
GeneralRe: Service Detection Pin
Darkness847-Mar-07 16:30
Darkness847-Mar-07 16:30 
QuestionDatagridview Pin
babbelfisken7-Mar-07 10:20
babbelfisken7-Mar-07 10:20 
QuestionCalling functions from VC++6 DLL Pin
MinaFawzi7-Mar-07 10:00
MinaFawzi7-Mar-07 10:00 
AnswerRe: Calling functions from VC++6 DLL Pin
Ravi Bhavnani7-Mar-07 10:30
professionalRavi Bhavnani7-Mar-07 10:30 
Questionhow can i create a variable Pin
marwan_siala7-Mar-07 9:47
marwan_siala7-Mar-07 9:47 
AnswerRe: how can i create a variable Pin
Luc Pattyn7-Mar-07 9:58
sitebuilderLuc Pattyn7-Mar-07 9:58 
GeneralRe: how can i create a variable Pin
marwan_siala7-Mar-07 10:19
marwan_siala7-Mar-07 10:19 
QuestionMenu to MenuStrip Changed Client Area Pin
Neal Conrardy7-Mar-07 8:23
Neal Conrardy7-Mar-07 8:23 
AnswerRe: Menu to MenuStrip Changed Client Area Pin
Neal Conrardy11-Mar-07 13:27
Neal Conrardy11-Mar-07 13:27 

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.