|
web
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Smart Device: Multiple FormsHi all,
I'm making a program for the Smart Device (Compact .NET Framework) and I noticed the "MY" object is completely missing. I wonder how to open a 2nd form. The app is supposed to work like a wizard: Opening window, entry window, final window. So the Next button should close the current window and open the next window... Can't figure out how to do it though. Hope to hear some suggestions, Martin To open a form, declare it, change the its properties, then show it using
..Show() Ex : Dim Frm2 As New Form2 'Change its properties such as Frm2.Text = "Something" Frm2.Show() -- Show quoteHide quoteMoayad Mardini, MSDN Forums Moderator "Martin" wrote: > Hi all, > > I'm making a program for the Smart Device (Compact .NET Framework) and I > noticed the "MY" object is completely missing. I wonder how to open a 2nd > form. The app is supposed to work like a wizard: Opening window, entry > window, final window. So the Next button should close the current window and > open the next window... Can't figure out how to do it though. > > Hope to hear some suggestions, > Martin > > >
VB2005 registering a dll
How do I sort an ArrayList of objects by a property value working with Access in VB.Net Deleting directory path and files. VB.net 2003 textbox delete and undo Problem with RadioButton How to prevent file to be copied How can I use the Toolbox Control in my Application? Upgrade for Deployment Purposes VB2005 Reading SNMP MIB's |
|||||||||||||||||||||||