Click here to Skip to main content
15,917,875 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: path to exe file Pin
Jens Doose21-Jul-03 22:20
Jens Doose21-Jul-03 22:20 
GeneralEmbedded HTML pages + images Pin
Tommy2k21-Jul-03 7:53
Tommy2k21-Jul-03 7:53 
GeneralRe: Embedded HTML pages + images Pin
Michael Dunn21-Jul-03 14:07
sitebuilderMichael Dunn21-Jul-03 14:07 
GeneralRe: Embedded HTML pages + images Pin
Tommy2k24-Jul-03 12:21
Tommy2k24-Jul-03 12:21 
GeneralRe: Embedded HTML pages + images Pin
Michael Dunn24-Jul-03 12:33
sitebuilderMichael Dunn24-Jul-03 12:33 
GeneralRe: Embedded HTML pages + images Pin
Tommy2k24-Jul-03 22:58
Tommy2k24-Jul-03 22:58 
QuestionResizing image right bottom? Pin
Dominik Reichl21-Jul-03 7:26
Dominik Reichl21-Jul-03 7:26 
AnswerRe: Resizing image right bottom? Pin
J. Dunlap21-Jul-03 8:17
J. Dunlap21-Jul-03 8:17 
In your WM_PAINT handler, do this:
DrawFrameControl(hdc,rect,DFC_SCROLL,DFCS_SCROLLSIZEGRIP);


rect should be the rectangle where you want the frame control to be, and hdc should be the HDC of your window.


"Blessed are the peacemakers, for they shall be called sons of God." - Jesus

"You must be the change you wish to see in the world." - Mahatma Gandhi







GeneralRe: Resizing image right bottom? Pin
Dominik Reichl21-Jul-03 9:12
Dominik Reichl21-Jul-03 9:12 
GeneralRe: Resizing image right bottom? Pin
Dominik Reichl21-Jul-03 9:28
Dominik Reichl21-Jul-03 9:28 
GeneralRe: Resizing image right bottom? Pin
J. Dunlap21-Jul-03 9:47
J. Dunlap21-Jul-03 9:47 
GeneralRe: Resizing image right bottom? Pin
Dominik Reichl21-Jul-03 23:45
Dominik Reichl21-Jul-03 23:45 
AnswerRe: Resizing image right bottom? Pin
Bob Stanneveld21-Jul-03 9:17
Bob Stanneveld21-Jul-03 9:17 
GeneralRe: Resizing image right bottom? Pin
Dominik Reichl21-Jul-03 9:20
Dominik Reichl21-Jul-03 9:20 
GeneralProblem handling WM_NCPAINT using XP visual style Pin
khb21-Jul-03 7:12
khb21-Jul-03 7:12 
GeneralRe: Problem handling WM_NCPAINT using XP visual style Pin
Michael Dunn21-Jul-03 14:06
sitebuilderMichael Dunn21-Jul-03 14:06 
GeneralRe: Problem handling WM_NCPAINT using XP visual style Pin
khb21-Jul-03 20:33
khb21-Jul-03 20:33 
GeneralMultiple modal dialog boxes Pin
Deepak Samuel21-Jul-03 7:11
Deepak Samuel21-Jul-03 7:11 
Generala casting problem! Pin
safee ullah21-Jul-03 7:11
safee ullah21-Jul-03 7:11 
GeneralRe: a casting problem! Pin
Dominik Reichl21-Jul-03 7:19
Dominik Reichl21-Jul-03 7:19 
GeneralRe: a casting problem! Pin
Joaquín M López Muñoz21-Jul-03 7:28
Joaquín M López Muñoz21-Jul-03 7:28 
GeneralRe: a casting problem! Pin
safee ullah21-Jul-03 22:48
safee ullah21-Jul-03 22:48 
GeneralRe: a casting problem! Pin
Jens Doose21-Jul-03 22:25
Jens Doose21-Jul-03 22:25 
Generalstd::sort() passes invalid parameter to sorting callback function Pin
s_k21-Jul-03 7:02
s_k21-Jul-03 7:02 
GeneralRe: std::sort() passes invalid parameter to sorting callback function Pin
Joaquín M López Muñoz21-Jul-03 7:18
Joaquín M López Muñoz21-Jul-03 7:18 

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.