Consider your file as some long message. Read the file and send as a string to the other system, but you ve to retrieve the file name, propeties... and send them also.
Hey
I think you want to develop a IE toolbar. For this you plz refer codeproject.com
chk this
http://www.codeproject.com/wtl/toolband.asp?target=explorer%7Ctool%7Cbar
Try to write a Drag & Drop handler. Its a Shell extension. You can drag a file from windows explorer and drop it in your application.
Search for windows shell extensions.
Try to develop a client program in MFC and also a server program.
Run your server always in your system. And put your client program in client system startup. So that your client program...
Hai,
I ve two icon handles. I want to combine these two icons. So that one ll be overlay icon. Already some solutions are here in codeguru, but not working properly. So plz send some sample codes.
Hai,
i am implementing IShellIconOverlayIdentifier. When i compile it , i am getting the error message --IShellIconOverlayIdentifier' : no GUID has been associated with this object.
...