Dim Apply As Boolean = False Dim Check As Boolean = False ' Snip. If Not Apply And Not Check Then Dim GUI As New PackManGUI GUI.Visible = True End If
And in the Form:
Private Sub PackManGUI_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load 'Populates a treeview End Sub
And the GUI flashes for a second, but then goes away. How do I make the GUI stay up, and wait for input?
Edited to add more code, and clarity.
This post has been edited by dchw: 15 July 2010 - 09:19 AM