Click here to Skip to main content
15,899,754 members

Comments by Leslie Gombart (Top 2 by date)

Leslie Gombart 20-Feb-23 5:00am View    
Sorry... didn't understand your message first time! Now I understand & will do so
Leslie Gombart 19-Feb-23 7:01am View    
Thanks Richard... I finally managed to find the answer!
Public Class Ribbon1
Dim uf As frmLogin
Private Sub Ribbon1_Load(ByVal sender As System.Object, ByVal e As RibbonUIEventArgs) Handles MyBase.Load

End Sub

Private Sub btnLogIn_Click(sender As Object, e As RibbonControlEventArgs) Handles btnLogIn.Click
uf = New frmLogin
uf.Show()
End Sub
End Class