Click here to Skip to main content
15,914,371 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralCreating a dialog from a COM dll Pin
Matt Gates12-Nov-03 14:31
Matt Gates12-Nov-03 14:31 
GeneralRe: Creating a dialog from a COM dll Pin
Prakash Nadar13-Nov-03 0:19
Prakash Nadar13-Nov-03 0:19 
QuestionHow can I convert the JPEG files to thumbnails? Pin
ElizabethC12-Nov-03 12:57
ElizabethC12-Nov-03 12:57 
AnswerRe: How can I convert the JPEG files to thumbnails? Pin
Andrew Walker12-Nov-03 18:40
Andrew Walker12-Nov-03 18:40 
GeneralRe: How can I convert the JPEG files to thumbnails? Pin
ElizabethC13-Nov-03 6:09
ElizabethC13-Nov-03 6:09 
GeneralRe: How can I convert the JPEG files to thumbnails? Pin
Prakash Nadar13-Nov-03 16:08
Prakash Nadar13-Nov-03 16:08 
GeneralRe: How can I convert the JPEG files to thumbnails? Pin
ElizabethC17-Nov-03 5:57
ElizabethC17-Nov-03 5:57 
GeneralSendInput / keyb_event in a keyboard hook Pin
OddArne12-Nov-03 12:38
OddArne12-Nov-03 12:38 
Hi there!

I'm trying to "swap" keys on the keyboard.
The main reason is that I want to swap the " with « and »
depending on wether i'm pressing the left or right shift-buttons.

The hook "triggers" whenever I press the correct keys and
a MessageBox appears (I used it for debugging purposes).

Still I have trouble with SendInput and keybd_event.

I get keybd_event to send "A"'s and "B"'s and so on, but NO « and » (ALT 174 and ALT 175) (at least on my keyboard).

It seems that the ascii values are 171 and 187 for those two chars. I've tried to "send" 171 and 187 but still no luck. Is it because the chars are so "high up" in the ascii table?

I've tried SendMessage(GetForegroundWindow(),WM_CHAR,(WPARAM)'«',0) too, with no luck.

Any suggestions anyone?
Generalbmp save file question gdi+ Pin
ptharso12-Nov-03 11:05
ptharso12-Nov-03 11:05 
GeneralReceive vs ReceiveFrom... Pin
NewHSKid12-Nov-03 9:53
NewHSKid12-Nov-03 9:53 
GeneralRe: Receive vs ReceiveFrom... Pin
Alexander M.,13-Nov-03 8:11
Alexander M.,13-Nov-03 8:11 
GeneralRe: Receive vs ReceiveFrom... Pin
Steve S13-Nov-03 22:11
Steve S13-Nov-03 22:11 
GeneralRe: Receive vs ReceiveFrom... Pin
Alexander M.,13-Nov-03 22:56
Alexander M.,13-Nov-03 22:56 
GeneralRe: Receive vs ReceiveFrom... Pin
NewHSKid14-Nov-03 1:02
NewHSKid14-Nov-03 1:02 
GeneralNM_CLICK problems Pin
ns12-Nov-03 9:30
ns12-Nov-03 9:30 
GeneralRe: NM_CLICK problems Pin
Joaquín M López Muñoz12-Nov-03 10:18
Joaquín M López Muñoz12-Nov-03 10:18 
GeneralRe: NM_CLICK problems Pin
ns13-Nov-03 2:30
ns13-Nov-03 2:30 
GeneralRe: NM_CLICK problems Pin
David Crow12-Nov-03 10:55
David Crow12-Nov-03 10:55 
GeneralRe: NM_CLICK problems Pin
ns13-Nov-03 2:49
ns13-Nov-03 2:49 
GeneralCD-ROM Pin
Alexander M.,12-Nov-03 9:26
Alexander M.,12-Nov-03 9:26 
GeneralRe: CD-ROM Pin
Joaquín M López Muñoz12-Nov-03 10:22
Joaquín M López Muñoz12-Nov-03 10:22 
GeneralUnhandled Exception Pin
mcquilkenm12-Nov-03 7:27
mcquilkenm12-Nov-03 7:27 
GeneralRe: Unhandled Exception Pin
John M. Drescher12-Nov-03 8:35
John M. Drescher12-Nov-03 8:35 
GeneralLaunching mail client, open new message and add attachments Pin
Daniel 'Tak' M.12-Nov-03 7:23
Daniel 'Tak' M.12-Nov-03 7:23 
GeneralRe: Launching mail client, open new message and add attachments Pin
David Crow12-Nov-03 8:02
David Crow12-Nov-03 8:02 

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.