G
Guest
hi iam using vs 2003 .net CF1
iam having 3 forms
user will select 1st form later go 2nd form
and 3rd form to fill up application
what iam doing is
once 1stform on button click()
dim f as new form1
f.show
on 2ndform on button click()
dim f as new form2
f.show
now iam 3 rd form
once the user save data in xml.
he will click cross button of 3form and 2form
to go back first form
and later the process countinues again
1stform->2ndform->3rdform
which is the best way to save memory
or anything i should close.
any mistakes....
or ease way....
thanks
iam having 3 forms
user will select 1st form later go 2nd form
and 3rd form to fill up application
what iam doing is
once 1stform on button click()
dim f as new form1
f.show
on 2ndform on button click()
dim f as new form2
f.show
now iam 3 rd form
once the user save data in xml.
he will click cross button of 3form and 2form
to go back first form
and later the process countinues again
1stform->2ndform->3rdform
which is the best way to save memory
or anything i should close.
any mistakes....
or ease way....
thanks