How to migrate from VB6 to VB .NET (wiring events)
In the VB6 version of the Sub ICommand_OnCreate, the frmEvents.Application property was set to the hook object. Because Windows forms are instantiated differently in VB .NET, delay setting the frmEvents.Application property until the Sub ICommand_OnClick....