Click here to Skip to main content
15,915,019 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Uses of typelist ? Pin
Cedric Moonen22-Aug-06 6:00
Cedric Moonen22-Aug-06 6:00 
GeneralRe: Uses of typelist ? Pin
Zac Howland22-Aug-06 6:16
Zac Howland22-Aug-06 6:16 
QuestionMultilanguage calendar for MFC Pin
Raphael Kindt21-Aug-06 23:22
Raphael Kindt21-Aug-06 23:22 
AnswerRe: Multilanguage calendar for MFC Pin
_AnsHUMAN_ 21-Aug-06 23:48
_AnsHUMAN_ 21-Aug-06 23:48 
GeneralRe: Multilanguage calendar for MFC Pin
Raphael Kindt22-Aug-06 0:07
Raphael Kindt22-Aug-06 0:07 
AnswerRe: Multilanguage calendar for MFC Pin
Cedric Moonen22-Aug-06 1:16
Cedric Moonen22-Aug-06 1:16 
GeneralRe: Multilanguage calendar for MFC Pin
Raphael Kindt22-Aug-06 1:56
Raphael Kindt22-Aug-06 1:56 
AnswerRe: Multilanguage calendar for MFC Pin
Mircea Puiu22-Aug-06 1:18
Mircea Puiu22-Aug-06 1:18 
The ways the dates are used and the way they are displayed are based on the Regional Settings of the Control Panel.
There is a "silent way" to programmatically change those settings. You can use Rundll32.exe to call the Regional and Language Options Control Panel with an answer file that specifies the appropriate settings. The syntax for calling Rundll32.exe from the command line is as follows:
Rundll32 shell32,Control_RunDLL intl.cpl,,/f:"Some_Path\Your_File.txt"

That file must contain a [RegionalSettings] section that specifies the appropriate settings.
You will have to work on the line containing the following information:
Language="locale ID"LanguageGroup="language group ID","language group ID


SkyWalker

GeneralRe: Multilanguage calendar for MFC Pin
Raphael Kindt22-Aug-06 2:03
Raphael Kindt22-Aug-06 2:03 
GeneralRe: Multilanguage calendar for MFC Pin
Mircea Puiu22-Aug-06 2:07
Mircea Puiu22-Aug-06 2:07 
GeneralRe: Multilanguage calendar for MFC Pin
Raphael Kindt22-Aug-06 2:18
Raphael Kindt22-Aug-06 2:18 
QuestionsetTitle for a property Page Pin
RajiRaghu21-Aug-06 23:21
RajiRaghu21-Aug-06 23:21 
AnswerRe: setTitle for a property Page Pin
prasad_som21-Aug-06 23:52
prasad_som21-Aug-06 23:52 
QuestionAn Unsupported Operation was attempted. Pin
SANJAY7621-Aug-06 23:15
SANJAY7621-Aug-06 23:15 
QuestionRe: An Unsupported Operation was attempted. Pin
prasad_som21-Aug-06 23:19
prasad_som21-Aug-06 23:19 
AnswerRe: An Unsupported Operation was attempted. Pin
Christian Graus21-Aug-06 23:29
protectorChristian Graus21-Aug-06 23:29 
QuestionHow to check if the DLL is Unicode or Ansi? Pin
Suyash21-Aug-06 22:36
Suyash21-Aug-06 22:36 
AnswerRe: How to check if the DLL is Unicode or Ansi? Pin
cmk23-Aug-06 10:39
cmk23-Aug-06 10:39 
QuestionRecording and writing a .wav file Pin
Rajiya21-Aug-06 21:49
Rajiya21-Aug-06 21:49 
AnswerRe: Recording and writing a .wav file Pin
_AnsHUMAN_ 21-Aug-06 22:01
_AnsHUMAN_ 21-Aug-06 22:01 
AnswerRe: Recording and writing a .wav file Pin
Hamid_RT22-Aug-06 8:22
Hamid_RT22-Aug-06 8:22 
QuestionGenerate IDOK message Pin
Manjunath S21-Aug-06 21:45
Manjunath S21-Aug-06 21:45 
AnswerRe: Generate IDOK message Pin
Stephen Hewitt21-Aug-06 21:50
Stephen Hewitt21-Aug-06 21:50 
AnswerRe: Generate IDOK message Pin
Parthi_Appu21-Aug-06 21:55
Parthi_Appu21-Aug-06 21:55 
AnswerRe: Generate IDOK message Pin
_AnsHUMAN_ 21-Aug-06 21:58
_AnsHUMAN_ 21-Aug-06 21:58 

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.