Click here to Skip to main content
15,891,136 members
Home / Discussions / C#
   

C#

 
QuestionGetting text from a document Pin
Nagy Vilmos7-Oct-09 3:12
professionalNagy Vilmos7-Oct-09 3:12 
AnswerRe: Getting text from a document Pin
Giorgi Dalakishvili7-Oct-09 3:31
mentorGiorgi Dalakishvili7-Oct-09 3:31 
GeneralRe: Getting text from a document Pin
Nagy Vilmos7-Oct-09 3:45
professionalNagy Vilmos7-Oct-09 3:45 
GeneralRe: Getting text from a document Pin
Giorgi Dalakishvili7-Oct-09 4:02
mentorGiorgi Dalakishvili7-Oct-09 4:02 
AnswerRe: Getting text from a document Pin
EliottA7-Oct-09 3:33
EliottA7-Oct-09 3:33 
Questionform 1 to form 2 Pin
ghelhei7-Oct-09 3:08
ghelhei7-Oct-09 3:08 
AnswerRe: form 1 to form 2 Pin
J4amieC7-Oct-09 3:14
J4amieC7-Oct-09 3:14 
AnswerRe: form 1 to form 2 Pin
AhmedMasum7-Oct-09 3:41
AhmedMasum7-Oct-09 3:41 
you can use public static global variable in first forms class (For example form1) and can access that data from next class by(form1.variablename).

Another way can be:
overload the constructor for form2 with paramater and create object of form2 with parameter from form1
GeneralRe: form 1 to form 2 Pin
OriginalGriff7-Oct-09 3:51
mveOriginalGriff7-Oct-09 3:51 
QuestionUsing Regex to find a Match Pin
butchzn7-Oct-09 2:38
butchzn7-Oct-09 2:38 
AnswerRe: Using Regex to find a Match Pin
OriginalGriff7-Oct-09 2:57
mveOriginalGriff7-Oct-09 2:57 
AnswerRe: Using Regex to find a Match Pin
PIEBALDconsult7-Oct-09 4:34
mvePIEBALDconsult7-Oct-09 4:34 
QuestionGo back to old file path after open file dialog box Pin
AhmedMasum7-Oct-09 2:18
AhmedMasum7-Oct-09 2:18 
AnswerRe: Go back to old file path after open file dialog box Pin
stancrm7-Oct-09 2:23
stancrm7-Oct-09 2:23 
GeneralRe: Go back to old file path after open file dialog box Pin
AhmedMasum7-Oct-09 3:32
AhmedMasum7-Oct-09 3:32 
GeneralRe: Go back to old file path after open file dialog box Pin
stancrm7-Oct-09 20:43
stancrm7-Oct-09 20:43 
AnswerRe: Go back to old file path after open file dialog box Pin
Nagy Vilmos7-Oct-09 3:26
professionalNagy Vilmos7-Oct-09 3:26 
QuestionUsing foreach to run thru an arraylist containing a struct Pin
Kyle Wood7-Oct-09 0:58
Kyle Wood7-Oct-09 0:58 
AnswerRe: Using foreach to run thru an arraylist containing a struct Pin
J4amieC7-Oct-09 1:10
J4amieC7-Oct-09 1:10 
GeneralRe: Using foreach to run thru an arraylist containing a struct Pin
Kyle Wood7-Oct-09 2:38
Kyle Wood7-Oct-09 2:38 
QuestionSet ID and value to a treeview node Pin
yesu prakash7-Oct-09 0:55
yesu prakash7-Oct-09 0:55 
AnswerRe: Set ID and value to a treeview node Pin
Henry Minute7-Oct-09 2:36
Henry Minute7-Oct-09 2:36 
QuestionGet checked child nodes from tree view Pin
yesu prakash7-Oct-09 0:33
yesu prakash7-Oct-09 0:33 
AnswerRe: Get checked child nodes from tree view Pin
stancrm7-Oct-09 0:37
stancrm7-Oct-09 0:37 
Questiondatagrid textbox cell Pin
Member 5903106-Oct-09 23:48
Member 5903106-Oct-09 23:48 

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.