*Experts* Bucky Posted December 4, 2002 *Experts* Posted December 4, 2002 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 Quote "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* Derek Stone Posted December 4, 2002 *Gurus* Posted December 4, 2002 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. Quote Posting Guidelines
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.