Click here to Skip to main content
15,792,999 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Manifest for DPI awareness. Pin
Richard MacCutchan17-Jun-19 21:50
mveRichard MacCutchan17-Jun-19 21:50 
GeneralRe: Manifest for DPI awareness. Pin
Maximilien18-Jun-19 5:42
Maximilien18-Jun-19 5:42 
Questiongetchar / putchar - how does it really works ? Pin
Vaclav_15-Jun-19 7:49
Vaclav_15-Jun-19 7:49 
AnswerRe: getchar / putchar - how does it really works ? Pin
Richard MacCutchan15-Jun-19 8:03
mveRichard MacCutchan15-Jun-19 8:03 
GeneralRe: getchar / putchar - how does it really works ? Pin
Vaclav_15-Jun-19 9:34
Vaclav_15-Jun-19 9:34 
GeneralRe: getchar / putchar - how does it really works ? Pin
k505415-Jun-19 10:07
mvek505415-Jun-19 10:07 
GeneralRe: getchar / putchar - how does it really works ? Pin
Richard MacCutchan16-Jun-19 4:02
mveRichard MacCutchan16-Jun-19 4:02 
GeneralRe: getchar / putchar - how does it really works ? Pin
leon de boer16-Jun-19 6:43
leon de boer16-Jun-19 6:43 
It has nothing to do with windows Smile | :)

Whoever writes the C/C++ library determines how it works, you are making a C/C++ standard call not a windows call and if they don't do the standard then it is hardly a fault of windows.

On windows really the easy way is to hook the WM_CHAR and/or WM_SYSCHAR messages because the message queue is available even in console apps since windows XP service pack 2.
In vino veritas

GeneralRe: getchar / putchar - how does it really works ? Pin
Richard MacCutchan16-Jun-19 6:48
mveRichard MacCutchan16-Jun-19 6:48 
GeneralRe: getchar / putchar - how does it really works ? Pin
Stefan_Lang16-Jun-19 22:29
Stefan_Lang16-Jun-19 22:29 
GeneralRe: getchar / putchar - how does it really works ? Pin
Richard MacCutchan16-Jun-19 22:48
mveRichard MacCutchan16-Jun-19 22:48 
GeneralRe: getchar / putchar - how does it really works ? Pin
leon de boer17-Jun-19 3:43
leon de boer17-Jun-19 3:43 
GeneralRe: getchar / putchar - how does it really works ? Pin
Stefan_Lang18-Jun-19 6:13
Stefan_Lang18-Jun-19 6:13 
QuestionChange Icon Pin
JM225113-Jun-19 19:12
JM225113-Jun-19 19:12 
AnswerRe: Change Icon Pin
Richard MacCutchan13-Jun-19 22:32
mveRichard MacCutchan13-Jun-19 22:32 
QuestionWM_MOUSEWHEEL message and the Touchpad : SOLVED thanks to Randor Pin
Richard MacCutchan13-Jun-19 5:28
mveRichard MacCutchan13-Jun-19 5:28 
AnswerRe: WM_MOUSEWHEEL message and the Touchpad Pin
Gerry Schmitz13-Jun-19 10:26
mveGerry Schmitz13-Jun-19 10:26 
GeneralRe: WM_MOUSEWHEEL message and the Touchpad Pin
Richard MacCutchan13-Jun-19 22:19
mveRichard MacCutchan13-Jun-19 22:19 
GeneralRe: WM_MOUSEWHEEL message and the Touchpad Pin
Richard MacCutchan14-Jun-19 2:04
mveRichard MacCutchan14-Jun-19 2:04 
GeneralRe: WM_MOUSEWHEEL message and the Touchpad Pin
Gerry Schmitz15-Jun-19 6:36
mveGerry Schmitz15-Jun-19 6:36 
GeneralRe: WM_MOUSEWHEEL message and the Touchpad Pin
Richard MacCutchan15-Jun-19 7:58
mveRichard MacCutchan15-Jun-19 7:58 
QuestionRe: WM_MOUSEWHEEL message and the Touchpad Pin
David Crow13-Jun-19 11:45
David Crow13-Jun-19 11:45 
AnswerRe: WM_MOUSEWHEEL message and the Touchpad Pin
Richard MacCutchan13-Jun-19 22:20
mveRichard MacCutchan13-Jun-19 22:20 
AnswerRe: WM_MOUSEWHEEL message and the Touchpad Pin
Richard MacCutchan14-Jun-19 2:03
mveRichard MacCutchan14-Jun-19 2:03 
AnswerRe: WM_MOUSEWHEEL message and the Touchpad Pin
Randor 14-Jun-19 1:31
professional Randor 14-Jun-19 1:31 

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.