Ginny
Wed Nov 10 08:57:57 CST 2004
Erin,
Perhaps this article will help:
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dv_vstechart/html/vbtchWorkingWithMultipleFormsInVisualBasicNETUpgradingToNET.asp
--
Ginny Caughey
.Net Compact Framework MVP
"Erin Martell" <Erin Martell@discussions.microsoft.com> wrote in message
news:BF7C20E3-FDB1-4EBB-8877-B5B7A1C40EFA@microsoft.com...
> Are there any code examples for this? I have read this article but I am
> not
> sure how to implement it. I have a pocket pc app that uses 3 forms and I
> have no idea how to call one from the other in VB....thanks.
>
> "Ginny Caughey [MVP]" wrote:
>
>> Here's a good article that describes what you want to do:
>>
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnnetcomp/html/netcfuiframework.asp
>>
>> --
>> Ginny Caughey
>> ..Net Compact Framework MVP
>>
>>
>>
>> "deshetty" <deshetty@discussions.microsoft.com> wrote in message
>> news:5EFD008B-A067-420E-8D4A-C2BF50404075@microsoft.com...
>> > My Pocket PC 2003 application will have at least 4 forms and they all
>> > need
>> > to
>> > go from one to another and back. I created these forms and able to
>> > show
>> > and
>> > hide. The way I have it now in VB.NET Compact Framework is that I
>> > initialize
>> > the form I need to see when a button is clicked and then show it.
>> >
>> > The problem is I don't want to create multiple instances of these
>> > forms,
>> > but
>> > reuse them. For example, Form1 goes to Form2. Form2 goes back to
>> > Form1
>> > and
>> > save its data, but not reinitialize it.
>> >
>> > Please help.
>> > Thanks.
>>
>>
>>