I want to download a picture using only winsock,
Is it possible to do?
If it isn't I want to download the "source code" of the picture, and save it as a picture file,
Is it possible to do?
if you want to download picture from web server, you need to send the http request for it, then the server will send you the reply and picture data, which you can save..
Yes you can do it with Winsock, why don't you search. It's much more difficult using winsock though, you have to have a decent grasp of Winsock and the HTTP protocol. Far easier to do it with the API.
You can download it with the Winsock control or you can download it and show progress. You might be able to download it with the Winsock control and show progress by subclassing the control, but using an API is a lot easier than subclassing.
The most difficult part of developing a program is understanding the problem.
The second most difficult part is deciding how you're going to solve the problem.
Actually writing the program (translating your solution into some computer language) is the easiest part.
Please indent your code and use [HIGHLIGHT="VB"] [/HIGHLIGHT] tags around it to make it easier to read. Please Help Us To Save Ana