G
Guest
I've spent the last 3 years programming VC++, and learnt that Windows
programming is all about messages.
Now I'm doing C#, and there isn't a windows message to be seen! Now, I don't
miss those messages at all - in fact I'm very glad to see the end of them,
but I am puzzled as to where they've gone. Has .Net got rid of windows
messages, or are they just hidden inside the CLR, where windows windows (to
use the VC++ term for the real "window" which is actually on the screen) are
sending messages around they way they always did?
Cheers,
Javaman
programming is all about messages.
Now I'm doing C#, and there isn't a windows message to be seen! Now, I don't
miss those messages at all - in fact I'm very glad to see the end of them,
but I am puzzled as to where they've gone. Has .Net got rid of windows
messages, or are they just hidden inside the CLR, where windows windows (to
use the VC++ term for the real "window" which is actually on the screen) are
sending messages around they way they always did?
Cheers,
Javaman