G
Guest
Hi,
In my application(vb.net-pocket pc), there are 3 forms. From the first
form, I am using the following code to show the second screen.
form2.showdialog
from the sencond form to third, form3.showdialog is used.
from the third to the first form, form1.show dialog is used.
But I am not able to get the past instances of my previous forms. And
sometimes it hangs. I have tried several things like
form2.visible =true
form2.hide
form2.visible =false
form2 = new frmSecond
etc etc..................................
Please tell me how to navigate correctly between VB.Net forms and I wish to
get the previous instances of the forms. Also I wish to hide certain forms,
while coming back. Suppose 5 items are in my list box in a form. When I am
showing that form again, no items are displayed in the list box.
I dont know what happend. Please Help Me. Very Very urgent.
Without creating new instances of forms, how to show the forms with changing
data in their text boxes.???
I am getting carried away because of this. I dont know what happend
In my application(vb.net-pocket pc), there are 3 forms. From the first
form, I am using the following code to show the second screen.
form2.showdialog
from the sencond form to third, form3.showdialog is used.
from the third to the first form, form1.show dialog is used.
But I am not able to get the past instances of my previous forms. And
sometimes it hangs. I have tried several things like
form2.visible =true
form2.hide
form2.visible =false
form2 = new frmSecond
etc etc..................................
Please tell me how to navigate correctly between VB.Net forms and I wish to
get the previous instances of the forms. Also I wish to hide certain forms,
while coming back. Suppose 5 items are in my list box in a form. When I am
showing that form again, no items are displayed in the list box.
I dont know what happend. Please Help Me. Very Very urgent.
Without creating new instances of forms, how to show the forms with changing
data in their text boxes.???
I am getting carried away because of this. I dont know what happend