Hey Johan.... I Don't wanna Tug On Superman's Cape..... But Hey Dude This Ain't Visual Studio... It's VB Express..... Whatever..... CMD Seems what The Dude was asking for... I could Be Wrong..... But as I said before you don't wanna snap the Long Ranger's Mask.............
Command Windows
frank_r
Public
Class Form1Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load
Process.Start("cmd")
End Sub
End Class
Here We Go Again...............................................
milton7072
JimJalinsky
Visual Basic 2005 Express Edition is actually a member of the Visual Studio family. Check out http://msdn.microsoft.com/vstudio/products/
The command that would have showed up in the View->Other windows would have been the VS command window (if it had been included in VB Express).
Best regards,
Johan Stenberg
lebelw
No it's not working.
case123
Hey Johan... You Win
aswini_kayal
Module
Module1 Sub Main()Process.Start(
"cmd") End SubEnd
ModuleIf You didn't Like the Last One Here's An Other One.........
Doggo
Bronco Billy,
the Command Window in Visual Studio is different from a console window. See http://msdn2.microsoft.com/c785s0kz.aspx
Best regards,
Johan Stenberg
cashfan
The command window is not included in the Visual Basic 2005 Express Edition. What commands did you want to execute
Best regards,
Johan Stenberg
Katie Blanch