Hi,
Is there control similar to IP box contol in network neiborhood in terms of functionality. I got a control that looks just like IP box with the exception I can't resize it. :(
Printable View
Hi,
Is there control similar to IP box contol in network neiborhood in terms of functionality. I got a control that looks just like IP box with the exception I can't resize it. :(
You can create your own without using a control. Windows has built-in support for this, by using CreateWindowEx. If you look in the Platform SDK (http://msdn.microsoft.com/library), then look under User Interface->Common Controls->IP Address, you should find what you need.