Pointers and Values
Hi there as I learned C++ programming I discovered there are many things that I have to study and to understand its concept one of its the use of pointers.
If you are new to VB.NET most likely you encounter a problem with events like TextChanged or ValueChanged events.
In VB 6.0, change event is not fired when changing a value programmatically. However, in the .NET version this has been changed.
In order to avoid this problem you need to call a RemoveHandler Statement.
The following code is an example of this.