Click here to Skip to main content
15,922,155 members
Home / Discussions / C#
   

C#

 
AnswerRe: Change mouse pointer Pin
Vasudevan Deepak Kumar8-Jun-08 20:48
Vasudevan Deepak Kumar8-Jun-08 20:48 
QuestionHow to Change PaperSize,LandScape, ... in ReportViewer ? Pin
hdv2123-Jun-08 2:51
hdv2123-Jun-08 2:51 
Questionpass data from runtime created form to main form. Pin
redspiderke3-Jun-08 2:45
redspiderke3-Jun-08 2:45 
AnswerRe: pass data from runtime created form to main form. Pin
Colin Angus Mackay3-Jun-08 2:50
Colin Angus Mackay3-Jun-08 2:50 
GeneralRe: pass data from runtime created form to main form. Pin
redspiderke3-Jun-08 3:24
redspiderke3-Jun-08 3:24 
GeneralRe: pass data from runtime created form to main form. Pin
Colin Angus Mackay3-Jun-08 3:40
Colin Angus Mackay3-Jun-08 3:40 
GeneralRe: pass data from runtime created form to main form. Pin
redspiderke3-Jun-08 4:10
redspiderke3-Jun-08 4:10 
GeneralRe: pass data from runtime created form to main form. Pin
Colin Angus Mackay3-Jun-08 4:34
Colin Angus Mackay3-Jun-08 4:34 
redspiderke wrote:
The problem is that I want pass de data (textboxes) from the code generated form to the main form (frmMain).


They will be somewhere in the Controls collection? So long as you have uniquely identified them (use the Name property), you can use the Find method on the ControlCollection

For example:
myForm.Controls.Find("MyTextBox");

NOTE: The above line of code will return an array of Control objects because it is possible to have multiple controls with the same name.


QuestionHow to create a DLL library in C and then use it with C# Pin
islam.abdo3-Jun-08 2:42
islam.abdo3-Jun-08 2:42 
AnswerRe: How to create a DLL library in C and then use it with C# Pin
leppie3-Jun-08 3:21
leppie3-Jun-08 3:21 
AnswerRe: How to create a DLL library in C and then use it with C# Pin
mav.northwind3-Jun-08 3:38
mav.northwind3-Jun-08 3:38 
QuestionUsing a keyword as an enum identifier Pin
Duncan Edwards Jones3-Jun-08 2:41
professionalDuncan Edwards Jones3-Jun-08 2:41 
AnswerRe: Using a keyword as an enum identifier Pin
Colin Angus Mackay3-Jun-08 2:47
Colin Angus Mackay3-Jun-08 2:47 
GeneralRe: Using a keyword as an enum identifier Pin
Vikram A Punathambekar3-Jun-08 2:53
Vikram A Punathambekar3-Jun-08 2:53 
GeneralRe: Using a keyword as an enum identifier Pin
Duncan Edwards Jones3-Jun-08 3:03
professionalDuncan Edwards Jones3-Jun-08 3:03 
AnswerRe: Using a keyword as an enum identifier Pin
Vikram A Punathambekar3-Jun-08 2:52
Vikram A Punathambekar3-Jun-08 2:52 
GeneralRe: Using a keyword as an enum identifier Pin
Dan Neely3-Jun-08 3:43
Dan Neely3-Jun-08 3:43 
GeneralRe: Using a keyword as an enum identifier Pin
Vikram A Punathambekar3-Jun-08 4:01
Vikram A Punathambekar3-Jun-08 4:01 
AnswerRe: Using a keyword as an enum identifier Pin
Scott Dorman3-Jun-08 3:00
professionalScott Dorman3-Jun-08 3:00 
QuestionClass Libraries (DLL Files) Pin
Ian Uy3-Jun-08 2:39
Ian Uy3-Jun-08 2:39 
AnswerRe: Class Libraries (DLL Files) Pin
Colin Angus Mackay3-Jun-08 2:42
Colin Angus Mackay3-Jun-08 2:42 
GeneralRe: Class Libraries (DLL Files) Pin
Ian Uy3-Jun-08 2:44
Ian Uy3-Jun-08 2:44 
GeneralRe: Class Libraries (DLL Files) Pin
Vikram A Punathambekar3-Jun-08 2:55
Vikram A Punathambekar3-Jun-08 2:55 
GeneralRe: Class Libraries (DLL Files) Pin
Ian Uy3-Jun-08 2:57
Ian Uy3-Jun-08 2:57 
QuestionWSUS API Publishing Local Updates Pin
freakno13-Jun-08 2:37
freakno13-Jun-08 2:37 

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.