hide problem on forms in pocket pc application

E

Enver A

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?
 
K

Ken Tucker [MVP]

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top