Click here to Skip to main content
15,905,148 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Function Enquiry Pin
CPallini3-Apr-07 1:39
mveCPallini3-Apr-07 1:39 
GeneralRe: Function Enquiry Pin
Programm3r3-Apr-07 2:09
Programm3r3-Apr-07 2:09 
GeneralRe: Function Enquiry Pin
Cedric Moonen3-Apr-07 2:13
Cedric Moonen3-Apr-07 2:13 
GeneralRe: Function Enquiry Pin
Programm3r3-Apr-07 2:22
Programm3r3-Apr-07 2:22 
QuestionRe: Function Enquiry Pin
prasad_som3-Apr-07 1:41
prasad_som3-Apr-07 1:41 
AnswerRe: Function Enquiry Pin
Programm3r3-Apr-07 2:05
Programm3r3-Apr-07 2:05 
QuestionGDI+ & MFC - Resizing problem Pin
FreeCastle2-Apr-07 23:54
FreeCastle2-Apr-07 23:54 
AnswerRe: GDI+ & MFC - Resizing problem Pin
Parthi_Appu2-Apr-07 23:59
Parthi_Appu2-Apr-07 23:59 
FreeCastle wrote:
I do this by overriding the OnSize message handler of MFC and I then just get the client rectangle of the dialog and then draw the lines with this new rectangle applied.


By this i understood that you are drawing the lines in OnSize handler..if then its wrong.

Draw the lines in OnPaint handler, the framewrok will call the OnPaint handler after the window got resized. So, in OnPaint handler, get the client rect and draw the lines


Do your Duty and Don't expect the Result
Rate this Post, if I helped You

GeneralRe: GDI+ & MFC - Resizing problem Pin
FreeCastle3-Apr-07 1:01
FreeCastle3-Apr-07 1:01 
GeneralRe: GDI+ & MFC - Resizing problem Pin
Parthi_Appu3-Apr-07 1:15
Parthi_Appu3-Apr-07 1:15 
GeneralRe: GDI+ & MFC - Resizing problem Pin
FreeCastle3-Apr-07 2:01
FreeCastle3-Apr-07 2:01 
GeneralRe: GDI+ & MFC - Resizing problem Pin
Parthi_Appu3-Apr-07 2:16
Parthi_Appu3-Apr-07 2:16 
GeneralRe: GDI+ & MFC - Resizing problem Pin
FreeCastle3-Apr-07 3:17
FreeCastle3-Apr-07 3:17 
GeneralRe: GDI+ & MFC - Resizing problem Pin
Mark Salsbery3-Apr-07 8:19
Mark Salsbery3-Apr-07 8:19 
QuestionCircle Equation Pin
faridah_hani2-Apr-07 23:24
faridah_hani2-Apr-07 23:24 
AnswerRe: Circle Equation Pin
_AnsHUMAN_ 2-Apr-07 23:43
_AnsHUMAN_ 2-Apr-07 23:43 
QuestionRe: Circle Equation Pin
David Crow3-Apr-07 2:56
David Crow3-Apr-07 2:56 
AnswerRe: Circle Equation Pin
Hamid_RT3-Apr-07 6:18
Hamid_RT3-Apr-07 6:18 
Questionwindows recycle bin Pin
apoluo2-Apr-07 23:14
apoluo2-Apr-07 23:14 
AnswerRe: windows recycle bin Pin
Parthi_Appu3-Apr-07 0:07
Parthi_Appu3-Apr-07 0:07 
GeneralRe: windows recycle bin Pin
apoluo3-Apr-07 4:42
apoluo3-Apr-07 4:42 
GeneralRe: windows recycle bin Pin
apoluo3-Apr-07 4:44
apoluo3-Apr-07 4:44 
AnswerRe: windows recycle bin Pin
Hamid_RT3-Apr-07 6:18
Hamid_RT3-Apr-07 6:18 
Questionlinker problem VS2005 and lua library Pin
abac_mefisto2-Apr-07 22:58
abac_mefisto2-Apr-07 22:58 
GeneralRe: linker problem VS2005 and lua library Pin
prasad_som3-Apr-07 1:53
prasad_som3-Apr-07 1:53 

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.