how come i can show from form1 to form2 but not from form2 to form3?
error:Object reference not set to an instance of an object.
though i did exactly the same...
Printable View
how come i can show from form1 to form2 but not from form2 to form3?
error:Object reference not set to an instance of an object.
though i did exactly the same...
Post code
use code like this when displaying a form:
VB Code:
dim formintance as new Form3 Form3.Show
erm I already told you your problem in this thread http://vbforums.com/showthread.php?threadid=275395Quote:
Originally posted by Goh
how come i can show from form1 to form2 but not from form2 to form3?
error:Object reference not set to an instance of an object.
though i did exactly the same...
and apparently kasracer and others have done the same. you know you can use the POST REPLY button when viewing your thread instead of clicking the NEW THREAD button. You posted the same subject twice (or more?)