Click here to Skip to main content
15,920,633 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionFile Sharing (not) Pin
Caslen1-Jul-09 5:02
Caslen1-Jul-09 5:02 
AnswerRe: File Sharing (not) Pin
David Crow1-Jul-09 5:26
David Crow1-Jul-09 5:26 
GeneralRe: File Sharing (not) Pin
Caslen1-Jul-09 5:33
Caslen1-Jul-09 5:33 
GeneralRe: File Sharing (not) Pin
Stuart Dootson1-Jul-09 6:12
professionalStuart Dootson1-Jul-09 6:12 
GeneralRe: File Sharing (not) Pin
Caslen1-Jul-09 6:18
Caslen1-Jul-09 6:18 
GeneralRe: File Sharing (not) Pin
Stuart Dootson1-Jul-09 7:05
professionalStuart Dootson1-Jul-09 7:05 
GeneralRe: File Sharing (not) Pin
David Crow1-Jul-09 7:18
David Crow1-Jul-09 7:18 
GeneralRe: File Sharing (not) Pin
Caslen1-Jul-09 21:54
Caslen1-Jul-09 21:54 
GeneralRe: File Sharing (not) Pin
David Crow2-Jul-09 3:55
David Crow2-Jul-09 3:55 
GeneralRe: File Sharing (not) Pin
Caslen2-Jul-09 5:15
Caslen2-Jul-09 5:15 
QuestionRe: File Sharing (not) Pin
David Crow2-Jul-09 5:18
David Crow2-Jul-09 5:18 
AnswerRe: File Sharing (not) Pin
Caslen2-Jul-09 5:30
Caslen2-Jul-09 5:30 
GeneralRe: File Sharing (not) Pin
David Crow2-Jul-09 5:33
David Crow2-Jul-09 5:33 
QuestionClass Template in Visual C++ Pin
emira671-Jul-09 4:32
emira671-Jul-09 4:32 
AnswerRe: Class Template in Visual C++ Pin
led mike1-Jul-09 4:40
led mike1-Jul-09 4:40 
AnswerRe: Class Template in Visual C++ Pin
David Crow1-Jul-09 4:47
David Crow1-Jul-09 4:47 
AnswerRe: Class Template in Visual C++ Pin
Stuart Dootson1-Jul-09 4:58
professionalStuart Dootson1-Jul-09 4:58 
Questiondll function call in vc++2008 clr bse apllication Pin
PIYUSH19661-Jul-09 4:08
PIYUSH19661-Jul-09 4:08 
QuestionRe: dll function call in vc++2008 clr bse apllication Pin
led mike1-Jul-09 4:35
led mike1-Jul-09 4:35 
QuestionDownload from Rapidshare! Pin
Hadi Dayvary1-Jul-09 3:49
professionalHadi Dayvary1-Jul-09 3:49 
Hi I have written a downloader program with MFC classes : CInternetSession/CHttpConnection/CHttpFile
It works just fine,
But now I want to change it so it can download from sharing web sites like RAPIDSHARE
I tried these ways to send the username & password to the web site:

1. pInternetSession->GetHttpConnection(sServer, nPort, sUser, sPassword);
2. pInternetSession->GetHttpConnection(sUser + _T(":") + sPassword + _T("@") + sServer, nPort);
3. pFile->AddRequestHeaders(Base64Coder(_T("Authorization: Basic ") + sUser + _T(":") + sPassword));

But none of them worked!!! (I have searched a lot but I did not find any other way yet!)

Any other idea!

Regrads
Hadi

www.logicsims.ir

QuestionMFC CSocket class! Pin
Hadi Dayvary1-Jul-09 3:47
professionalHadi Dayvary1-Jul-09 3:47 
AnswerRe: MFC CSocket class! Pin
led mike1-Jul-09 4:28
led mike1-Jul-09 4:28 
GeneralRe: MFC CSocket class! Pin
Hadi Dayvary1-Jul-09 5:16
professionalHadi Dayvary1-Jul-09 5:16 
GeneralRe: MFC CSocket class! Pin
led mike1-Jul-09 5:39
led mike1-Jul-09 5:39 
GeneralRe: MFC CSocket class! [modified] Pin
Moak18-Jul-09 4:36
Moak18-Jul-09 4:36 

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.