| | |
Switching Between Forms
Please support our VB.NET advertiser: Programming Forums - DaniWeb Sister Site
Thread Solved |
•
•
Join Date: Oct 2009
Posts: 19
Reputation:
Solved Threads: 0
I want to use more than one form in my project and be able to code a button or something that will do that. I tried this on Form1 and it worked.
BUT then I tried the following on Form2 to go back to Form1 and it doesn't work... the button does nothing.
Also, when the user switches to a different form, will the variables assigned on the first form still be assigned on the second form (assuming they're declared as Public in the module?
VB.NET Syntax (Toggle Plain Text)
Public Class Form1 Private Sub Button1_Click(ByVal sender As Object, ByVal e As System.EventArgs) Handles Button1.Click 'Goes from this form to form 2 My.Forms.Form2.Show() End Sub End Class
BUT then I tried the following on Form2 to go back to Form1 and it doesn't work... the button does nothing.
VB.NET Syntax (Toggle Plain Text)
Public Class Form2 Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click My.Forms.Form1.Show() 'Doesn't work End Sub End Class
![]() |
Similar Threads
- IIS .NET2 virtual directory not working (ASP.NET)
- User Controls as Forms within a Form (VB.NET)
- Changing/Switching to Forms Without Seeing the Desktop (VB.NET)
- Problem with 2 forms (C#)
- openin more forms C# (C#)
- Need Help! (Windows NT / 2000 / XP)
- switching between forms (PHP)
- How to free resources for other processes (VB.NET)
Other Threads in the VB.NET Forum
- Previous Thread: Need Help Save Settings
- Next Thread: Having a problem with datagrid view and combobox
Views: 259 | Replies: 2
| Thread Tools | Search this Thread |
Tag cloud for VB.NET
.net 2005 2008 access account application arithmetic array arrays basic bing button buttons c# center check checkbox code combobox component convert crystalreport data database databasesearch datagrid datagridview design designer dissertation dissertations dropdownlist excel file-dialog folder ftp generatetags google gridview hardcopy highlighting images inline insert installer intel internet listview mobile monitor ms net networking output passingparameters peertopeervideostreaming picturebox picturebox1 plugin port print printing problem problemwithinstallation project save searchbox searchvb.net select serial server soap sorting studio syntax table tcp text textbox time timer toolbox trim update updown user vb vb.net vb.netcode vb.netformclosing()eventpictureboxmessagebox vb2008 vbnet view visual visualbasic visualbasic.net visualstudio visualstudio2008 web wpf





