Click here to Skip to main content
15,901,986 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: wherez my mistake!! Pin
Member 188014615-Apr-05 23:04
Member 188014615-Apr-05 23:04 
GeneralRe: wherez my mistake!! Pin
ThatsAlok15-Apr-05 23:18
ThatsAlok15-Apr-05 23:18 
GeneralRe: wherez my mistake!! Pin
Member 188014615-Apr-05 23:28
Member 188014615-Apr-05 23:28 
GeneralRe: wherez my mistake!! Pin
ThatsAlok20-Apr-05 19:58
ThatsAlok20-Apr-05 19:58 
GeneralGDI+ graphics path casting Pin
mrCrisp15-Apr-05 21:53
mrCrisp15-Apr-05 21:53 
GeneralRe: GDI+ graphics path casting Pin
Ben Burnett18-Apr-05 9:46
Ben Burnett18-Apr-05 9:46 
GeneralWM_KEYDOWN Pin
unidentify15-Apr-05 20:31
unidentify15-Apr-05 20:31 
GeneralRe: WM_KEYDOWN Pin
ugur_basak15-Apr-05 20:39
ugur_basak15-Apr-05 20:39 
I use an easy method it seems to work.

onkeydown(UINT nChar....)
{
CString string;
string.Format("%d",nChar);
AfxMessageBox(string);
}

This func. tells you the code whic you press.
GeneralRe: WM_KEYDOWN Pin
22491715-Apr-05 20:50
22491715-Apr-05 20:50 
GeneralRe: WM_KEYDOWN Pin
ThatsAlok15-Apr-05 20:56
ThatsAlok15-Apr-05 20:56 
GeneralRe: WM_KEYDOWN Pin
22491715-Apr-05 21:09
22491715-Apr-05 21:09 
GeneralRe: WM_KEYDOWN Pin
ThatsAlok15-Apr-05 21:20
ThatsAlok15-Apr-05 21:20 
GeneralRe: WM_KEYDOWN Pin
22491716-Apr-05 1:49
22491716-Apr-05 1:49 
GeneralRe: WM_KEYDOWN Pin
ThatsAlok17-Apr-05 18:53
ThatsAlok17-Apr-05 18:53 
GeneralRe: WM_KEYDOWN Pin
ThatsAlok15-Apr-05 20:55
ThatsAlok15-Apr-05 20:55 
GeneralReading blank lines Pin
nilkn15-Apr-05 18:00
sussnilkn15-Apr-05 18:00 
GeneralRe: Reading blank lines Pin
ThatsAlok15-Apr-05 18:11
ThatsAlok15-Apr-05 18:11 
GeneralRe: Reading blank lines Pin
eli1502197916-Apr-05 0:03
eli1502197916-Apr-05 0:03 
GeneralRe: Reading blank lines Pin
nilkn16-Apr-05 5:40
sussnilkn16-Apr-05 5:40 
GeneralRe: Reading blank lines Pin
eli1502197916-Apr-05 20:45
eli1502197916-Apr-05 20:45 
GeneralRe: Reading blank lines Pin
ng kok chuan17-Apr-05 15:23
ng kok chuan17-Apr-05 15:23 
GeneralNon-trivial Image Display Pin
LighthouseJ15-Apr-05 12:55
LighthouseJ15-Apr-05 12:55 
GeneralShared Memory Residue Pin
Grahamfff15-Apr-05 11:44
Grahamfff15-Apr-05 11:44 
GeneralC++ Interop Debugger Issue Pin
Chip Patton15-Apr-05 11:37
Chip Patton15-Apr-05 11:37 
GeneralHID class Pin
trupgmtuf15-Apr-05 11:13
susstrupgmtuf15-Apr-05 11:13 

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.