Click here to Skip to main content
15,914,419 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralLooking for Code Profiler Tool Pin
Uwe Keim8-Jun-00 15:43
sitebuilderUwe Keim8-Jun-00 15:43 
GeneralRe: Looking for Code Profiler Tool Pin
Blake Miller8-Jun-00 19:10
Blake Miller8-Jun-00 19:10 
GeneralHelp: GDI functions not working in OnInitDialog Pin
Paul Ebert8-Jun-00 15:28
Paul Ebert8-Jun-00 15:28 
GeneralRe: Help: GDI functions not working in OnInitDialog Pin
Blake Miller8-Jun-00 15:42
Blake Miller8-Jun-00 15:42 
GeneralRe: Help: GDI functions not working in OnInitDialog Pin
Robin9-Jun-00 11:28
Robin9-Jun-00 11:28 
QuestionHowTo : Determine the language of Windows ??? Pin
Luc Bergeron8-Jun-00 9:35
Luc Bergeron8-Jun-00 9:35 
AnswerRe: HowTo : Determine the language of Windows ??? Pin
Uwe Keim8-Jun-00 11:45
sitebuilderUwe Keim8-Jun-00 11:45 
AnswerRe: HowTo : Determine the language of Windows ??? Pin
Stephen Kellett15-Jun-00 8:00
Stephen Kellett15-Jun-00 8:00 
GetUserDefaultLangID() and GetSystemDefaultLangID()

GetUserDefaultLangID() gets you the language you've chosen from the keyboard (Alt+Shift to toggle between say Korean and French or whatever you have setup).

GetSystemDefaultLangID() gets you the fact that the box is
set up for Swahili or whatever.

The returned value is encoded in two parts, the primary
language and any appropriate sublanguage.

You'll need to lookup the language codes to determine the
values (For example English is 9 and is represented by LANG_ENGLISH).

Cheers
GeneralHelp with GridCtrl bounds checking Pin
Joseph8-Jun-00 5:36
Joseph8-Jun-00 5:36 
GeneralRe: Help with GridCtrl bounds checking Pin
Chris Maunder8-Jun-00 14:39
cofounderChris Maunder8-Jun-00 14:39 
GeneralRe: Help with GridCtrl bounds checking Pin
Joseph9-Jun-00 3:22
Joseph9-Jun-00 3:22 
GeneralFast algorithm for padding nulls into a string Pin
Matthias8-Jun-00 1:33
Matthias8-Jun-00 1:33 
GeneralRe: Fast algorithm for padding nulls into a string Pin
Uwe Keim8-Jun-00 1:56
sitebuilderUwe Keim8-Jun-00 1:56 
GeneralRe: Fast algorithm for padding nulls into a string Pin
Matthias8-Jun-00 2:23
Matthias8-Jun-00 2:23 
GeneralRe: Fast algorithm for padding nulls into a string Pin
Paolo Messina8-Jun-00 4:09
professionalPaolo Messina8-Jun-00 4:09 
GeneralRe: Fast algorithm for padding nulls into a string Pin
Sam Hobbs8-Jun-00 10:01
Sam Hobbs8-Jun-00 10:01 
GeneralRe: Fast algorithm for padding nulls into a string Pin
Blake Miller9-Jun-00 4:59
Blake Miller9-Jun-00 4:59 
GeneralPacket Capturing Pin
Member 26197-Jun-00 21:55
Member 26197-Jun-00 21:55 
GeneralStruct from one class to another Pin
Claude Gagnon7-Jun-00 17:16
Claude Gagnon7-Jun-00 17:16 
GeneralRe: Struct from one class to another Pin
Amit B7-Jun-00 19:05
Amit B7-Jun-00 19:05 
GeneralRe: Struct from one class to another Pin
Uwe Keim8-Jun-00 11:49
sitebuilderUwe Keim8-Jun-00 11:49 
GeneralUsing STL in ATL Pin
Tony Li7-Jun-00 10:55
Tony Li7-Jun-00 10:55 
GeneralRe: Using STL in ATL Pin
Tim Deveaux7-Jun-00 11:32
Tim Deveaux7-Jun-00 11:32 
GeneralRe: Using STL in ATL Pin
Tony Li7-Jun-00 12:07
Tony Li7-Jun-00 12:07 
GeneralRe: Using STL in ATL Pin
Alex Gorev8-Jun-00 8:16
Alex Gorev8-Jun-00 8:16 

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.