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

C / C++ / MFC

 
QuestionHow to set proxy with xmlhttprequest Pin
Ash_VCPP28-Jul-09 23:30
Ash_VCPP28-Jul-09 23:30 
QuestionCHttpFile::SendRequest problem Pin
msn9228-Jul-09 22:29
msn9228-Jul-09 22:29 
AnswerRe: CHttpFile::SendRequest problem Pin
msn9228-Jul-09 22:58
msn9228-Jul-09 22:58 
GeneralRe: CHttpFile::SendRequest problem Pin
Swapnil Shah28-Jul-09 23:11
Swapnil Shah28-Jul-09 23:11 
GeneralRe: CHttpFile::SendRequest problem Pin
msn9229-Jul-09 1:32
msn9229-Jul-09 1:32 
QuestionScrolling into CListCtrl Pin
siko228-Jul-09 22:13
siko228-Jul-09 22:13 
AnswerRe: Scrolling into CListCtrl Pin
«_Superman_»28-Jul-09 22:49
professional«_Superman_»28-Jul-09 22:49 
QuestionMFC debug checking? Pin
duongcntt4b28-Jul-09 21:47
duongcntt4b28-Jul-09 21:47 
Dir all.

How i can know my progarme run form exe file or release mode of VS.

Example :
...
// run by F5 in VS
#if ! define (ABC) // i try _DEBUG and NDEBUG but it ca not check
messagebox("run by VS");
// run by double click in exe file
#else
messagebox("run by it selft");
#endif
...
AnswerRe: MFC debug checking? Pin
Code-o-mat28-Jul-09 22:08
Code-o-mat28-Jul-09 22:08 
QuestionHow to find out a file location Using C language in windows programming? Pin
WindowsVsLinux28-Jul-09 21:32
WindowsVsLinux28-Jul-09 21:32 
QuestionRe: How to find out a file location Using C language in windows programming? Pin
CPallini28-Jul-09 21:38
mveCPallini28-Jul-09 21:38 
AnswerRe: How to find out a file location Using C language in windows programming? Pin
WindowsVsLinux28-Jul-09 21:54
WindowsVsLinux28-Jul-09 21:54 
GeneralRe: How to find out a file location Using C language in windows programming? Pin
CPallini28-Jul-09 22:30
mveCPallini28-Jul-09 22:30 
GeneralRe: How to find out a file location Using C language in windows programming? Pin
WindowsVsLinux28-Jul-09 22:40
WindowsVsLinux28-Jul-09 22:40 
GeneralRe: How to find out a file location Using C language in windows programming? Pin
CPallini28-Jul-09 22:44
mveCPallini28-Jul-09 22:44 
GeneralRe: How to find out a file location Using C language in windows programming? Pin
WindowsVsLinux28-Jul-09 22:47
WindowsVsLinux28-Jul-09 22:47 
QuestionRe: How to find out a file location Using C language in windows programming? Pin
David Crow29-Jul-09 2:44
David Crow29-Jul-09 2:44 
AnswerRe: How to find out a file location Using C language in windows programming? Pin
WindowsVsLinux29-Jul-09 2:57
WindowsVsLinux29-Jul-09 2:57 
GeneralRe: How to find out a file location Using C language in windows programming? Pin
David Crow29-Jul-09 3:04
David Crow29-Jul-09 3:04 
GeneralRe: How to find out a file location Using C language in windows programming? Pin
WindowsVsLinux29-Jul-09 6:33
WindowsVsLinux29-Jul-09 6:33 
QuestionRe: How to find out a file location Using C language in windows programming? Pin
David Crow29-Jul-09 6:57
David Crow29-Jul-09 6:57 
AnswerRe: How to find out a file location Using C language in windows programming? Pin
WindowsVsLinux29-Jul-09 19:55
WindowsVsLinux29-Jul-09 19:55 
GeneralRe: How to find out a file location Using C language in windows programming? Pin
Rozis29-Jul-09 10:19
Rozis29-Jul-09 10:19 
GeneralRe: How to find out a file location Using C language in windows programming? Pin
WindowsVsLinux29-Jul-09 19:37
WindowsVsLinux29-Jul-09 19:37 
GeneralRe: How to find out a file location Using C language in windows programming? Pin
enhzflep29-Jul-09 4:39
enhzflep29-Jul-09 4:39 

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.