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
Printable View
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
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 :)