leptictidium
09-25-2009, 05:00 PM
I have looked at other examples on this site, but I can't find one that solves my problem. I have an image in an image control, and I need to floodfill black at position 248,66. How do i do this?
Flood Fill Helpleptictidium 09-25-2009, 05:00 PM I have looked at other examples on this site, but I can't find one that solves my problem. I have an image in an image control, and I need to floodfill black at position 248,66. How do i do this? vb5prgrmr 09-25-2009, 10:41 PM By using a picturebox control instead since an image control does not expose the required handle needed to carry out the operation you want. I think this can also be done with a stdPicture object variable. Then if needed you can set the image controls picture to the modified image to update the display. Good Luck |
EZ Archive Ads Plugin for vBulletin Copyright 2006 Computer Help Forum