|
-
Mar 31st, 2005, 05:37 AM
#1
Thread Starter
Lively Member
Drawing my own command buttons
I would like to know if it is possible to draw my own command buttons. I mean, I would like to draw a button in the shape of a parallelogram or even randomly making shapes like an explosion shape. Is this possible because I have seen programs with these kind of buttons but have never been able to make it myself in VB.NET. If it is possible, could someone please explain. I could'nt find anything in the 100 VB.NET Samples. Thanks in advance.
-
Mar 31st, 2005, 05:43 AM
#2
Re: Drawing my own command buttons
Yeah, but you'd have to write the animation code yourself (pressdown, pressup). You'd have to either write a new control from scratch, which would take longer, or inherit from the button class which would restrict your options.
Might be tricky.
Research into
GraphicsPath, Form.Region.
I don't live here any more.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|