|
-
May 1st, 2003, 11:35 AM
#1
AddWatch window in .NET
I need to catch when text in Combo changes. In VB6 I would use AddWatch with setting Combo.Text in Expression text box and selecting option "Break when value changes".
I cannot realize how to do it in VB.NET. I tried AddWatch in run mode. It just displays the value of Combo.Text. I tried to set BreakPoint and played with Condition. No success so far.
Any help please
Vlad
-
May 1st, 2003, 12:04 PM
#2
I don't think it's implemented yet, but to see where you'd do it if it were, Click Debug... New BreakPoint
-
May 2nd, 2003, 02:55 PM
#3
I said in my initial post that I tried BreakPoint with no success
Vlad
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
|