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

C / C++ / MFC

 
GeneralRe: NULL pView pointer Pin
ns14-Jan-03 10:11
ns14-Jan-03 10:11 
Generaltried your way but.....??? Pin
ns14-Jan-03 10:19
ns14-Jan-03 10:19 
GeneralRe: tried your way but.....??? Pin
Paul Belikian14-Jan-03 13:00
Paul Belikian14-Jan-03 13:00 
GeneralRe: tried your way but.....??? Pin
ns15-Jan-03 4:45
ns15-Jan-03 4:45 
GeneralFinding the z-order of a window Pin
Chris Sutcliffe14-Jan-03 7:23
sussChris Sutcliffe14-Jan-03 7:23 
GeneralAdding a option to start the program on boot-up.. Pin
RobJones14-Jan-03 7:02
RobJones14-Jan-03 7:02 
GeneralHKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run Pin
AlexO14-Jan-03 7:31
AlexO14-Jan-03 7:31 
GeneralGetting Unicode key codes into a non-Unicode (MBCS) application Pin
Rob Whapham14-Jan-03 6:46
Rob Whapham14-Jan-03 6:46 
We have a rather large touch panel interface design application that was not originally designed for or compiled with the _UNICODE compiler flag. We have need now to be able to accept Unicode character input (either via foreign keyboard/OS, or by IME, or by clipboard) in a single specific edit control (which is currently a CEdit object).

I've done considerable amounts of research and testing into overriding window procs and message pumps in an attempt to receive WM_CHAR messages as Unicode character codes, but have not achieved 100% success (i.e., some characters come though as Unicode, but others still come through as the familiar '?'/0x3F character).

Any insight or tips & tricks to pull this off would be greatly appreciated, as we are willing to try just about anything to avoid having to recompile as a Unicode application and deal with the time and headaches involved with the conversion and with linking with external LIBs and DLLs.

As always, thanks in advance.

Rob Whapham
Managing Software Engineer
AMX, Corp.
http://www.amx.com/
GeneralCustom protocols for WebBrowser controls... Pin
Jamie Hale14-Jan-03 5:26
Jamie Hale14-Jan-03 5:26 
GeneralDynamically adding items to a combo box Pin
lbc14-Jan-03 5:23
lbc14-Jan-03 5:23 
GeneralRe: Dynamically adding items to a combo box Pin
valikac14-Jan-03 9:41
valikac14-Jan-03 9:41 
GeneralRe: Dynamically adding items to a combo box Pin
lbc15-Jan-03 5:16
lbc15-Jan-03 5:16 
GeneralRe: Dynamically adding items to a combo box Pin
valikac15-Jan-03 19:42
valikac15-Jan-03 19:42 
GeneralExample needed of using ActiveX control in NON MFC Win SDK Application Pin
Paul Belikian14-Jan-03 5:22
Paul Belikian14-Jan-03 5:22 
General#import Pin
AlexO14-Jan-03 5:38
AlexO14-Jan-03 5:38 
GeneralRe: #import - Can you expand on that? Pin
Paul Belikian14-Jan-03 5:59
Paul Belikian14-Jan-03 5:59 
GeneralRe: #import - Can you expand on that? Pin
AlexO14-Jan-03 6:44
AlexO14-Jan-03 6:44 
GeneralRe: #import - Can you expand on that? Pin
Paul Belikian14-Jan-03 7:04
Paul Belikian14-Jan-03 7:04 
GeneralRe: #import - Can you expand on that? - Oh well, I'll check into the COM Interface.. Pin
Paul Belikian14-Jan-03 7:16
Paul Belikian14-Jan-03 7:16 
GeneralRe: #import - Can you expand on that? Pin
AlexO14-Jan-03 7:28
AlexO14-Jan-03 7:28 
QuestionHow to change icon colors on the fly? Pin
Geert Delmeiren14-Jan-03 5:22
Geert Delmeiren14-Jan-03 5:22 
Generalpush_back and CDialog Pin
ns14-Jan-03 5:11
ns14-Jan-03 5:11 
GeneralRe: push_back and CDialog Pin
Maximilien14-Jan-03 5:30
Maximilien14-Jan-03 5:30 
GeneralRe: push_back and CDialog Pin
ns14-Jan-03 8:07
ns14-Jan-03 8:07 
GeneralRe: push_back and CDialog Pin
Maximilien14-Jan-03 8:33
Maximilien14-Jan-03 8:33 

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.