|
-
Mar 31st, 2004, 03:03 PM
#1
Thread Starter
Member
Last edited by SnappleBoy; Mar 31st, 2004 at 04:47 PM.
i like my icon, made it myself...
except for Buttercap of course.
and for the symbol in the back that is copied from Slipknot...
I like the icon i use but isn't really mine.
-
Mar 31st, 2004, 03:42 PM
#2
Hi.
Buttons and the like all have paint events.
Just put your code in there just like you did with your form.
Note: not all controls have paint events, but most do.
I wish I could think of something witty to put in my sig...
...Currently using VS2013...
-
Mar 31st, 2004, 04:14 PM
#3
Sleep mode
When you find a control with CreateGraphics class , then it means you can use it's encapsulated methods for drawing different shapes . You can draw on any surface btw .
VB Code:
Me.Button1.CreateGraphics.DrawLine(New Pen(Color.Black), 0, 0, 10, 10)
-
Mar 31st, 2004, 04:46 PM
#4
Thread Starter
Member
i like my icon, made it myself...
except for Buttercap of course.
and for the symbol in the back that is copied from Slipknot...
I like the icon i use but isn't really mine.
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
|