Thank you very much to Mendhak and Cimperial were help me out with the problem
Printable View
Thank you very much to Mendhak and Cimperial were help me out with the problem
Well if you want to do something a little advanced in visual basic and learn a little about how windows works then do something like creating a activex wrapper around a microsoft common control.
For example you could create a wrapper around the IP Address Control API. That is something that microsoft didn't put in visual basic and you might find it useful for some kind of internet program. You could also subclass the control in order to fix the bug microsoft has in the control that allows the user to paste in charecters. IE: You handle the message sent to the control when a user clicks paste in the context menu and provide your own algorithm that keeps out charecters.