Consonants, Vowels, WhiteSpace and Digits Counter 1.0
Hello there about the code I called it Vowel, Consonants, White Space and Digits Counter Version 1.0 that I have written in C++ it show how to use string library in C++ in string manipulation.
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.