Click here to Skip to main content
16,005,467 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: LCD with VC++ Pin
Rajesh R Subramanian1-May-07 20:26
professionalRajesh R Subramanian1-May-07 20:26 
AnswerRe: LCD with VC++ Pin
Muammar©1-May-07 21:18
Muammar©1-May-07 21:18 
AnswerRe: LCD with VC++ Pin
Hamid_RT1-May-07 21:53
Hamid_RT1-May-07 21:53 
QuestionRe: LCD with VC++ Pin
David Crow2-May-07 3:12
David Crow2-May-07 3:12 
Questiondatabase & datagrid Pin
hero19951-May-07 15:11
hero19951-May-07 15:11 
AnswerRe: database & datagrid Pin
Muammar©1-May-07 21:20
Muammar©1-May-07 21:20 
QuestionWriting owner-draw control, CWnd or CStatic? Pin
Moak1-May-07 15:11
Moak1-May-07 15:11 
AnswerRe: Writing owner-draw control, CWnd or CStatic? Pin
Arman S.1-May-07 21:10
Arman S.1-May-07 21:10 
In sense of limitations - no difference.
With CWnd you need to do a bit more work, that is register a new window class. With CStatic there is no need in registration as it is already done and called STATIC [as I could remember it correctly].

It seams for a CWnd based control the user needs to enter the exact class name in the resource editor, while with a CStatic based control the user can simply choose a static type in the resource editor.

Yes it is so.

--
=====
Arman

GeneralRe: Writing owner-draw control, CWnd or CStatic? Pin
Moak1-May-07 23:56
Moak1-May-07 23:56 
AnswerRe: Writing owner-draw control, CWnd or CStatic? Pin
toxcct1-May-07 22:38
toxcct1-May-07 22:38 
GeneralRe: Writing owner-draw control, CWnd or CStatic? Pin
Moak2-May-07 2:27
Moak2-May-07 2:27 
GeneralRe: Writing owner-draw control, CWnd or CStatic? Pin
toxcct2-May-07 2:30
toxcct2-May-07 2:30 
QuestionAdding a function in the file's right click menu Pin
Lampros Giampouras1-May-07 13:50
Lampros Giampouras1-May-07 13:50 
AnswerRe: Adding a function in the file's right click menu Pin
Mark Salsbery1-May-07 15:11
Mark Salsbery1-May-07 15:11 
QuestionFix a path -- to match filesystem? Pin
Peter Weyzen1-May-07 9:57
Peter Weyzen1-May-07 9:57 
QuestionRe: Fix a path -- to match filesystem? Pin
David Crow1-May-07 10:39
David Crow1-May-07 10:39 
AnswerRe: Fix a path -- to match filesystem? Pin
Peter Weyzen1-May-07 12:09
Peter Weyzen1-May-07 12:09 
AnswerRe: Fix a path -- to match filesystem? [modified] Pin
Mark Salsbery1-May-07 10:48
Mark Salsbery1-May-07 10:48 
GeneralRe: Fix a path -- to match filesystem? Pin
Peter Weyzen1-May-07 12:10
Peter Weyzen1-May-07 12:10 
GeneralRe: Fix a path -- to match filesystem? Pin
Mark Salsbery1-May-07 12:19
Mark Salsbery1-May-07 12:19 
AnswerRe: Fix a path -- to match filesystem? Pin
toxcct1-May-07 22:45
toxcct1-May-07 22:45 
GeneralRe: Fix a path -- to match filesystem? Pin
Peter Weyzen2-May-07 8:21
Peter Weyzen2-May-07 8:21 
QuestionGetNextDlgTabItem? Do this fails sometimes or do I'm doing something wrong? Pin
Joan M1-May-07 9:54
professionalJoan M1-May-07 9:54 
AnswerRe: GetNextDlgTabItem? Do this fails sometimes or do I'm doing something wrong? Pin
Mark Salsbery1-May-07 11:16
Mark Salsbery1-May-07 11:16 
GeneralRe: GetNextDlgTabItem? Do this fails sometimes or do I'm doing something wrong? Pin
Joan M1-May-07 20:55
professionalJoan M1-May-07 20:55 

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.