Here is what I did to make this work:
I added the following code to the Form1.vb file:
Protected Overloads Overrides ReadOnly Property ShowWithoutActivation() As Boolean
Get
Return True
End Get
End Property
But there is still no success.
Then I unchecked the Enable Application Platform checkbox on the Application tab of the project properties.
Success!!!
source
share