Microsoft
Software
Hardware
Network
Question : Why is this so hard? Form2.show() Form1.hide() Does .Net not support this?
I'm finding it difficult to find out how to have my Windows Forms app:
1. Open (it already does this)
2. Show Form2 (Form2.Show() in Form_Load of Form1 does this but Form2 is behind Form1)
3. Hide Form1 <--- this is what I having trouble finding out how to do.
After an hour of Google searching and reading through forums I'm about to determing that you can't do that here. Thank you Microsoft for making the simple seem impossible.
Answer : Why is this so hard? Form2.show() Form1.hide() Does .Net not support this?
following code working fine at my end
1: 2: 3: 4:
Dim frm2 As New Form2() frm2.Owner = Me frm2.Show() Me.Hide()
Open in New Window
Select All
Random Solutions
VBA querytables.refresh not working
Togglelink
Mandatory Range of Cells in Excel
how do I reopen a closed company that was accidently closed in Microsoft Great Plains 10
Removing Hidden attribute from file
Login failed for user 'sa'. Reason: Password did not match that for the login provided.
dsquery / dsget - different results, not able to pass results to dsget
How can I customize the windows password complexity error message that pops up after changing your password in Active Directory?
Visual basic version conflict
Dynamic population of dropdown list based on contents of another control