Click here to Skip to main content
15,922,650 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Bandwidth Throttling... Pin
Jörgen Sigvardsson7-Feb-04 14:10
Jörgen Sigvardsson7-Feb-04 14:10 
GeneralRe: Bandwidth Throttling... Pin
code-frog7-Feb-04 15:47
professionalcode-frog7-Feb-04 15:47 
GeneralRe: Bandwidth Throttling... Pin
Jörgen Sigvardsson7-Feb-04 22:44
Jörgen Sigvardsson7-Feb-04 22:44 
GeneralRe: Bandwidth Throttling... Pin
code-frog8-Feb-04 6:44
professionalcode-frog8-Feb-04 6:44 
GeneralProblem with MFC function Pin
Dev5786-Feb-04 12:42
Dev5786-Feb-04 12:42 
GeneralRe: Problem with MFC function Pin
Ravi Bhavnani6-Feb-04 15:02
professionalRavi Bhavnani6-Feb-04 15:02 
GeneralRe: Problem with MFC function Pin
Michael Dunn7-Feb-04 16:02
sitebuilderMichael Dunn7-Feb-04 16:02 
QuestionWhy does this fail? Pin
Anonymous6-Feb-04 11:40
Anonymous6-Feb-04 11:40 
BYTE ks[256];
GetKeyboardState(ks);
WORD w;
UINT scan;
scan=0;
ToAscii(wParam,scan,ks,&w,0);
ch =char(w);
MessageBox(0,"" + ch,"Key pressed",MB_OK); // <-- is this the right way of getting the char into a string? The results are jumbled
AnswerRe: Why does this fail? Pin
Anonymous7-Feb-04 3:11
Anonymous7-Feb-04 3:11 
GeneralRe: Why does this fail? Pin
John M. Drescher7-Feb-04 19:23
John M. Drescher7-Feb-04 19:23 
GeneralClosing an application Pin
krugger6-Feb-04 11:37
krugger6-Feb-04 11:37 
GeneralRe: Closing an application Pin
Ravi Bhavnani6-Feb-04 13:02
professionalRavi Bhavnani6-Feb-04 13:02 
GeneralRe: Closing an application Pin
Jim Crafton6-Feb-04 13:05
Jim Crafton6-Feb-04 13:05 
GeneralSerial implementation deadlock problem Pin
rmnowick6-Feb-04 11:25
rmnowick6-Feb-04 11:25 
QuestionHelp converting a demo project? Pin
DanYELL6-Feb-04 11:09
DanYELL6-Feb-04 11:09 
GeneralWINHTTP Pin
Jack Reed6-Feb-04 10:53
Jack Reed6-Feb-04 10:53 
GeneralRe: WINHTTP Pin
Gerald Schwab6-Feb-04 11:18
Gerald Schwab6-Feb-04 11:18 
GeneralRe: WINHTTP Pin
Jack Reed6-Feb-04 11:33
Jack Reed6-Feb-04 11:33 
GeneralCallback function within a class Pin
Cael6-Feb-04 9:58
Cael6-Feb-04 9:58 
GeneralRe: Callback function within a class Pin
Antti Keskinen6-Feb-04 11:12
Antti Keskinen6-Feb-04 11:12 
GeneralRe: Callback function within a class Pin
Cael6-Feb-04 13:20
Cael6-Feb-04 13:20 
GeneralRe: Callback function within a class Pin
Antti Keskinen8-Feb-04 9:59
Antti Keskinen8-Feb-04 9:59 
GeneralRe: Callback function within a class Pin
Cael8-Feb-04 16:32
Cael8-Feb-04 16:32 
GeneralHelp with MFC forms Pin
iboux6-Feb-04 9:52
iboux6-Feb-04 9:52 
GeneralRe: Help with MFC forms Pin
David Crow6-Feb-04 10:52
David Crow6-Feb-04 10:52 

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.