Click here to Skip to main content
15,909,656 members
Home / Discussions / C#
   

C#

 
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 
GeneralRe: form 1 to form 2 Pin
OriginalGriff7-Oct-09 3:51
mveOriginalGriff7-Oct-09 3:51 
dokhinahaoa wrote:
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).


Never ever suggest that! It is very bad practice to do this: fro example what happens if you need two instances of form2 with different parameters? Rmember we get a lot of beginners reading this forum - we do not want them getting the idea that this is something you should do in the real world!

Either pass parameters via the second form constructor, or use events to pass / pick up the data.

No trees were harmed in the sending of this message; however, a significant number of electrons were slightly inconvenienced.

This message is made of fully recyclable Zeros and Ones

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 
AnswerRe: datagrid textbox cell Pin
Henry Minute7-Oct-09 2:30
Henry Minute7-Oct-09 2:30 

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.