O
Omar Alawna
Hi I have asked about this before but still could not get a good answer..I
created form1 and added form2 to the project then added some buttons to
form2..now I want to run form2 from form1.I wrote the following in the
form-load event of form1:
dim frm as new form2
form2.show
this will load the form2 but with no controls on it at all and without the
properties i specified for it
I am using VS2003 pro
thanks
created form1 and added form2 to the project then added some buttons to
form2..now I want to run form2 from form1.I wrote the following in the
form-load event of form1:
dim frm as new form2
form2.show
this will load the form2 but with no controls on it at all and without the
properties i specified for it
I am using VS2003 pro
thanks