Re: Help Please! IPicture
Open file in Binary mode and send it by Winsock or you can Use GetChunk Method.
-x8086
Re: Help Please! IPicture
Thats just opening the file and sending chunks
I want to convert the data from a picturebox to a string or something else so i can send it directly to another program
Re: Help Please! IPicture
You can get the image data without saving to a file. It depends on exactly what you are doing, but there are a few ways which come to mind.
One way is to use API, such as GetDIBits or GetBitmapBits. Another way is to use a PropertyBag. There are probably enough threads on these to put a function together, and of course there's always Google.