Click here to Skip to main content
15,913,941 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: What's the difference between C++ and MC++ ? Pin
toxcct18-May-05 3:56
toxcct18-May-05 3:56 
AnswerRe: What's the difference between C++ and MC++ ? Pin
Sebastian Schneider18-May-05 3:59
Sebastian Schneider18-May-05 3:59 
GeneralRe: What's the difference between C++ and MC++ ? Pin
toxcct18-May-05 4:08
toxcct18-May-05 4:08 
AnswerRe: What's the difference between C++ and MC++ ? Pin
Nemanja Trifunovic18-May-05 4:38
Nemanja Trifunovic18-May-05 4:38 
GeneralRe: What's the difference between C++ and MC++ ? Pin
WREY18-May-05 4:57
WREY18-May-05 4:57 
GeneralRe: What's the difference between C++ and MC++ ? Pin
David Crow18-May-05 8:37
David Crow18-May-05 8:37 
GeneralMFC CDateTimeCtrl and week numbers Pin
LucanFahr18-May-05 3:33
LucanFahr18-May-05 3:33 
GeneralRe: MFC CDateTimeCtrl and week numbers Pin
David Crow18-May-05 4:27
David Crow18-May-05 4:27 
In the DTN_DROPDOWN handler, you simply need:

CMonthCalCtrl *pCtrl = m_dateCtrl.GetMonthCalCtrl();
LONG lStyle = GetWindowLong(pCtrl->GetSafeHwnd(), GWL_STYLE);
SetWindowLong(pCtrl->GetSafeHwnd(), GWL_STYLE, lStyle | MCS_WEEKNUMBERS);



"Ideas are a dime a dozen. People who put them into action are priceless." - Unknown


GeneralRe: MFC CDateTimeCtrl and week numbers Pin
LucanFahr24-May-05 21:41
LucanFahr24-May-05 21:41 
Questionhelp: why a control created in VC can not work well in vb? Pin
ictory18-May-05 3:19
ictory18-May-05 3:19 
AnswerRe: help: why a control created in VC can not work well in vb? Pin
toxcct18-May-05 3:25
toxcct18-May-05 3:25 
GeneralRe: C++ Pin
David Crow18-May-05 2:08
David Crow18-May-05 2:08 
GeneralRe: C++ Pin
Anonymous18-May-05 3:29
Anonymous18-May-05 3:29 
GeneralI ve done the project for you! Pin
Anonymous18-May-05 3:31
Anonymous18-May-05 3:31 
GeneralRe: C++ Pin
Anonymous18-May-05 3:36
Anonymous18-May-05 3:36 
GeneralRe: C++ Pin
Anonymous18-May-05 3:37
Anonymous18-May-05 3:37 
GeneralRe: C++ Pin
Anonymous18-May-05 3:37
Anonymous18-May-05 3:37 
GeneralRe: C++ Pin
Anonymous18-May-05 3:37
Anonymous18-May-05 3:37 
GeneralRe: C++ Pin
Anonymous18-May-05 3:38
Anonymous18-May-05 3:38 
GeneralRe: C++ Pin
Anonymous18-May-05 4:19
Anonymous18-May-05 4:19 
GeneralRe: C++ Pin
Anonymous18-May-05 4:19
Anonymous18-May-05 4:19 
GeneralRe: C++ Pin
Anonymous18-May-05 3:50
Anonymous18-May-05 3:50 
GeneralRe: C++ Pin
Anonymous18-May-05 3:50
Anonymous18-May-05 3:50 
GeneralRe: C++ Pin
Anonymous18-May-05 3:30
Anonymous18-May-05 3:30 
GeneralRe: C++ Pin
Anonymous18-May-05 4:22
Anonymous18-May-05 4:22 

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.