Text Box with Rounded corners
-
Hey I am using vb.net in vs2k5 and .net2.0. I have searched online to try and find a way to create text boxes (on a windows form) with a little bit more of a modern look &= slightly rounded corners. I can't think of anything to search for that doesn't give me back loads of irrelevant answers. I'm thinking that there must be a reasonably simple way to pull this off. If someone can kindly point me in the right direction I would appreciate it. Thanks
-
Hey I am using vb.net in vs2k5 and .net2.0. I have searched online to try and find a way to create text boxes (on a windows form) with a little bit more of a modern look &= slightly rounded corners. I can't think of anything to search for that doesn't give me back loads of irrelevant answers. I'm thinking that there must be a reasonably simple way to pull this off. If someone can kindly point me in the right direction I would appreciate it. Thanks
Override OnPaint method and draw whatever shape you want
-
Override OnPaint method and draw whatever shape you want
Ok, I've never tried anything like that for a textbox. It may be simple, but if someone has a quick example, that could be helpful.. Thanks for the response.