Hi how can I open the command window in Visual Basic Express Edition. I looked in the help content, and It guided me to View > Other Windows and Command Window, but there is no such option in there.
There are two places you can rig this up if your question is about the IDE.
At least on the larger systems, there is an option under Program | Properties | debug (I believe). Secondly I've used Tools - External Tools to add the command.
if as looking for code:
Define Proc as Process("<windows directory>\system32\cmd.exe")
Command windows
PregJ
There are two places you can rig this up if your question is about the IDE.
At least on the larger systems, there is an option under Program | Properties | debug (I believe). Secondly I've used Tools - External Tools to add the command.
if as looking for code:
Define Proc as Process("<windows directory>\system32\cmd.exe")
Proc.Start
Show start one up in your program.
hiren
nobugz
Griffin62