IP address control
-
Hi, I am a newbie to .NET. I need to design an IP address control. I can design a control on my own with edit boxes. But before that i want to confirm whether we have any default IP address control in VS2008. I could not find it in the Tool box. Do we have any default IP address control in VS2008 or 2010? Thanks.
Selva
-
Hi, I am a newbie to .NET. I need to design an IP address control. I can design a control on my own with edit boxes. But before that i want to confirm whether we have any default IP address control in VS2008. I could not find it in the Tool box. Do we have any default IP address control in VS2008 or 2010? Thanks.
Selva
SelvaKr wrote:
Do we have any default IP address control in VS2008 or 2010?
No. There's not one supplied by default.
"WPF has many lovers. It's a veritable porn star!" - Josh Smith
As Braveheart once said, "You can take our freedom but you'll never take our Hobnobs!" - Martin Hughes.
-
Hi, I am a newbie to .NET. I need to design an IP address control. I can design a control on my own with edit boxes. But before that i want to confirm whether we have any default IP address control in VS2008. I could not find it in the Tool box. Do we have any default IP address control in VS2008 or 2010? Thanks.
Selva
There is no default IP address control in .NET, but there are several custom controls here on CP. These are some of them, there might be more: A C# IP Address Control[^] IP-Address TextBox[^] Textbox Which Holds an IP Address[^] A C# Numeric Field Control[^]
-
SelvaKr wrote:
Do we have any default IP address control in VS2008 or 2010?
No. There's not one supplied by default.
"WPF has many lovers. It's a veritable porn star!" - Josh Smith
As Braveheart once said, "You can take our freedom but you'll never take our Hobnobs!" - Martin Hughes.
-
There is no default IP address control in .NET, but there are several custom controls here on CP. These are some of them, there might be more: A C# IP Address Control[^] IP-Address TextBox[^] Textbox Which Holds an IP Address[^] A C# Numeric Field Control[^]