|
-
Jun 3rd, 2003, 04:12 AM
#1
Thread Starter
Member
Immediate Window In VB.Net
hi,
In VB6, we have Immediate Window.
In VB.Net how to open Immediate window?
please help me.
manesh
========================
Think Twice when u Start or Stop.
========================
-
Jun 3rd, 2003, 05:26 AM
#2
Lively Member
From the main menu select:
View>Other Windows>Command Window
type the command 'immed'
This puts the window in immediate mode, type '>cmd' to put it back in command mode.
-
Jun 3rd, 2003, 05:36 AM
#3
Thread Starter
Member
========================
Think Twice when u Start or Stop.
========================
-
Jun 3rd, 2003, 05:55 AM
#4
Lively Member
Just found a shortcut...
The find combo box on the standard toolbar is actually a Command Window. If you type '>immed' in the find combo, it will display the main Command Window for you in immediate mode!
In fact you can even set breakpoints in the find combo, just type the name of a method in the format 'Class.Method' press F9 and a breakpoint will be set on that method!!!
-
Jun 3rd, 2003, 10:18 AM
#5
Addicted Member
And yet another way to do it (and this will let you have a command window AND an immediate window open) is to go to the debug menu >> windows >> immediate.
I don't have VS.NET on this machine, but it's something along those lines. I can't remember if you have to be in debug mode to do it, but I don't think so.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|