S
Selden McCabe
In Vb6, there was a feature called (I think) watchpoint. You could set it
to break on a condition, such as when a control's Visible property was
changed.
I can't find this sort of breakpoint in VB.Net, is it there?
If not, I have a fairly complex project where a text box which is supposed
to be invisible is being set Visible somewhere. I've searched, and there
isn't any code doing it directly (e.g. txtPhone.Visible = True). I think
there's probably some code walking through the controls collection, setting
everything to visible, or something like that.
How could I track this type of siutation down without VB6's watchpoints?
Thanks,
---Selden
to break on a condition, such as when a control's Visible property was
changed.
I can't find this sort of breakpoint in VB.Net, is it there?
If not, I have a fairly complex project where a text box which is supposed
to be invisible is being set Visible somewhere. I've searched, and there
isn't any code doing it directly (e.g. txtPhone.Visible = True). I think
there's probably some code walking through the controls collection, setting
everything to visible, or something like that.
How could I track this type of siutation down without VB6's watchpoints?
Thanks,
---Selden