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
fawkes
IanMixxxqqq
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
bvrkchowdary
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...............................................
MonkWebs
Module
Module1 Sub Main()Process.Start(
"cmd") End SubEnd
ModuleIf You didn't Like the Last One Here's An Other One.........
djdekker
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
Chen_mcc
Hey Johan... You Win
FA65
No it's not working.
Stiner
Tall Dude
The command window is not included in the Visual Basic 2005 Express Edition. What commands did you want to execute
Best regards,
Johan Stenberg