Click here to Skip to main content
15,926,596 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: big endian to little endian Pin
GDavy2-Jun-05 23:39
GDavy2-Jun-05 23:39 
GeneralRe: big endian to little endian Pin
cmk5-Jun-05 12:37
cmk5-Jun-05 12:37 
QuestionHow to use EnumSystemLanguageGroups Pin
Hachaso2-Jun-05 21:27
Hachaso2-Jun-05 21:27 
AnswerRe: How to use EnumSystemLanguageGroups Pin
David Crow3-Jun-05 2:49
David Crow3-Jun-05 2:49 
GeneralRe: How to use EnumSystemLanguageGroups Pin
Hachaso6-Jun-05 21:00
Hachaso6-Jun-05 21:00 
GeneralRe: How to use EnumSystemLanguageGroups Pin
David Crow7-Jun-05 3:01
David Crow7-Jun-05 3:01 
GeneralRe: How to use EnumSystemLanguageGroups Pin
Hachaso7-Jun-05 21:34
Hachaso7-Jun-05 21:34 
GeneralRe: How to use EnumSystemLanguageGroups Pin
David Crow8-Jun-05 2:11
David Crow8-Jun-05 2:11 
Hachaso wrote:
I've compared and can't find any difference that would solve the problem.

I provided you two different links. They are completely different.

Hachaso wrote:
LANGUAGEGROUP_ENUMPROC is retrieved from another function called EnumLanguageGroupsProc.

Huh? LANGUAGEGROUP_ENUMPROC is a typedef from winnls.h.

Hachaso wrote:
Could you maybe help med with some example how to implement the different parameters, so
that I can understand what I'm doing wrong.


BOOL CALLBACK EnumProc(
  LGRPID LanguageGroup,
  LPTSTR lpLanguageGroupString,
  LPTSTR lpLanguageGroupNameString,
  DWORD dwFlags,
  LONG_PTR  lParam
)
{
    return TRUE;
}
...
EnumSystemLanguageGroups(EnumProc, LGRPID_INSTALLED, 0);



"Ideas are a dime a dozen. People who put them into action are priceless." - Unknown


GeneralRe: How to use EnumSystemLanguageGroups Pin
Hachaso8-Jun-05 23:55
Hachaso8-Jun-05 23:55 
GeneralRe: How to use EnumSystemLanguageGroups Pin
David Crow9-Jun-05 2:05
David Crow9-Jun-05 2:05 
QuestionHow to share a variable between two classes? Pin
fanlovefan2-Jun-05 21:02
fanlovefan2-Jun-05 21:02 
AnswerRe: How to share a variable between two classes? Pin
Cedric Moonen2-Jun-05 21:30
Cedric Moonen2-Jun-05 21:30 
AnswerRe: How to share a variable between two classes? Pin
rammle2-Jun-05 21:30
rammle2-Jun-05 21:30 
AnswerRe: How to share a variable between two classes? Pin
Bob Stanneveld2-Jun-05 22:03
Bob Stanneveld2-Jun-05 22:03 
AnswerRe: How to share a variable between two classes? Pin
nripun2-Jun-05 23:55
nripun2-Jun-05 23:55 
AnswerRe: How to share a variable between two classes? Pin
fanlovefan5-Jun-05 15:14
fanlovefan5-Jun-05 15:14 
Questionencapsulating callbacks? Pin
rammle2-Jun-05 20:51
rammle2-Jun-05 20:51 
AnswerRe: encapsulating callbacks? Pin
Trollslayer2-Jun-05 23:15
mentorTrollslayer2-Jun-05 23:15 
GeneralRe: encapsulating callbacks? Pin
RichardS2-Jun-05 23:34
RichardS2-Jun-05 23:34 
GeneralRe: encapsulating callbacks? Pin
rammle3-Jun-05 0:06
rammle3-Jun-05 0:06 
GeneralRe: encapsulating callbacks? Pin
Trollslayer4-Jun-05 11:11
mentorTrollslayer4-Jun-05 11:11 
GeneralProblem with Property page Pin
anisiva2-Jun-05 16:59
anisiva2-Jun-05 16:59 
GeneralRe: Problem with Property page Pin
Nish Nishant2-Jun-05 18:19
sitebuilderNish Nishant2-Jun-05 18:19 
GeneralRe: Problem with Property page Pin
anisiva2-Jun-05 18:55
anisiva2-Jun-05 18:55 
GeneralRe: Problem with Property page Pin
Nish Nishant2-Jun-05 19:05
sitebuilderNish Nishant2-Jun-05 19:05 

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.