Click here to Skip to main content
15,905,233 members
Home / Discussions / C#
   

C#

 
GeneralRe: Transferring focus from a textbox to a button Pin
Jimmanuel24-Jan-10 5:32
Jimmanuel24-Jan-10 5:32 
GeneralRe: Transferring focus from a textbox to a button Pin
gamer112724-Jan-10 5:53
gamer112724-Jan-10 5:53 
GeneralRe: Transferring focus from a textbox to a button Pin
Jimmanuel24-Jan-10 5:58
Jimmanuel24-Jan-10 5:58 
GeneralRe: Transferring focus from a textbox to a button Pin
ragnaroknrol25-Jan-10 2:36
ragnaroknrol25-Jan-10 2:36 
QuestionMy Options Window Pin
Jassim Rahma24-Jan-10 1:50
Jassim Rahma24-Jan-10 1:50 
AnswerRe: My Options Window Pin
Som Shekhar24-Jan-10 2:22
Som Shekhar24-Jan-10 2:22 
QuestionPassing and displaying variables in forms Pin
Wogboiii23-Jan-10 23:36
Wogboiii23-Jan-10 23:36 
AnswerRe: Passing and displaying variables in forms Pin
Som Shekhar23-Jan-10 23:51
Som Shekhar23-Jan-10 23:51 
your question is very very confusing. Could you please confirm this in a synopsis first?

What I gather is that

You open

form2 from form1.
form3 from form2

you want to pass data between forms.

there are a few methods to do this. these are:

1. when you open a form, you can pass parameters.
2. when you close the form, you can use properties to receive values from the closed forms.

3. if you want to pass the data while they are open, one of the most convenient methods is to have a static class, pass the values there. And add a eventhandler for every form when they come to focus.

4. write your own events and let the forms call events in other forms. Though this could be tricky with dialog mode forms. If you use Show(), it will work well.

Now, if you tell your problem in basic format, it would be easier to understand, your paragraph is really confusing to me atleast. may be others can understand better.
GeneralRe: Passing and displaying variables in forms Pin
Wogboiii24-Jan-10 0:01
Wogboiii24-Jan-10 0:01 
GeneralRe: Passing and displaying variables in forms Pin
Som Shekhar24-Jan-10 0:05
Som Shekhar24-Jan-10 0:05 
GeneralRe: Passing and displaying variables in forms Pin
Wogboiii24-Jan-10 0:09
Wogboiii24-Jan-10 0:09 
GeneralRe: Passing and displaying variables in forms Pin
Som Shekhar24-Jan-10 0:14
Som Shekhar24-Jan-10 0:14 
GeneralRe: Passing and displaying variables in forms Pin
Wogboiii24-Jan-10 17:21
Wogboiii24-Jan-10 17:21 
GeneralRe: Passing and displaying variables in forms Pin
Som Shekhar24-Jan-10 17:47
Som Shekhar24-Jan-10 17:47 
AnswerRe: Passing and displaying variables in forms Pin
sanforjackass24-Jan-10 0:15
sanforjackass24-Jan-10 0:15 
AnswerRe: Passing and displaying variables in forms Pin
#realJSOP24-Jan-10 2:05
professional#realJSOP24-Jan-10 2:05 
Questionlabel size Pin
jojoba201023-Jan-10 23:17
jojoba201023-Jan-10 23:17 
AnswerRe: label size Pin
Luc Pattyn23-Jan-10 23:28
sitebuilderLuc Pattyn23-Jan-10 23:28 
QuestionRe: label size Pin
jojoba201023-Jan-10 23:30
jojoba201023-Jan-10 23:30 
AnswerRe: label size Pin
Luc Pattyn23-Jan-10 23:49
sitebuilderLuc Pattyn23-Jan-10 23:49 
AnswerRe: label size Pin
OriginalGriff23-Jan-10 23:32
mveOriginalGriff23-Jan-10 23:32 
AnswerRe: label size Pin
dan!sh 23-Jan-10 23:47
professional dan!sh 23-Jan-10 23:47 
QuestionRe: label size Pin
jojoba201023-Jan-10 23:52
jojoba201023-Jan-10 23:52 
AnswerRe: label size Pin
dan!sh 24-Jan-10 4:15
professional dan!sh 24-Jan-10 4:15 
QuestionRe: label size Pin
jojoba201024-Jan-10 3:28
jojoba201024-Jan-10 3:28 

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.