Not sure what the issue is, I am working on a project in WPF, and have the following code for a OpenDB Button.click event handler:
Private Sub OpenDB_Click(sender As Object, e As RoutedEventArgs) Handles OpenDB.Click 'Allows user to choose which DB to open
Dim MyOFD As New...
I have 2 forms in the application... frmLogin and frmMain. After login succeeds I m instantiating frmMain and calling frmMain.ShowDialog(Me) and hiding frmLogin. If I set frmMain as the startup form and run it directly, Im able to see all the user controls.... However, if i start from...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.