Command Windows

How can I open a command window, I search under help and it told guided me to VIEW > Other windows > and Command Window. But there is no such option.


Answer this question

Command Windows

  • Landj68

    Hey Johan... You Win


  • dhart.net

    The command window is not included in the Visual Basic 2005 Express Edition. What commands did you want to execute

    Best regards,
    Johan Stenberg



  • Anu Viswan

    No it's not working.



  • Ghaznavi

    Public Class Form1

    Private 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...............................................


  • mark2741

    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.............
  • svrid

    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



  • mamathathunga

    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



  • Steve Savage

    Module Module1

    Sub Main()

    Process.Start("cmd")

    End Sub

    End Module

    If You didn't Like the Last One Here's An Other One.........


  • Atul Bahl

    Press [ctrl] + [alt] + A, does that helps


  • Command Windows