L
littledump
Guest
Ok i think i know what my problem is & how to fix it if someone just answers this one question. How do i start an app so that no form is specified as the startup form, but i can show a form right after its started.
Heres what I have right now but doesnt work
Im sure this is probably an easy question & anyone who helps, thank you.
Heres what I have right now but doesnt work
Code:
Module Hi
Public Sub Main()
System.Windows.Forms.Application.Run(Myform)
End Sub
End Module
Im sure this is probably an easy question & anyone who helps, thank you.