Click here to Skip to main content
15,894,343 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
Questionutf-8 Pin
cuongcntt200227-Jun-06 4:22
cuongcntt200227-Jun-06 4:22 
QuestionRe: utf-8 Pin
David Crow27-Jun-06 4:30
David Crow27-Jun-06 4:30 
AnswerRe: utf-8 Pin
Viorel.27-Jun-06 4:35
Viorel.27-Jun-06 4:35 
AnswerRe: utf-8 Pin
Hamid_RT27-Jun-06 18:51
Hamid_RT27-Jun-06 18:51 
QuestionQuestion about MSN Messenger Pin
TheMason27-Jun-06 4:20
TheMason27-Jun-06 4:20 
AnswerRe: Question about MSN Messenger Pin
Michael Dunn27-Jun-06 6:34
sitebuilderMichael Dunn27-Jun-06 6:34 
GeneralRe: Question about MSN Messenger Pin
TheMason27-Jun-06 20:38
TheMason27-Jun-06 20:38 
QuestionCInternetFile usage Pin
LCI27-Jun-06 4:11
LCI27-Jun-06 4:11 
I use the following to Open a file on an FTP server. Below is used . Now after i use OpenFile, is there a way to play the file without storing it to disk. I would like to just have the video played without having to store to disk and then use something like ShellExecute to play. Cause now i will have to be concerned about deleting the file. I only have an FTP server to work with. Is there a way to maybe save in memory and execute from memory using some know API?

CString filenam = "0015.avi";

m_pFtpConnection = m_Session.GetFtpConnection (ftpServer,userName, password, port, TRUE);

CInternetFile* pfRemoteFile=m_pFtpConnection->OpenFile( filenam, GENERIC_READ, FTP_TRANSFER_TYPE_BINARY, 1 );
AnswerRe: CInternetFile usage Pin
LCI27-Jun-06 4:31
LCI27-Jun-06 4:31 
QuestionRe: CInternetFile usage Pin
David Crow27-Jun-06 4:35
David Crow27-Jun-06 4:35 
AnswerRe: CInternetFile usage Pin
LCI27-Jun-06 4:46
LCI27-Jun-06 4:46 
QuestionRe: CInternetFile usage Pin
David Crow27-Jun-06 5:12
David Crow27-Jun-06 5:12 
AnswerRe: CInternetFile usage Pin
LCI27-Jun-06 5:24
LCI27-Jun-06 5:24 
GeneralRe: CInternetFile usage Pin
LCI27-Jun-06 5:41
LCI27-Jun-06 5:41 
GeneralRe: CInternetFile usage Pin
David Crow27-Jun-06 6:38
David Crow27-Jun-06 6:38 
QuestionUnable to print the document unless first page is manually fed into the printer tray Pin
Maheswar Reddy27-Jun-06 4:05
Maheswar Reddy27-Jun-06 4:05 
QuestionRe: Unable to print the document unless first page is manually fed into the printer tray Pin
David Crow27-Jun-06 4:34
David Crow27-Jun-06 4:34 
Questionneed some ideeas Pin
Calc2027-Jun-06 3:52
Calc2027-Jun-06 3:52 
Questiontooltip Pin
yogendra kaushik27-Jun-06 3:32
yogendra kaushik27-Jun-06 3:32 
AnswerRe: tooltip Pin
_AnsHUMAN_ 27-Jun-06 3:39
_AnsHUMAN_ 27-Jun-06 3:39 
GeneralRe: tooltip Pin
David Crow27-Jun-06 3:44
David Crow27-Jun-06 3:44 
AnswerRe: tooltip [modified] Pin
Sarath C27-Jun-06 3:42
Sarath C27-Jun-06 3:42 
GeneralRe: tooltip Pin
ashish dogra27-Jun-06 3:56
ashish dogra27-Jun-06 3:56 
GeneralRe: tooltip [modified] Pin
Sarath C27-Jun-06 4:41
Sarath C27-Jun-06 4:41 
AnswerRe: tooltip Pin
Michael Dunn27-Jun-06 6:37
sitebuilderMichael Dunn27-Jun-06 6:37 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.