Jump to content
Xtreme .Net Talk

Recommended Posts

  • *Experts*
Posted

With the onset of learning more about VB.NET's OOP capabilities,

I've taken the RoundedTextBox class and turned it into a control,

which is much easier to use and has more functionality,

inasmuch as the box is now rounded in container controls such

as Frames and Panels.

 

I've had some trouble creating solutions that include this project

and a Windows app, because the control will not show up in the

Tooolbox. I'd like to know if anyone else has this problem.

 

Comments appreciated!

roundedtextbox.zip

"Being grown up isn't half as fun as growing up

These are the best days of our lives"

-The Ataris, In This Diary

  • *Gurus*
Posted
The background color only updates after the control receives a paint message, meaning that at design time only the BackColor of the TextBox itself is updated, not the rounded edges, when the BackColor property is changed. Otherwise it works pretty good. Glad to see you ported it over.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...