INTELCRAZY
banned
Can somebody instruct me on VB6? I want to make a program that simply opens the command prompt, can someone help me out?
Thanks
Thanks
Private Sub Form_Load()
Call Shell("cmd", vbNormalFocus)
End
End Sub
it is (provided you can find it)probably as part of visual studio, I don't know if it's available on it's own