Hi Guys,
I have this program that must have a filed for IP address. I need to format the field based on ip address format. how would I used the Masked Edit Control 6.0 COM for formatting an ip address entries. Thanks for your help. :)
Printable View
Hi Guys,
I have this program that must have a filed for IP address. I need to format the field based on ip address format. how would I used the Masked Edit Control 6.0 COM for formatting an ip address entries. Thanks for your help. :)
You mask would be "##0.##0.##0.##0" so the user has to add at least one digit for each section. Are you using C# 2005? If so use the .NET MaskedTextBox instead as it's much easier to use.
hi,
yes im using c# 2005. i will try your advise and use MaskedTextBox, will I type the "##0.##0.##0" in Mask property of MaskedTextBox? thanks for your quick rescue ;)
someone just posted about this recently. i also think there is a control for it somewhere in these forums.. i think i might even have it. brb