Home All Groups Group Topic Archive Search About

I was looking for the "Immediate" window like in Classic VB but can't find it

Author
6 Jan 2006 1:40 PM
David A. Beck
I was looking for the "Immediate" window like in Classic VB but could not
find it.

Author
6 Jan 2006 2:03 PM
kpg
David A. Beck <dav***@beckb.com> said something like

> I was looking for the "Immediate" window like in Classic VB but
> could not find it.


It's called the command window.

Ctrl+Alt+A
Author
6 Jan 2006 2:17 PM
David A. Beck
Is this where the debug is shown too if I have the "Tools / Options /
Debugging / General / Redirect all Output Window text to the Immediate
Window" option selected?

Show quoteHide quote
"kpg" <ipost@thereforeiam> wrote in message
news:Xns9743521A2E516ipostthereforeiam@127.0.0.1...
> David A. Beck <dav***@beckb.com> said something like
>
>> I was looking for the "Immediate" window like in Classic VB but
>> could not find it.
>
>
> It's called the command window.
>
> Ctrl+Alt+A
Author
6 Jan 2006 4:06 PM
Ken Halter
"David A. Beck" <dav***@beckb.com> wrote in message
news:%236R78vsEGHA.3576@TK2MSFTNGP10.phx.gbl...
> Is this where the debug is shown too if I have the "Tools / Options /
> Debugging / General / Redirect all Output Window text to the Immediate
> Window" option selected?

fwiw, there is no immediate window in .Net. Nothing useful, like there is in
VB Classic anyway. For proof, just try pasting a block of text in any
"debug" window .Net (any version) provides... if you can get it to accept a
block (which I haven't been able to), try making a change to the text,
reselect it and paste it back into the app. Good luck. Let me know if you
find a window that allows this.

--
Ken Halter - MS-MVP-VB (visiting from VB6 world) - http://www.vbsight.com
Please keep all discussions in the groups..
Author
6 Jan 2006 4:28 PM
Herfried K. Wagner [MVP]
"David A. Beck" <dav***@beckb.com> schrieb:
>I was looking for the "Immediate" window like in Classic VB but could not
> find it.


VS 2005 contains an immediate window, but VB.NET 2002/2003 don't.

--
M S   Herfried K. Wagner
M V P  <URL:http://dotnet.mvps.org/>
V B   <URL:http://classicvb.org/petition/>