BoldSignA modern eSignature application with affordable pricing. Sign up today for unlimited document usage!
RibbonWindow
in code be
Imports Syncfusion.Windows.Tools.Controls
Public class As partial
This is the code for vb that is shown in the Online documentation for the "Getting Started" section for the Ribbon Control. I am unable to get this code to work for me.
The code I have in the "Code Behind" Window is this:
Imports Syncfusion.Windows.Tools.Controls
Namespace RibbonControl
Partial Class RibbonWindow
Inherits RibbonControl.MainWindow
Private Sub RibbonWindow_Loaded(sender As Object, e As RoutedEventArgs) Handles Me.Loaded
MsgBox("Made It")
End Sub
End Class
End Namespace
This builds and compiles with no error, but it never runs. The Loaded event does not run and therefore the MsgBox is not shown.
Are there any sample programs for vb that are available showing how to properly code a RibbonWindow?
Any help would be greatly appreciated.
Thank You!!
John Hill