A
ArtisticPinoy
I have a VB6 Outlook Add-in that has been in production. I tried migrating it
to Vb.Net. Now I get this error "Non-modal forms cannot be displayed in this
host application" when I execute this code:
Dim oSetup As frmSetup
oSetup.ShowDialog() 'error here
What is the work-around please?
to Vb.Net. Now I get this error "Non-modal forms cannot be displayed in this
host application" when I execute this code:
Dim oSetup As frmSetup
oSetup.ShowDialog() 'error here
What is the work-around please?