11-22-2005 07:13 AM
11-22-2005 07:18 AM
11-22-2005 07:35 AM
11-22-2005 08:15 AM
11-22-2005 08:30 AM
11-22-2005 08:33 AM
One way to do this is to download the image into a image control and draw directly to the copy of the image, this would involve converting the image to a format of the picture control, finding the center pixel of the circle and draw a circle of desired radius over the image with a transparent fill. This wouldn't use the browser directly for display but you can still download the image through http.
Paul
11-22-2005 09:38 AM
11-22-2005 09:41 AM
11-22-2005 10:28 AM
11-22-2005 10:31 AM
Can you post it in LV 7.0? This is probably what I have been thinking of, using TCP and http GET to get the source http, parsing to get the name of the image files, then retrieving the image, saving it, modifying it and posting it to an image control.
Paul