Click here to Skip to main content
15,918,109 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: DLL - statically linking code Pin
Chris Losinger20-Apr-01 7:44
professionalChris Losinger20-Apr-01 7:44 
GeneralStructure posting Pin
yamini20-Apr-01 0:34
yamini20-Apr-01 0:34 
GeneralRe: Structure posting Pin
Jeff Naber20-Apr-01 8:43
Jeff Naber20-Apr-01 8:43 
GeneralRe: Structure posting Pin
Jeff Naber23-Apr-01 5:14
Jeff Naber23-Apr-01 5:14 
GeneralRe: Structure posting Pin
Jeff Naber23-Apr-01 5:21
Jeff Naber23-Apr-01 5:21 
QuestionHow to get the handles of all child windows Pin
19-Apr-01 23:59
suss19-Apr-01 23:59 
Questionhow can I get the Kana mode of Japanese IME Pin
AlexMin19-Apr-01 16:07
AlexMin19-Apr-01 16:07 
AnswerRe: how can I get the Kana mode of Japanese IME Pin
Masaaki Onishi22-Apr-01 15:06
Masaaki Onishi22-Apr-01 15:06 
Hello, the codegurus around the world.;)

Taking off and on IME may be easier to change the input type.
That is, if IME is on, the default input type is Kana.
If IME is off, the default input type is the direct input type like A-Z or number.

Check ImmGetContext, ImmGetOpenStatus, and ImmSetOpenStatus API function
and some sample code of IME in MSDN help to take on and off IME.

If you want to get the exact input type, we may have some code and
assgin the exact input type which we want.
But, so far, I have not succeeded this yet.Cry | :((

Have a nice day!
-Masaaki Onishi-
GeneralDate/Time problem. Pin
Henrik19-Apr-01 13:43
Henrik19-Apr-01 13:43 
GeneralTolTip Pin
Ghasrfakhri19-Apr-01 12:47
Ghasrfakhri19-Apr-01 12:47 
GeneralRe: TolTip Pin
Ahmad20-Apr-01 4:10
Ahmad20-Apr-01 4:10 
GeneralOpen Folder Browse Dialog Pin
Ghasrfakhri19-Apr-01 12:36
Ghasrfakhri19-Apr-01 12:36 
GeneralRe: Open Folder Browse Dialog Pin
Steve Driessens19-Apr-01 12:43
Steve Driessens19-Apr-01 12:43 
GeneralWhat Include File Pin
Ghasrfakhri20-Apr-01 2:43
Ghasrfakhri20-Apr-01 2:43 
GeneralRe: What Include File Pin
Steve Driessens20-Apr-01 3:27
Steve Driessens20-Apr-01 3:27 
GeneralAdd shlobj.h But... Pin
Ghasrfakhri20-Apr-01 3:40
Ghasrfakhri20-Apr-01 3:40 
GeneralI Use It But Pin
Ghasrfakhri20-Apr-01 5:03
Ghasrfakhri20-Apr-01 5:03 
GeneralRe: I Use It But Pin
Steve Driessens20-Apr-01 11:08
Steve Driessens20-Apr-01 11:08 
GeneralCreateProcess Function Pin
Ghasrfakhri19-Apr-01 12:31
Ghasrfakhri19-Apr-01 12:31 
GeneralRe: CreateProcess Function Pin
yamini19-Apr-01 21:32
yamini19-Apr-01 21:32 
GeneralI NEED ALGORITHM ABOUT SORTING 1 ... 9 Pin
Hadi Rezaee19-Apr-01 10:34
Hadi Rezaee19-Apr-01 10:34 
GeneralRe: I NEED ALGORITHM ABOUT SORTING 1 ... 9 Pin
Hadi Rezaee19-Apr-01 12:32
Hadi Rezaee19-Apr-01 12:32 
GeneralRe: I NEED ALGORITHM ABOUT SORTING 1 ... 9 Pin
Christian Graus19-Apr-01 14:15
protectorChristian Graus19-Apr-01 14:15 
GeneralRe: I NEED ALGORITHM ABOUT SORTING 1 ... 9 Pin
Hadi Rezaee19-Apr-01 12:32
Hadi Rezaee19-Apr-01 12:32 
GeneralCComboBox Pin
orcun colak19-Apr-01 9:51
orcun colak19-Apr-01 9:51 

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.