CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Aug 2000
    Location
    NY, USA
    Posts
    632

    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

  2. #2
    Join Date
    Jun 2001
    Location
    MO, USA
    Posts
    2,868
    I don't think it's implemented yet, but to see where you'd do it if it were, Click Debug... New BreakPoint

  3. #3
    Join Date
    Aug 2000
    Location
    NY, USA
    Posts
    632
    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
  •  





Click Here to Expand Forum to Full Width

Featured