Problem with control form1's object from form2

C

Chris Dunaway

On Sun, 1 Aug 2004 15:21:18 +0300, Umut ERGÜN wrote:

Is it really August 1st where you are? I doubt it. Please fix your system
date and time
--
Chris

dunawayc[AT]sbcglobal_lunchmeat_[DOT]net

To send me an E-mail, remove the "[", "]", underscores ,lunchmeat, and
replace certain words in my E-Mail address.
 
U

Umut ERGÜN

hi!..

i have got 2 forms in my project and i want to change textbox1 value in
form1 from form2
i did like that

while form1 and form2 show mode

Public class form2
dim form1 as new form1
form1.textbox1.text="MP"
end class

what is the problem there is no error but no events too
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top