Custom TextBox

  • Thread starter Thread starter Thara DK
  • Start date Start date
T

Thara DK

I'm a Baby to vb.net and i want to use my own customized textbox to use in
all my forms.
ie.. a text box with font "erdena" and backcolor=red"

How can i buid a common one for my project and use it for all the forms ?
 
From the project in your solution explorer window, right click and choose
Add new item, select the 'User Control', this will allow you to add a text
box to it and then select the background properties etc. This can then be
used in all your forms.

HTH

--

OHM ( Terry Burns )
. . . One-Handed-Man . . .

Time flies when you don't know what you're doing
 
OHM,
Great... i did it.....Thanks dude....

One Handed Man ( OHM - Terry Burns ) said:
From the project in your solution explorer window, right click and choose
Add new item, select the 'User Control', this will allow you to add a text
box to it and then select the background properties etc. This can then be
used in all your forms.

HTH

--

OHM ( Terry Burns )
. . . One-Handed-Man . . .

Time flies when you don't know what you're doing
 
Back
Top