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

C / C++ / MFC

 
Questionhow to implement pop3 with VC++ Pin
PavanKumar Chatrathi18-Jul-01 1:06
PavanKumar Chatrathi18-Jul-01 1:06 
AnswerRe: how to implement pop3 with VC++ Pin
Anders Molin18-Jul-01 2:44
professionalAnders Molin18-Jul-01 2:44 
QuestionHow to implement remote tape backup Pin
18-Jul-01 0:08
suss18-Jul-01 0:08 
GeneralVirtual Namspaces and Drag &Drop operation Pin
pic17-Jul-01 23:10
pic17-Jul-01 23:10 
GeneralRe: Virtual Namspaces and Drag &Drop operation Pin
17-Jul-01 23:24
suss17-Jul-01 23:24 
GeneralRe: Virtual Namspaces and Drag &Drop operation Pin
pic19-Jul-01 6:01
pic19-Jul-01 6:01 
GeneralWhy did the func :OnChar not happened when a key pressed Pin
17-Jul-01 21:10
suss17-Jul-01 21:10 
GeneralRe: Why did the func :OnChar not happened when a key pressed Pin
Patrick Hoffmann17-Jul-01 23:00
Patrick Hoffmann17-Jul-01 23:00 
Some keys do not produce OnChar messages. But you may catch the WM_KEYDOWN and WM_KEYUP messages.

rtfm!

MSDN says...

Remarks
Because there is not necessarily a one-to-one correspondence between keys pressed and character messages generated, the information in the high-order word of the lParam parameter is generally not useful to applications. The information in the high-order word applies only to the most recent WM_KEYDOWN message that precedes the posting of the WM_CHAR message.

For enhanced 101- and 102-key keyboards, extended keys are the right ALT and the right CTRL keys on the main section of the keyboard; the INS, DEL, HOME, END, PAGE UP, PAGE DOWN and arrow keys in the clusters to the left of the numeric keypad; and the divide (/) and ENTER keys in the numeric keypad. Some other keyboards may support the extended-key bit in the lParam parameter.

Whistler: The WM_UNICHAR message is the same as WM_CHAR, except it is designed to send or post Unicode characters to ANSI windows.


(Best Regards,)

Patrick Hoffmann

-------------------------------------------------------------------------------
Technical and Operations Manager, System Analyst, Software Architect
PGP: http://www.novacom.net/pgp/PatrickHoffmann.asc
-------------------------------------------------------------------------------
veturo, der kostenlose NOVACOM Routenplaner für Europa... http://www.veturo.de
--------------------------------------------------------------------------
GeneralRe: Why did the func :OnChar not happened when a key pressed Pin
Igor Sukhov18-Jul-01 1:15
Igor Sukhov18-Jul-01 1:15 
QuestionMessage queues of windows? Pin
Frankie17-Jul-01 21:02
Frankie17-Jul-01 21:02 
AnswerRe: Message queues of windows? Pin
Michael Dunn17-Jul-01 21:21
sitebuilderMichael Dunn17-Jul-01 21:21 
GeneralRe: Message queues of windows? Pin
Frankie17-Jul-01 22:02
Frankie17-Jul-01 22:02 
QuestionHow to capture Events & HTML content in Netscape browser Pin
PrashanthBA17-Jul-01 19:09
PrashanthBA17-Jul-01 19:09 
GeneralChanging pointer in CDaoRecordset ... Pin
Hadi Rezaee17-Jul-01 18:26
Hadi Rezaee17-Jul-01 18:26 
GeneralMFC -- verifying that a folder exists Pin
Stephane Denis17-Jul-01 17:28
Stephane Denis17-Jul-01 17:28 
GeneralRe: MFC -- verifying that a folder exists Pin
Derek Waters17-Jul-01 17:37
Derek Waters17-Jul-01 17:37 
Generalcoloured scroll bars Pin
Nick Blumhardt17-Jul-01 16:45
Nick Blumhardt17-Jul-01 16:45 
GeneralSending Email in Win32 Pin
Nick Blumhardt17-Jul-01 12:49
Nick Blumhardt17-Jul-01 12:49 
GeneralRe: Sending Email in Win32 Pin
17-Jul-01 15:11
suss17-Jul-01 15:11 
GeneralRe: Sending Email in Win32 Pin
Nick Blumhardt17-Jul-01 16:42
Nick Blumhardt17-Jul-01 16:42 
GeneralRe: Sending Email in Win32 Pin
18-Jul-01 2:22
suss18-Jul-01 2:22 
GeneralControls. Pin
John Uhlenbrock17-Jul-01 12:25
John Uhlenbrock17-Jul-01 12:25 
GeneralRe: Controls. Pin
Tim Deveaux17-Jul-01 14:06
Tim Deveaux17-Jul-01 14:06 
GeneralRe: Controls. Pin
Michael Dunn17-Jul-01 14:13
sitebuilderMichael Dunn17-Jul-01 14:13 
GeneralDialog bars. Pin
John Uhlenbrock17-Jul-01 11:36
John Uhlenbrock17-Jul-01 11:36 

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.