Click here to Skip to main content
15,891,184 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Idea about => fun(CString str, ...) Pin
Andy Rama11-Apr-06 22:31
Andy Rama11-Apr-06 22:31 
QuestionHow to Impersonate a Remote Machine. Pin
kiran janaswamy11-Apr-06 3:39
kiran janaswamy11-Apr-06 3:39 
QuestionRe: How to Impersonate a Remote Machine. Pin
David Crow11-Apr-06 3:54
David Crow11-Apr-06 3:54 
QuestionCEdit -> show messages in all languages. Pin
Suyash11-Apr-06 3:30
Suyash11-Apr-06 3:30 
AnswerRe: CEdit -> show messages in all languages. Pin
jayart11-Apr-06 6:06
jayart11-Apr-06 6:06 
GeneralRe: CEdit -> show messages in all languages. Pin
Suyash12-Apr-06 1:13
Suyash12-Apr-06 1:13 
Questiondisable/grey out date time picker Pin
viperlogic11-Apr-06 3:23
viperlogic11-Apr-06 3:23 
AnswerRe: disable/grey out date time picker Pin
-Dy11-Apr-06 3:38
-Dy11-Apr-06 3:38 
Disable:
CDateTimeCtrl yourCtrl;
yourCtrl.EnableWindow(FALSE);

Enable:
CDateTimeCtrl yourCtrl;
yourCtrl.EnableWindow(TRUE); // sorry, this said FALSE before, should have read TRUE
CDateTimeCtrl derives from CWnd, which exposes the EnableWindow function, hence you can use EnableWindow on all CWnd derived objects



- Dy

-- modified at 9:45 Tuesday 11th April, 2006
AnswerRe: disable/grey out date time picker Pin
RickyC11-Apr-06 3:38
RickyC11-Apr-06 3:38 
GeneralRe: disable/grey out date time picker Pin
viperlogic11-Apr-06 4:20
viperlogic11-Apr-06 4:20 
GeneralRe: disable/grey out date time picker Pin
toxcct11-Apr-06 4:26
toxcct11-Apr-06 4:26 
Questionfolder with icons Pin
_tasleem11-Apr-06 3:17
_tasleem11-Apr-06 3:17 
QuestionRe: folder with icons Pin
David Crow11-Apr-06 3:19
David Crow11-Apr-06 3:19 
AnswerRe: folder with icons Pin
Hamid_RT11-Apr-06 3:26
Hamid_RT11-Apr-06 3:26 
AnswerRe: folder with icons Pin
ThatsAlok11-Apr-06 8:52
ThatsAlok11-Apr-06 8:52 
QuestionPipe from GUI app to console process Pin
RickyC11-Apr-06 3:09
RickyC11-Apr-06 3:09 
QuestionRe: Pipe from GUI app to console process Pin
David Crow11-Apr-06 3:13
David Crow11-Apr-06 3:13 
GeneralRe: Pipe from GUI app to console process Pin
RickyC11-Apr-06 3:23
RickyC11-Apr-06 3:23 
AnswerRe: Pipe from GUI app to console process Pin
RickyC11-Apr-06 5:01
RickyC11-Apr-06 5:01 
AnswerRe: Pipe from GUI app to console process Pin
includeh1011-Apr-06 5:09
includeh1011-Apr-06 5:09 
QuestionRegardign IPAddress Retrieval Pin
Jeeva Mary Varghese11-Apr-06 2:57
Jeeva Mary Varghese11-Apr-06 2:57 
QuestionRe: Regardign IPAddress Retrieval Pin
David Crow11-Apr-06 3:16
David Crow11-Apr-06 3:16 
AnswerRe: Regardign IPAddress Retrieval Pin
Hamid_RT11-Apr-06 4:46
Hamid_RT11-Apr-06 4:46 
QuestionMicrosoft Visual C++ 1.5 Professional Pin
Daniel Zaharia11-Apr-06 2:51
Daniel Zaharia11-Apr-06 2:51 
AnswerRe: Microsoft Visual C++ 1.5 Professional Pin
David Crow11-Apr-06 2:51
David Crow11-Apr-06 2:51 

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.