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

C / C++ / MFC

 
Questionplaying with the value of HANDLE Pin
Ahmed Charfeddine3-Nov-08 2:43
Ahmed Charfeddine3-Nov-08 2:43 
AnswerRe: playing with the value of HANDLE Pin
David Crow3-Nov-08 3:15
David Crow3-Nov-08 3:15 
GeneralRe: playing with the value of HANDLE Pin
Ahmed Charfeddine3-Nov-08 3:28
Ahmed Charfeddine3-Nov-08 3:28 
AnswerRe: playing with the value of HANDLE Pin
CPallini3-Nov-08 3:22
mveCPallini3-Nov-08 3:22 
GeneralRe: playing with the value of HANDLE Pin
Ahmed Charfeddine3-Nov-08 3:27
Ahmed Charfeddine3-Nov-08 3:27 
QuestionOleCreateStaticFromData function call fails Pin
Dhiraj kumar Saini3-Nov-08 0:57
Dhiraj kumar Saini3-Nov-08 0:57 
QuestionNeed help in DateTimePicker Pin
sarat12in3-Nov-08 0:53
sarat12in3-Nov-08 0:53 
AnswerRe: Need help in DateTimePicker Pin
SandipG 3-Nov-08 1:19
SandipG 3-Nov-08 1:19 
You can set custom format using SetFormat()
e.g. from msdn

CString formatStr= _T("'Today is: 'yy'/'MM'/'dd");
m_dtPicker.SetFormat(formatStr);


I hope it helps.

Regards,
Sandip.

GeneralRe: Need help in DateTimePicker Pin
sarat12in3-Nov-08 2:22
sarat12in3-Nov-08 2:22 
GeneralRe: Need help in DateTimePicker Pin
David Crow3-Nov-08 3:19
David Crow3-Nov-08 3:19 
GeneralRe: Need help in DateTimePicker Pin
sarat12in3-Nov-08 17:50
sarat12in3-Nov-08 17:50 
GeneralRe: Need help in DateTimePicker Pin
sarat12in3-Nov-08 18:39
sarat12in3-Nov-08 18:39 
GeneralRe: Need help in DateTimePicker Pin
David Crow4-Nov-08 3:30
David Crow4-Nov-08 3:30 
GeneralRe: Need help in DateTimePicker Pin
David Crow4-Nov-08 3:28
David Crow4-Nov-08 3:28 
QuestionCAxDialogImpl::DoModal creating modeless dialog box Pin
dolly3-Nov-08 0:50
dolly3-Nov-08 0:50 
QuestionGlobal Hooks and IISReset Pin
syntax28uk3-Nov-08 0:36
syntax28uk3-Nov-08 0:36 
QuestionHow to change text of the menu item? Pin
manish.patel3-Nov-08 0:31
manish.patel3-Nov-08 0:31 
AnswerRe: How to change text of the menu item? Pin
Nishad S3-Nov-08 0:59
Nishad S3-Nov-08 0:59 
GeneralRe: How to change text of the menu item? Pin
manish.patel3-Nov-08 1:16
manish.patel3-Nov-08 1:16 
GeneralRe: How to change text of the menu item? Pin
Nishad S3-Nov-08 1:25
Nishad S3-Nov-08 1:25 
GeneralRe: How to change text of the menu item? Pin
manish.patel3-Nov-08 1:46
manish.patel3-Nov-08 1:46 
GeneralRe: How to change text of the menu item? Pin
Nishad S3-Nov-08 2:07
Nishad S3-Nov-08 2:07 
AnswerRe: How to change text of the menu item? Pin
Maximilien3-Nov-08 3:05
Maximilien3-Nov-08 3:05 
GeneralRe: How to change text of the menu item? Pin
Mike Gaskey19-Aug-12 5:29
Mike Gaskey19-Aug-12 5:29 
Questionvoid function Pin
susanne13-Nov-08 0:25
susanne13-Nov-08 0:25 

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.