473,385 Members | 1,848 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,385 software developers and data experts.

AddWatch

In VB6 I used to use AddWatch if I needed for instance to break if Text
property of the text box is changed to "Hello, World".
In VB.Net I'd like to do the same, but cannot find the way to do it.
AddWatch window doesn't give me the choice to select condition. I can set
condition on BreakPoint in the BreakPoint window only.
So, what do I have to do in order to catch the change of Text property of
the textbox or ActiveRow in Combo and so on?
Thank you
Vlad
Jul 19 '05 #1
1 1969
Use a Breakpoint. You can now create conditional breakpoints in VS.NET.
"Vlad" <vo*****@verizon.net> wrote in message
news:%2****************@TK2MSFTNGP10.phx.gbl...
In VB6 I used to use AddWatch if I needed for instance to break if Text
property of the text box is changed to "Hello, World".
In VB.Net I'd like to do the same, but cannot find the way to do it.
AddWatch window doesn't give me the choice to select condition. I can set
condition on BreakPoint in the BreakPoint window only.
So, what do I have to do in order to catch the change of Text property of
the textbox or ActiveRow in Combo and so on?
Thank you
Vlad

Jul 19 '05 #2

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
by: vector | last post by:
I'd like to use something similar to the FileSystemWatcher to monitor changes to objects in my own code. Something I can hook bitmaps, strings, anything to, and have it raise an event when the...
1
by: vanvee | last post by:
Hi I have an ASP.Net project in C# I am basing on a ASP.Net VB.Net project. Trying to use a similar coding technique, I have the following problem: I have an enum declared as follows ...
7
by: trint | last post by:
I have a textbox (textBox7) that isn't updating.. Is there a way, after I type new text in it, to have it update? It seems to be fairly normal: public class Form1 : System.Windows.Forms.Form {...
2
by: Vlad | last post by:
In VB6 I used to use AddWatch if I needed for instance to break if Text property of the text box is changed to "Hello, World". In VB.Net I'd like to do the same, but cannot find the way to do it....
1
by: BobbyJohn | last post by:
Hello.. I am attempting to load a Subform from a recordset. The recordsource is set to a string containing SQL using a query object. The Recordsource returns 0 rows in RecordSet, yet when the same...
1
by: not_a_commie | last post by:
If I breakpoint on the closing brace of a function with a return value, can I see what the return value is at that point? How? Thanks. Example: bool funcA() { return funcB(); } // breakpoint...
2
by: =?Utf-8?B?RGF0YXNvcnQ=?= | last post by:
Is it possible to add a stored proc to a table adapter and execute the proc inside an ASP button click event? I have a table adapter called Claimers and a sp called AddWatch. On the onclick...
4
exedotsree
by: exedotsree | last post by:
Hi Pls help me find out the syntax error in the following stmt... Dim insqry As String = "INSERT INTO AssShift(employeeid,departmentid,day" & curdate.Day & ",month,year,lastupdated) VALUES (" &...
3
by: lordango | last post by:
can someone explain to me the program flow of this code: class Program { static void Main(string args) { Program.count(1); Console.ReadKey(); ...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.