Click here to Skip to main content
15,921,577 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: What is UNICODE? Pin
Peter Weyzen26-Jun-03 11:04
Peter Weyzen26-Jun-03 11:04 
GeneralClickety Pin
Jon Sagara26-Jun-03 15:13
Jon Sagara26-Jun-03 15:13 
Generalsetting file associate Pin
pnpfriend26-Jun-03 8:37
pnpfriend26-Jun-03 8:37 
GeneralReading the registry Pin
Shay Harel26-Jun-03 7:58
Shay Harel26-Jun-03 7:58 
GeneralRe: Reading the registry Pin
pnpfriend26-Jun-03 8:35
pnpfriend26-Jun-03 8:35 
GeneralRe: Reading the registry Pin
Shay Harel26-Jun-03 8:39
Shay Harel26-Jun-03 8:39 
GeneralOnscreen Keyboard (like the example here) - Focus problems Pin
fluxt26-Jun-03 7:28
fluxt26-Jun-03 7:28 
GeneralRe: Onscreen Keyboard (like the example here) - Focus problems Pin
Ryan Binns26-Jun-03 15:45
Ryan Binns26-Jun-03 15:45 
Try setting a WH_CBT hook to trap any focus changes, and prevent the focus changing to the keyboard window. Look at the documentation for SetWindowsHookEx() and CBTProc(). You'll need to check if the hook is being called because of a focus change (nCode == HCBT_SETFOCUS) and prevent the focus change (by returning 1) if the window handle (the wParam value) represents the keyboard window.

Ryan

Being little and getting pushed around by big guys all my life I guess I compensate by pushing electrons and holes around. What a bully I am, but I do enjoy making subatomic particles hop at my bidding - Roger Wright (2nd April 2003, The Lounge)

Punctuality is only a virtue for those who aren't smart enough to think of good excuses for being late - John Nichol "Point Of Impact"

GeneralText editing app with special objects Pin
PaulFrazee26-Jun-03 6:48
PaulFrazee26-Jun-03 6:48 
GeneralRe: Text editing app with special objects Pin
PaulFrazee26-Jun-03 8:53
PaulFrazee26-Jun-03 8:53 
GeneralRe: Text editing app with special objects Pin
Ryan Binns26-Jun-03 14:43
Ryan Binns26-Jun-03 14:43 
GeneralRe: Text editing app with special objects Pin
PaulFrazee26-Jun-03 17:33
PaulFrazee26-Jun-03 17:33 
GeneralRe: Text editing app with special objects Pin
Ryan Binns26-Jun-03 18:08
Ryan Binns26-Jun-03 18:08 
GeneralRe: Text editing app with special objects Pin
PaulFrazee27-Jun-03 4:04
PaulFrazee27-Jun-03 4:04 
GeneralRe: Text editing app with special objects Pin
Ryan Binns27-Jun-03 4:12
Ryan Binns27-Jun-03 4:12 
GeneralRe: Text editing app with special objects Pin
PaulFrazee27-Jun-03 5:19
PaulFrazee27-Jun-03 5:19 
GeneralRe: Text editing app with special objects Pin
Ryan Binns27-Jun-03 5:21
Ryan Binns27-Jun-03 5:21 
GeneralJust learning STL.. easy question.. Pin
RobJones26-Jun-03 6:33
RobJones26-Jun-03 6:33 
GeneralRe: Just learning STL.. easy question.. Pin
keegan26-Jun-03 6:37
keegan26-Jun-03 6:37 
GeneralRe: Just learning STL.. easy question.. Pin
John M. Drescher26-Jun-03 6:39
John M. Drescher26-Jun-03 6:39 
GeneralRe: Just learning STL.. easy question.. Pin
RobJones26-Jun-03 6:56
RobJones26-Jun-03 6:56 
GeneralRe: Just learning STL.. easy question.. Pin
John M. Drescher26-Jun-03 7:14
John M. Drescher26-Jun-03 7:14 
Generalanother quick question.. Pin
RobJones26-Jun-03 8:37
RobJones26-Jun-03 8:37 
GeneralRe: another quick question.. Pin
John M. Drescher26-Jun-03 8:52
John M. Drescher26-Jun-03 8:52 
GeneralRe: another quick question.. Pin
RobJones26-Jun-03 9:14
RobJones26-Jun-03 9:14 

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.