Click here to Skip to main content
16,005,734 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: GetOPenFileName() Pin
RomTibi19-Jul-07 5:52
RomTibi19-Jul-07 5:52 
QuestionOdd Passwords Questions Pin
Dave Kerr19-Jul-07 4:58
Dave Kerr19-Jul-07 4:58 
AnswerRe: Odd Passwords Questions Pin
James R. Twine19-Jul-07 5:11
James R. Twine19-Jul-07 5:11 
GeneralRe: Odd Passwords Questions Pin
Dave Kerr19-Jul-07 5:17
Dave Kerr19-Jul-07 5:17 
GeneralRe: Odd Passwords Questions Pin
James R. Twine19-Jul-07 5:21
James R. Twine19-Jul-07 5:21 
AnswerRe: Odd Passwords Questions Pin
Michael Dunn19-Jul-07 7:05
sitebuilderMichael Dunn19-Jul-07 7:05 
QuestionOnScreen KeyBoard Issue Pin
robshere19-Jul-07 4:34
robshere19-Jul-07 4:34 
GeneralRe: OnScreen KeyBoard Issue Pin
Matthew Faithfull19-Jul-07 6:15
Matthew Faithfull19-Jul-07 6:15 
I'd recommend never letting your on screen keyboard take the focus in the first place, have it behave as a persistent ontop popup. I've only done keyboard replacement stuff on WinCE where things are a little different but in that case you register your Software Input Panel as a special kind of control and Windows loads it and displays it for you. I guess there is probably something similar on whatever version of windows you're using and you should probably go that way to get it to behave properly. Also you need to insert your key presses into the keyboard chain as if you were operating a real keyboard, keybd_event() may or may not be right for this, otherwise IME keyboard handling and other stuff that might be in the keyboard chain like global hotkeys will not work. I'd check the documentation for Text Services Framework as a reasonable place to start.



Nothing is exactly what it seems but everything with seems can be unpicked.

QuestionHow can I avoid the regsvr32.exe message box? Pin
Max++19-Jul-07 4:26
Max++19-Jul-07 4:26 
AnswerRe: How can I avoid the regsvr32.exe message box? Pin
Cedric Moonen19-Jul-07 4:35
Cedric Moonen19-Jul-07 4:35 
GeneralRe: How can I avoid the regsvr32.exe message box? Pin
James R. Twine19-Jul-07 5:06
James R. Twine19-Jul-07 5:06 
GeneralRe: How can I avoid the regsvr32.exe message box? Pin
Max++19-Jul-07 5:22
Max++19-Jul-07 5:22 
GeneralRe: How can I avoid the regsvr32.exe message box? Pin
Paresh Chitte19-Jul-07 19:20
Paresh Chitte19-Jul-07 19:20 
GeneralBack to the roots Pin
Rage19-Jul-07 2:58
professionalRage19-Jul-07 2:58 
GeneralRe: Back to the roots Pin
Nemanja Trifunovic19-Jul-07 3:15
Nemanja Trifunovic19-Jul-07 3:15 
GeneralRe: Back to the roots Pin
James R. Twine19-Jul-07 3:17
James R. Twine19-Jul-07 3:17 
GeneralRe: Back to the roots Pin
Rage19-Jul-07 3:23
professionalRage19-Jul-07 3:23 
General[RT] Pin
Eytukan19-Jul-07 8:15
Eytukan19-Jul-07 8:15 
GeneralRe: [RT] Pin
James R. Twine19-Jul-07 8:47
James R. Twine19-Jul-07 8:47 
QuestionCOM Object Registration! Pin
sachinjegaonkar19-Jul-07 2:17
sachinjegaonkar19-Jul-07 2:17 
AnswerRe: COM Object Registration! Pin
Nibu babu thomas19-Jul-07 2:39
Nibu babu thomas19-Jul-07 2:39 
AnswerRe: COM Object Registration! Pin
_AnsHUMAN_ 19-Jul-07 2:43
_AnsHUMAN_ 19-Jul-07 2:43 
AnswerRe: COM Object Registration! Pin
tanvon malik19-Jul-07 2:50
tanvon malik19-Jul-07 2:50 
Questionpassing values from ui thread to view class Pin
neha.agarwal2719-Jul-07 2:10
neha.agarwal2719-Jul-07 2:10 
AnswerRe: passing values from ui thread to view class Pin
David Crow19-Jul-07 2:40
David Crow19-Jul-07 2:40 

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.