Watch Window

  • Thread starter Thread starter Lou
  • Start date Start date
L

Lou

how do i view the Watch window. Its not under "View" or "View->Other
Windows.

What is the Command window for. I want to do like in VB6. I want to type in
an objects property to see waht it is eg:
? btn1.text
outputs the text property of btn1

thanks
-lou
 
Lou said:
how do i view the Watch window. Its not under "View" or "View->Other
Windows.

- Go into debug mode (for example by pressiing F10)
- The select in the menu "Debug | Window | Watch | Watch 1"

What is the Command window for. I want to do like in VB6. I want to
type in an objects property to see waht it is eg:
? btn1.text
outputs the text property of btn1

This is exactly what should happen...

--
Greetings
Jochen

Do you need a memory-leak finder ?
http://www.codeproject.com/tools/leakfinder.asp
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

Adding event handler in C# ? 5
FindControl help...please 4
public variables 5
Access to color variable in a class 3
Dynamic Button Anchor Problem 6
Call button click event 30
Ahh not again! 4
AddAttribute 1

Back
Top