D
Davis
Hi, i've created a simple Form app (called Form1) in VB targeting PPC03
emulator. I have the following code to start App
Public Shared Sub Main()
Application.Run(New Form1)
End Sub
However i'm getting a NullReference Exception was unhandled
error when i download program from IDE at the line Application.Run(New
Form1)
This is really simple stuff, please can someone point out what i may have
done wrong
emulator. I have the following code to start App
Public Shared Sub Main()
Application.Run(New Form1)
End Sub
However i'm getting a NullReference Exception was unhandled
error when i download program from IDE at the line Application.Run(New
Form1)
This is really simple stuff, please can someone point out what i may have
done wrong