[RESOLVED] How to have the same output
How can i make the same out output
This is frmCounter txtStart form, how can i make what will appear in #1 to appear in txtstart #2 form Number 2 form having the same output "#2 form is PC form ...'
http://img510.imageshack.us/img510/1067/88992948mv0.jpg
#2 form is PC form
http://img341.imageshack.us/img341/1328/11683830em9.jpg
Re: How to have the same output
Try this:
Code:
frmPC2.txtStart.Text = frmCounter.txtStart.Text
Re: How to have the same output
it didnt work its inside the frame how can i make it to work ? thanks a lot
1 Attachment(s)
Re: How to have the same output
Hmm, this works for me.
Are you sure the names are correct for your controls. What I showed was only an example, I may have had the names wrong.
Take a look at this example:
Re: How to have the same output
Thanks a lot to all of you i already got it thanks
Re: How to have the same output
Good :D
Can you mark the thread resolved now so people know it has been sorted for you.
Thanks