-
Ahem. Well, still it's not quite accurate.
(Weapon meaning M-16. What did you think it meant? ;) )
My real problem is that I have made a small (ie RUBBISH)
drawing app. The thing is, it can't even fill shape that
have been drawn (and no, I can't use 'Paint.exe' instead).
I've looked to the API, but it fills regions, rather than
filling a shape that has already been drawn on the fly.
Any help from you VB experts?
I really need some.
Thanks.
A lot.
I'll be going then...
Bye.
See ya.
Off I go then...
Alright, I'm almost away...
Yep, I've left.
Ciao.
-
Look out for that M-16!
Have you looked at the FloodFill API function?
The hDC is the hDC you want to fill, the (x,y) are the coordinates and the crColor is the RGB color.