Click here to Skip to main content
16,005,437 members
Home / Discussions / C#
   

C#

 
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 
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 
exactly. Remember that when you open form2 from form1, both the forms are open. form1 is not closed or hidden.

so,when you open form2 again from form3, you cannot open a parent from a child. you must be opening a new instance which is different from original form2.

So, yes, you should allow form3 to take data from user, wait for user to click on OK button. if he clicks OK, send a dialogresult OK to form2. also, add a property in form3 which will then be accessed from form2.

I assume that there is no reason for form3 to be open after it has taken the data from user.
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 
AnswerRe: label size Pin
OriginalGriff24-Jan-10 3:50
mveOriginalGriff24-Jan-10 3:50 
GeneralRe: label size Pin
Esigners13-Nov-13 19:35
Esigners13-Nov-13 19:35 

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.