IP Control
-
Hi. For my application, I need a text control that help to enter an IP address, like the one available in Visual C++. But I can't find that IP control, there's no NET control like this one and also I can't find it as COM control. In MSN we can find that IP control is in comctl32.ocx but, browsing for this library in Visual Studio, and trying to add it as component, it auto checks a few objects like listiew, treeview, etc, but nothing about IP conrol. So, where is the fuc*** IP control?.:mad: (sorry) I know, I'm sure that there's a NET control, there in the toolbar, but I can't figure out where. Instead, I'm using a MaskedTextBox, but it would be more easy with the IP Control. Thank you.
Demian. "I have always wished that my computer would be as easy to use as my telephone. My wish has come true. I no longer know how to use my telephone." -Bjarne Stroustrup, computer science professor, designer of C++ programming language (1950- )
-
Hi. For my application, I need a text control that help to enter an IP address, like the one available in Visual C++. But I can't find that IP control, there's no NET control like this one and also I can't find it as COM control. In MSN we can find that IP control is in comctl32.ocx but, browsing for this library in Visual Studio, and trying to add it as component, it auto checks a few objects like listiew, treeview, etc, but nothing about IP conrol. So, where is the fuc*** IP control?.:mad: (sorry) I know, I'm sure that there's a NET control, there in the toolbar, but I can't figure out where. Instead, I'm using a MaskedTextBox, but it would be more easy with the IP Control. Thank you.
Demian. "I have always wished that my computer would be as easy to use as my telephone. My wish has come true. I no longer know how to use my telephone." -Bjarne Stroustrup, computer science professor, designer of C++ programming language (1950- )
Forget it!. I found the answer at: http://www.codeproject.com/cs/miscctrl/IpAddrCtrlLib.asp[^]
Demian. "I have always wished that my computer would be as easy to use as my telephone. My wish has come true. I no longer know how to use my telephone." -Bjarne Stroustrup, computer science professor, designer of C++ programming language (1950- )