Click here to Skip to main content
15,895,656 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Classes in C Pin
Stefan_Lang22-Aug-11 4:04
Stefan_Lang22-Aug-11 4:04 
Questionhow to implement a dll for connecting the browser through proxy server in vc++ Pin
vkgktm16-Aug-11 20:36
vkgktm16-Aug-11 20:36 
AnswerRe: how to implement a dll for connecting the browser through proxy server in vc++ Pin
Richard MacCutchan16-Aug-11 22:33
mveRichard MacCutchan16-Aug-11 22:33 
QuestionCatch SHIFT key in PreTranslateMessage Pin
_Flaviu16-Aug-11 1:54
_Flaviu16-Aug-11 1:54 
AnswerRe: Catch SHIFT key in PreTranslateMessage Pin
Code-o-mat16-Aug-11 2:00
Code-o-mat16-Aug-11 2:00 
GeneralRe: Catch SHIFT key in PreTranslateMessage Pin
_Flaviu16-Aug-11 22:54
_Flaviu16-Aug-11 22:54 
GeneralRe: Catch SHIFT key in PreTranslateMessage Pin
Code-o-mat16-Aug-11 22:56
Code-o-mat16-Aug-11 22:56 
Questionweb service interface return 4 and 12 [solved] Pin
yu-jian16-Aug-11 0:57
yu-jian16-Aug-11 0:57 
QuestionRe: web service interface return 4 and 12 Pin
Richard MacCutchan16-Aug-11 1:06
mveRichard MacCutchan16-Aug-11 1:06 
AnswerRe: web service interface return 4 and 12 Pin
yu-jian16-Aug-11 6:40
yu-jian16-Aug-11 6:40 
GeneralRe: web service interface return 4 and 12 Pin
Richard MacCutchan16-Aug-11 9:36
mveRichard MacCutchan16-Aug-11 9:36 
AnswerRe: web service interface return 4 and 12 Pin
David Crow16-Aug-11 6:46
David Crow16-Aug-11 6:46 
AnswerRe: web service interface return 4 and 12 Pin
Albert Holguin16-Aug-11 9:38
professionalAlbert Holguin16-Aug-11 9:38 
QuestionHow to set the text of a Picture Control Pin
Amrit Agr15-Aug-11 20:07
Amrit Agr15-Aug-11 20:07 
AnswerRe: How to set the text of a Picture Control Pin
Code-o-mat15-Aug-11 22:13
Code-o-mat15-Aug-11 22:13 
AnswerRe: How to set the text of a Picture Control Pin
Richard MacCutchan15-Aug-11 22:36
mveRichard MacCutchan15-Aug-11 22:36 
GeneralRe: How to set the text of a Picture Control Pin
Amrit Agr15-Aug-11 23:22
Amrit Agr15-Aug-11 23:22 
GeneralRe: How to set the text of a Picture Control Pin
Richard MacCutchan16-Aug-11 0:16
mveRichard MacCutchan16-Aug-11 0:16 
GeneralRe: How to set the text of a Picture Control Pin
Code-o-mat16-Aug-11 2:02
Code-o-mat16-Aug-11 2:02 
AnswerRe: How to set the text of a Picture Control Pin
enhzflep16-Aug-11 3:33
enhzflep16-Aug-11 3:33 
1. Respond to WM_SETTEXT in your control's WindowProcedure, create copy of string
2. When called upon to redraw, the control should check to see if an image has been assigned
3. If so, display image
- If not, use DrawText or TextOut to display the text received via the WM_SETTEXT message.
QuestionDownload file from internet Pin
_Flaviu15-Aug-11 6:12
_Flaviu15-Aug-11 6:12 
AnswerRe: Download file from internet Pin
Chuck O'Toole15-Aug-11 7:03
Chuck O'Toole15-Aug-11 7:03 
GeneralRe: Download file from internet Pin
_Flaviu15-Aug-11 8:17
_Flaviu15-Aug-11 8:17 
QuestionCStdioFile::open will not throw an exception, going mad Pin
charlieg15-Aug-11 5:58
charlieg15-Aug-11 5:58 
AnswerRe: CStdioFile::open will not throw an exception, going mad Pin
Graham Breach15-Aug-11 6:24
Graham Breach15-Aug-11 6:24 

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.