Click here to Skip to main content
15,889,546 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: ShellExecute or WinExec!! Pin
Robert Kuster31-Dec-03 1:17
Robert Kuster31-Dec-03 1:17 
Generalhelp in an active x control Pin
safee ullah30-Dec-03 18:51
safee ullah30-Dec-03 18:51 
GeneralDeployment of project Pin
Ming Yan30-Dec-03 18:19
Ming Yan30-Dec-03 18:19 
GeneralRe: Deployment of project Pin
Monty230-Dec-03 18:39
Monty230-Dec-03 18:39 
GeneralRe: Deployment of project Pin
Ming Yan30-Dec-03 18:50
Ming Yan30-Dec-03 18:50 
QuestionHow to use vb ocx in vc++ Pin
percyvimal30-Dec-03 18:10
percyvimal30-Dec-03 18:10 
AnswerRe: How to use vb ocx in vc++ Pin
bryce30-Dec-03 18:24
bryce30-Dec-03 18:24 
GeneralSending Extended ascii character with PostMessage api in vc++ Pin
percyvimal30-Dec-03 18:05
percyvimal30-Dec-03 18:05 
I need to send an extended ascii character to the active application with postmessage

PostMessage(msg->hwnd,WM_CHAR, 'a', 1)

Then it works where a is printed on the target window or any active window.

but when i use this like

PostMessage(msg->hwnd,WM_CHAR, 'þ', 1)
then the message is not sending the extended ascii character

I am using this in win98 and so i cannot use unicode character

i couldnt figure out the mistake i am making and so if there is anybody who can help me with this and find out and tell me out to send an extended ascii character to the application using postmessage



Thanks in advance
vimal


Generalmultithreaded sockets bollocks ;) Pin
bryce30-Dec-03 17:14
bryce30-Dec-03 17:14 
GeneralRe: multithreaded sockets bollocks ;) Pin
Johnny ²30-Dec-03 22:00
Johnny ²30-Dec-03 22:00 
GeneralRe: multithreaded sockets bollocks ;) Pin
bryce31-Dec-03 11:51
bryce31-Dec-03 11:51 
GeneralRe: multithreaded sockets bollocks ;) Pin
valikac31-Dec-03 5:39
valikac31-Dec-03 5:39 
GeneralRe: multithreaded sockets bollocks ;) Pin
bryce31-Dec-03 11:56
bryce31-Dec-03 11:56 
GeneralRe: multithreaded sockets bollocks ;) Pin
valikac1-Jan-04 5:43
valikac1-Jan-04 5:43 
GeneralRe: multithreaded sockets bollocks ;) Pin
bryce5-Jan-04 0:25
bryce5-Jan-04 0:25 
GeneralQuestions about DirectShow programming Pin
youken30-Dec-03 16:58
youken30-Dec-03 16:58 
QuestionCannot access the ClassView information file???? Pin
wow999930-Dec-03 15:17
wow999930-Dec-03 15:17 
AnswerRe: Cannot access the ClassView information file???? Pin
Monty230-Dec-03 16:17
Monty230-Dec-03 16:17 
GeneralRe: Cannot access the ClassView information file???? Pin
Balkrishna Talele30-Dec-03 21:51
Balkrishna Talele30-Dec-03 21:51 
AnswerRe: Cannot access the ClassView information file???? Pin
Anonymous30-Dec-03 16:18
Anonymous30-Dec-03 16:18 
QuestionHow can i get this event what the virtual address of my process be changed by the windows?? Pin
zx_sanjin30-Dec-03 14:57
zx_sanjin30-Dec-03 14:57 
QuestionHow can i get this event what the virtual address of my process be changed by the windows?? Pin
zx_sanjin30-Dec-03 14:54
zx_sanjin30-Dec-03 14:54 
QuestionHow to develop pluggable application? Pin
Anonymous30-Dec-03 14:53
Anonymous30-Dec-03 14:53 
AnswerRe: How to develop pluggable application? Pin
Monty230-Dec-03 18:47
Monty230-Dec-03 18:47 
GeneralRe: How to develop pluggable application? Pin
Anonymous31-Dec-03 3:55
Anonymous31-Dec-03 3:55 

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.