Click here to Skip to main content
15,907,910 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: do you use new()?please instruct me! Pin
jhwurmbach11-Mar-04 22:15
jhwurmbach11-Mar-04 22:15 
GeneralRe: do you use new()?please instruct me! Pin
vividtang12-Mar-04 0:22
vividtang12-Mar-04 0:22 
GeneralRe: do you use new()?please instruct me! Pin
jhwurmbach12-Mar-04 0:24
jhwurmbach12-Mar-04 0:24 
GeneralRe: do you use new()?please instruct me! Pin
vividtang12-Mar-04 16:21
vividtang12-Mar-04 16:21 
GeneralRe: do you use new()?please instruct me! Pin
vividtang12-Mar-04 16:33
vividtang12-Mar-04 16:33 
GeneralTAPI Pin
chen_chen121211-Mar-04 20:51
chen_chen121211-Mar-04 20:51 
GeneralRe: TAPI Pin
Michael P Butler11-Mar-04 21:29
Michael P Butler11-Mar-04 21:29 
GeneralLanguage bar like app (IME) help pls Pin
Bagoj11-Mar-04 20:38
Bagoj11-Mar-04 20:38 
Hi there!

I'm writing a language bar like app (plugin for a shell replacement) I can change input locale (keyboard layout)
using WM_INPUTLANGCHANGEREQUEST that works fine,
but i'd like to implement IME support (user can select conversion mode, input mode etc.)

The MS guy in the msdn forum told that it can be done only from inside the process so i've written the remote thread function and handling etc, now i can get a correct HIMC and aslo can get OpenStatus and ConversionStatus correctly but no menu items when calling ImmGetImeMenuItems

"Success, himc: 0x000904FB Conversion mode: 25 Sentence mode: 8 Num menu items: 0"

dwType = IGIMII_CMODE|IGIMII_SMODE|IGIMII_CONFIGURE|IGIMII_
TOOLS|IGIMII_HELP|IGIMII_OTHER |IGIMII_INPUTTOOLS;
dwFlags = 0; (also tried with IGIMIF_RIGHTMENU)

numOfMenuItems = pImmGetImeMenuItems(hIMC, dwFlags, dwType, NULL, NULL, dwSize);

It always returns 0 Blush | :O (
I call this right after ImmGetContext(hWnd) (hWnd is from FindWindow or GetForegroundWindow).
(i tried with notepad and the japanese ms-ime 2002)

Any trick or is something i do wrong? Or the language bar gets those menu items by some other way?
Please give some advice or sg, i'm tired of it, it makes me mad... no documentation, no examples aaargh... thanks, regards: Bagoj
p.s.: sorry my english is not correct Blush | :O (


GeneralA question about asycfilt.dll Pin
Atif Mushtaq11-Mar-04 20:11
Atif Mushtaq11-Mar-04 20:11 
GeneralAccess Violation during Excel Automation Pin
Ajay Mudgal11-Mar-04 19:52
Ajay Mudgal11-Mar-04 19:52 
GeneralPlugin Frameworks Pin
Tarundeep Singh Kalra11-Mar-04 19:46
Tarundeep Singh Kalra11-Mar-04 19:46 
GeneralRe: Plugin Frameworks Pin
Florin Ochiana11-Mar-04 23:27
Florin Ochiana11-Mar-04 23:27 
GeneralRe: Plugin Frameworks Pin
Roger Allen12-Mar-04 1:05
Roger Allen12-Mar-04 1:05 
GeneralCCriticalSection Object frezee Pin
Do Manh Hung11-Mar-04 19:40
Do Manh Hung11-Mar-04 19:40 
GeneralRe: CCriticalSection Object frezee Pin
Neville Franks11-Mar-04 22:19
Neville Franks11-Mar-04 22:19 
GeneralRe: CCriticalSection Object frezee Pin
Do Manh Hung11-Mar-04 22:30
Do Manh Hung11-Mar-04 22:30 
GeneralRe: CCriticalSection Object frezee Pin
Neville Franks12-Mar-04 11:48
Neville Franks12-Mar-04 11:48 
Questionhow to hide a shortcut from desktop window? Pin
shoma11-Mar-04 18:24
shoma11-Mar-04 18:24 
AnswerRe: how to hide a shortcut from desktop window? Pin
Alexander M.,12-Mar-04 5:28
Alexander M.,12-Mar-04 5:28 
GeneralRe: how to hide a shortcut from desktop window? Pin
shoma14-Mar-04 15:57
shoma14-Mar-04 15:57 
Generalabout TAPI Pin
denly11-Mar-04 17:23
denly11-Mar-04 17:23 
GeneralRe: about TAPI Pin
Tarundeep Singh Kalra11-Mar-04 19:49
Tarundeep Singh Kalra11-Mar-04 19:49 
GeneralLexical/Char Sequence Increment Pin
Garth J Lancaster11-Mar-04 17:19
professionalGarth J Lancaster11-Mar-04 17:19 
GeneralRe: Lexical/Char Sequence Increment Pin
Chris Richardson12-Mar-04 14:44
Chris Richardson12-Mar-04 14:44 
GeneralRe: Lexical/Char Sequence Increment Pin
Garth J Lancaster12-Mar-04 14:58
professionalGarth J Lancaster12-Mar-04 14: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.