Board index » Visual Studio » hide problem on forms in pocket pc application

hide problem on forms in pocket pc application

Visual Studio351
Hey there ppl,

I am using a 4 form based application in pocket Pc and i am having trouble

hiding my forms.let me tell you like this...



Form1 is my main form.... after selecting what to do it launches form2.The

problem is when i click to close the form my form Form1 is shown again . I

tried to hide it before launching form2 but it did not work out.I tried to

dispose it and still no use.



I am familiar with vb 6.0 and form1.hide would be enough there... Is it

impossible on VB.NET ?

Anyone can help me?


-
 

Re:hide problem on forms in pocket pc application

Hi,



Did you try setting form.visible = false? You also might want to try

checking in the microsoft.public.dotnet.compactframework newsgroup for an

answer.



Ken

--------------------------

"Enver A" <ea90@hotmail.com>wrote in message

Quote
Hey there ppl,

I am using a 4 form based application in pocket Pc and i am having trouble

hiding my forms.let me tell you like this...



Form1 is my main form.... after selecting what to do it launches form2.The

problem is when i click to close the form my form Form1 is shown again . I

tried to hide it before launching form2 but it did not work out.I tried to

dispose it and still no use.



I am familiar with vb 6.0 and form1.hide would be enough there... Is it

impossible on VB.NET ?

Anyone can help me?











-