D
D Witherspoon
Whats the purpose of
Application.Run(frmMain) in the Sub Main method.
Why not just...
Dim fMain as New frmMain
frmMain.Show()
???
Application.Run(frmMain) in the Sub Main method.
Why not just...
Dim fMain as New frmMain
frmMain.Show()
???