I'm trying to create and show a form from an event handler (SMO complete event). I believe it's not working because the event is closing - If I put a messagebox after the invoke to keep it open it works (until the messagebox is OK'ed)
Any ideas on what I can do?
Code:
Private Sub CompleteEventHandler(ByVal sender As Object, ByVal e As Microsoft.SqlServer.Management.Common.ServerMessageEventArgs)
Leave a comment: