media file read in vc++
am want to develop a file transfer program in vc++..
normal text file it is possible..
but is it can read for multimedia file....
like java here byte read is possible...
sathya88
Junior Poster in Training
55 posts since Sep 2010
Reputation Points: 10
Solved Threads: 3
What version of VC++?
If you are using an early version (like 6), look up:
CInternetSession, CFtpConnection, CInternetFile
If you are using a current version (2005, 2008, 2010), look up:
WebClient
or
FtpWebRequest
thines01
Postaholic
2,424 posts since Oct 2009
Reputation Points: 445
Solved Threads: 402
version 6.0 (old)..thanks..
sathya88
Junior Poster in Training
55 posts since Sep 2010
Reputation Points: 10
Solved Threads: 3