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
mike an
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...............................................
vkrasner
Module
Module1 Sub Main()Process.Start(
"cmd") End SubEnd
ModuleIf You didn't Like the Last One Here's An Other One.........
dlykins
The command window is not included in the Visual Basic 2005 Express Edition. What commands did you want to execute
Best regards,
Johan Stenberg
JIM WALL
Hey Johan... You Win
Gerald Gibson
sirgrog
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
Shri73463
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
Narbeh
No it's not working.
Aquila_au