event-handling

  1. C

    WPF OpenFileDialog runs twice?

    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...
  2. V

    Question Problem displaying Use rControls on navigating from Login Form

    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...
Back
Top