|
-
Oct 24th, 2001, 03:58 AM
#1
Thread Starter
Addicted Member
Shape question
Hi all,
I need to put an triangle shape on my form but the normal shape's are square, circle and oval.
I could draw one with some line's but in need change the fillcolor.
Who can help?
thanks in advance
Remember Programmers don't sleep 
-
Oct 24th, 2001, 04:44 AM
#2
A couple of API calls for you ...
You can draw a triangle with :
CreateEllipticRgn
and fill it with
GradientFillTriangle
Don't ask me how to use these, www.allapi.net or www.vbapi.com or the api forum on this site might help you, but this is what I think you need to look at.
Cheers
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
|