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

C#

 
AnswerRe: Form submit to server Pin
OriginalGriff18-Oct-10 22:38
mveOriginalGriff18-Oct-10 22:38 
Questionhow to get value from form 1 to form 2 Pin
ash_ng18-Oct-10 17:29
ash_ng18-Oct-10 17:29 
AnswerRe: how to get value from form 1 to form 2 Pin
JF201518-Oct-10 18:07
JF201518-Oct-10 18:07 
AnswerRe: how to get value from form 1 to form 2 Pin
Abhinav S18-Oct-10 18:27
Abhinav S18-Oct-10 18:27 
AnswerRe: how to get value from form 1 to form 2 Pin
Calla18-Oct-10 19:46
Calla18-Oct-10 19:46 
GeneralRe: how to get value from form 1 to form 2 Pin
ash_ng18-Oct-10 20:07
ash_ng18-Oct-10 20:07 
GeneralRe: how to get value from form 1 to form 2 Pin
Calla18-Oct-10 20:19
Calla18-Oct-10 20:19 
GeneralRe: how to get value from form 1 to form 2 Pin
DaveyM6919-Oct-10 0:04
professionalDaveyM6919-Oct-10 0:04 
Assuming Form1 instanciates Form2, then Form1 can hold the reference of the Form2 instance it created. Using that reference it can access any properties or methods that are exposed in Form2.

Alternatively, if you want Form2 to tell Form1 that it has some data ready, use events.
See these links:
Pass value between forms using events[^]
Basic Event Creation[^]
Events Made Simple[^]
Dave

Binging is like googling, it just feels dirtier.
Please take your VB.NET out of our nice case sensitive forum.
Astonish us. Be exceptional. (Pete O'Hanlon)

BTW, in software, hope and pray is not a viable strategy. (Luc Pattyn)



AnswerRe: how to get value from form 1 to form 2 Pin
Varun Sareen18-Oct-10 22:26
Varun Sareen18-Oct-10 22:26 
GeneralRe: how to get value from form 1 to form 2 Pin
OriginalGriff18-Oct-10 23:44
mveOriginalGriff18-Oct-10 23:44 
AnswerRe: how to get value from form 1 to form 2 Pin
johannesnestler19-Oct-10 3:37
johannesnestler19-Oct-10 3:37 
AnswerRe: how to get value from form 1 to form 2 Pin
Jeff Connelly19-Oct-10 4:26
Jeff Connelly19-Oct-10 4:26 
QuestionWriting/show a Variable/Result into a XML File Pin
glenki18-Oct-10 12:10
glenki18-Oct-10 12:10 
AnswerRe: Writing/show a Variable/Result into a XML File Pin
Luc Pattyn18-Oct-10 13:02
sitebuilderLuc Pattyn18-Oct-10 13:02 
GeneralRe: Writing/show a Variable/Result into a XML File [modified] Pin
glenki18-Oct-10 13:17
glenki18-Oct-10 13:17 
GeneralRe: Writing/show a Variable/Result into a XML File Pin
Richard MacCutchan18-Oct-10 22:42
mveRichard MacCutchan18-Oct-10 22:42 
QuestionDialing modem Pin
Evgeni5718-Oct-10 8:45
Evgeni5718-Oct-10 8:45 
AnswerRe: Dialing modem Pin
T M Gray18-Oct-10 10:30
T M Gray18-Oct-10 10:30 
GeneralRe: Dialing modem Pin
Evgeni5718-Oct-10 10:34
Evgeni5718-Oct-10 10:34 
QuestionRe: Dialing modem Pin
monstale18-Oct-10 19:44
monstale18-Oct-10 19:44 
AnswerRe: Dialing modem Pin
Evgeni5718-Oct-10 22:04
Evgeni5718-Oct-10 22:04 
GeneralRe: Dialing modem Pin
monstale18-Oct-10 22:48
monstale18-Oct-10 22:48 
GeneralRe: Dialing modem Pin
Evgeni5718-Oct-10 23:39
Evgeni5718-Oct-10 23:39 
AnswerRe: Dialing modem Pin
Luc Pattyn18-Oct-10 11:02
sitebuilderLuc Pattyn18-Oct-10 11:02 
GeneralRe: Dialing modem Pin
Evgeni5718-Oct-10 22:23
Evgeni5718-Oct-10 22:23 

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.