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

C / C++ / MFC

 
Questionunsigned int64 Pin
tom groezer12-Aug-07 18:53
tom groezer12-Aug-07 18:53 
AnswerRe: unsigned int64 Pin
Mark Salsbery12-Aug-07 20:15
Mark Salsbery12-Aug-07 20:15 
QuestionHow much limit of DCOM or RPC of Windows2003 Server Pin
kcynic12-Aug-07 12:05
kcynic12-Aug-07 12:05 
Questionproblem about DCOM on Windows2003 Server [modified] Pin
kcynic12-Aug-07 10:10
kcynic12-Aug-07 10:10 
QuestionHow to get Windows ID? Pin
includeh1012-Aug-07 6:28
includeh1012-Aug-07 6:28 
AnswerRe: How to get Windows ID? Pin
Peter Weyzen12-Aug-07 8:51
Peter Weyzen12-Aug-07 8:51 
JokeRe: How to get Windows ID? Pin
David Crow13-Aug-07 3:11
David Crow13-Aug-07 3:11 
QuestionHow to get the information on current standard/format and region setting Pin
xanagan12-Aug-07 4:03
xanagan12-Aug-07 4:03 
My program designed to be use only on Windows with Thai setting.

If the user's windows had a american date/time format It will not work as expected

Is there anyway to get the information of current standard/format using
MFC or win32API function ?

I want to do something like this

<br />
if(CurrentDateTimeFormat() != thai){<br />
   MessageBox("Please set region & format to thai before     using","noticed",MB_OK);<br />
   EndDialog(0);<br />
}<br />


thank in advance
AnswerRe: How to get the information on current standard/format and region setting Pin
Mark Salsbery12-Aug-07 7:15
Mark Salsbery12-Aug-07 7:15 
AnswerRe: How to get the information on current standard/format and region setting Pin
karle12-Aug-07 7:19
karle12-Aug-07 7:19 
AnswerRe: How to get the information on current standard/format and region setting Pin
David Crow13-Aug-07 3:13
David Crow13-Aug-07 3:13 
QuestionViewing database table in front-end Pin
__yash__12-Aug-07 0:41
professional__yash__12-Aug-07 0:41 
AnswerRe: Viewing database table in front-end Pin
Peter Weyzen12-Aug-07 8:52
Peter Weyzen12-Aug-07 8:52 
GeneralRe: Viewing database table in front-end Pin
__yash__12-Aug-07 18:21
professional__yash__12-Aug-07 18:21 
GeneralRe: Viewing database table in front-end Pin
Peter Weyzen12-Aug-07 20:58
Peter Weyzen12-Aug-07 20:58 
GeneralRe: Viewing database table in front-end Pin
__yash__12-Aug-07 21:06
professional__yash__12-Aug-07 21:06 
GeneralRe: Viewing database table in front-end Pin
Peter Weyzen12-Aug-07 21:36
Peter Weyzen12-Aug-07 21:36 
AnswerRe: Viewing database table in front-end Pin
David Crow13-Aug-07 3:14
David Crow13-Aug-07 3:14 
QuestionSkins on Dialog Pin
Sangeetha_J11-Aug-07 20:56
Sangeetha_J11-Aug-07 20:56 
QuestionRe: Skins on Dialog Pin
Mark Salsbery12-Aug-07 7:16
Mark Salsbery12-Aug-07 7:16 
AnswerRe: Skins on Dialog Pin
Sangeetha_J12-Aug-07 18:12
Sangeetha_J12-Aug-07 18:12 
GeneralRe: Skins on Dialog Pin
Mark Salsbery12-Aug-07 20:01
Mark Salsbery12-Aug-07 20:01 
AnswerRe: Skins on Dialog Pin
Hamid_RT12-Aug-07 8:12
Hamid_RT12-Aug-07 8:12 
GeneralRe: Skins on Dialog Pin
Sangeetha_J12-Aug-07 18:15
Sangeetha_J12-Aug-07 18:15 
GeneralRe: Skins on Dialog Pin
Hamid_RT12-Aug-07 19:37
Hamid_RT12-Aug-07 19:37 

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.