Click here to Skip to main content
15,890,336 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Does GDI+ support resizing a gif file? Pin
James R. Twine7-Jul-08 11:03
James R. Twine7-Jul-08 11:03 
QuestionWhy can't the CWnd be shown? Pin
followait6-Jul-08 21:55
followait6-Jul-08 21:55 
AnswerRe: Why can't the CWnd be shown? Pin
baerten6-Jul-08 22:33
baerten6-Jul-08 22:33 
GeneralRe: Why can't the CWnd be shown? Pin
followait7-Jul-08 0:42
followait7-Jul-08 0:42 
AnswerRe: Why can't the CWnd be shown? Pin
KarstenK6-Jul-08 22:47
mveKarstenK6-Jul-08 22:47 
QuestionCMonthCalCtrl Pin
Paulraj G6-Jul-08 20:58
Paulraj G6-Jul-08 20:58 
AnswerRe: CMonthCalCtrl Pin
Cedric Moonen6-Jul-08 21:32
Cedric Moonen6-Jul-08 21:32 
AnswerRe: CMonthCalCtrl Pin
CPallini6-Jul-08 21:37
mveCPallini6-Jul-08 21:37 
Possibly you've first to initialize the control with current time, via SetToday method, for instance:
COleDateTime now = COleDateTime::GetCurrentTime();
m_MonthCal_1.SetToday(now);

Smile | :)

If the Lord God Almighty had consulted me before embarking upon the Creation, I would have recommended something simpler.
-- Alfonso the Wise, 13th Century King of Castile.

This is going on my arrogant assumptions. You may have a superb reason why I'm completely wrong.
-- Iain Clarke


[My articles]

GeneralRe: CMonthCalCtrl [modified] Pin
Paulraj G6-Jul-08 21:47
Paulraj G6-Jul-08 21:47 
GeneralYou're welcome. Pin
CPallini6-Jul-08 21:53
mveCPallini6-Jul-08 21:53 
GeneralRe: CMonthCalCtrl Pin
CPallini6-Jul-08 22:20
mveCPallini6-Jul-08 22:20 
GeneralRe: CMonthCalCtrl Pin
Paulraj G6-Jul-08 23:06
Paulraj G6-Jul-08 23:06 
QuestionCan't figure out this error... Pin
AndreFratelli6-Jul-08 20:18
AndreFratelli6-Jul-08 20:18 
AnswerRe: Can't figure out this error... Pin
Naveen6-Jul-08 20:36
Naveen6-Jul-08 20:36 
GeneralRe: Can't figure out this error... Pin
AndreFratelli6-Jul-08 20:49
AndreFratelli6-Jul-08 20:49 
GeneralRe: Can't figure out this error... Pin
BadKarma6-Jul-08 20:57
BadKarma6-Jul-08 20:57 
GeneralRe: Can't figure out this error... Pin
AndreFratelli6-Jul-08 21:11
AndreFratelli6-Jul-08 21:11 
GeneralRe: Can't figure out this error... Pin
BadKarma6-Jul-08 21:41
BadKarma6-Jul-08 21:41 
GeneralRe: Can't figure out this error... Pin
AndreFratelli6-Jul-08 22:28
AndreFratelli6-Jul-08 22:28 
GeneralRe: Can't figure out this error... Pin
BadKarma6-Jul-08 22:40
BadKarma6-Jul-08 22:40 
GeneralRe: Can't figure out this error... Pin
AndreFratelli6-Jul-08 22:58
AndreFratelli6-Jul-08 22:58 
GeneralRe: Can't figure out this error... Pin
BadKarma6-Jul-08 23:18
BadKarma6-Jul-08 23:18 
GeneralRe: Can't figure out this error... Pin
AndreFratelli6-Jul-08 23:21
AndreFratelli6-Jul-08 23:21 
GeneralRe: Can't figure out this error... Pin
BadKarma6-Jul-08 23:25
BadKarma6-Jul-08 23:25 
AnswerRe: Can't figure out this error... Pin
Nibu babu thomas6-Jul-08 20:53
Nibu babu thomas6-Jul-08 20: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.