Custom textbox component 
Author Message
 Custom textbox component

Hi, i would to make a custom textbox in vb.net such as the textbox used
in windows to insert internet ip:
___.___.___.___

it is possible to make it using class inheritance?
Thanks



Mon, 05 Dec 2005 01:54:00 GMT  
 Custom textbox component
Hi,

http://www.thecodeproject.com/vb/net/CpFlexMaskEditBox.asp

Ken
----------

Quote:
> Hi, i would to make a custom textbox in vb.net such as the textbox used
> in windows to insert internet ip:
> ___.___.___.___

> it is possible to make it using class inheritance?
> Thanks



Mon, 05 Dec 2005 02:06:09 GMT  
 Custom textbox component
Hello,


Quote:
> Hi, i would to make a custom textbox in vb.net such as the textbox
used
> in windows to insert internet ip:
> ___.___.___.___

> it is possible to make it using class inheritance?

FlexMaskEditBox - a masked edit control:

http://www.codeproject.com/vb/net/CpFlexMaskEditBox.asp

Regards,
Herfried K. Wagner
--
MVP VB Classic, VB .NET
http://www.mvps.org/dotnet



Mon, 05 Dec 2005 02:22:08 GMT  
 Custom textbox component
Thanks :))


Quote:
> Hi,

> http://www.thecodeproject.com/vb/net/CpFlexMaskEditBox.asp

> Ken
> ----------


> > Hi, i would to make a custom textbox in vb.net such as the textbox used
> > in windows to insert internet ip:
> > ___.___.___.___

> > it is possible to make it using class inheritance?
> > Thanks



Mon, 05 Dec 2005 22:14:04 GMT  
 Custom textbox component
Thanks for the link, it is already compiled....... but it is possible in
vb.net to make my own textbox control? i.e. to derive from standard textbox
class and to costumize it in my class?



Quote:
> Hi,

> http://www.thecodeproject.com/vb/net/CpFlexMaskEditBox.asp

> Ken
> ----------


> > Hi, i would to make a custom textbox in vb.net such as the textbox used
> > in windows to insert internet ip:
> > ___.___.___.___

> > it is possible to make it using class inheritance?
> > Thanks



Tue, 06 Dec 2005 01:02:37 GMT  
 
 [ 5 post ] 

 Relevant Pages 

1. Deploying Custom Components

2. Custom Exceptions in Serviced component

3. custom component and my own picture for it

4. Windows Script Component custom collection class - best approach

5. Help with Custom ActiveX component on appointment form

6. send and receive custom messages , from a user component to a form

7. Custom Frontpage2000 Components in VB

8. How do I make a scrollable list of a custom made component

9. Custom FTP control or component

10. Distributing a custom component

11. Queued Components Problem - The system has called a custom component and that component has failed and generated an exception...

12. create custom property for textbox!?

 

 
Powered by phpBB® Forum Software