Click to See Complete Forum and Search --> : AddWatch window in .NET


vchapran
May 1st, 2003, 11:35 AM
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

DSJ
May 1st, 2003, 12:04 PM
I don't think it's implemented yet, but to see where you'd do it if it were, Click Debug... New BreakPoint

vchapran
May 2nd, 2003, 02:55 PM
I said in my initial post that I tried BreakPoint with no success
Vlad