Click here to Skip to main content
15,925,010 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Using CToolBar on an AppBar. Pin
18-Feb-02 14:57
suss18-Feb-02 14:57 
GeneralATSP32 compiled in Visual C++ 6 Pin
Kiske18-Feb-02 11:36
Kiske18-Feb-02 11:36 
GeneralRe: ATSP32 compiled in Visual C++ 6 Pin
Michael P Butler18-Feb-02 22:48
Michael P Butler18-Feb-02 22:48 
Questionpass by reference or copy? Pin
18-Feb-02 11:11
suss18-Feb-02 11:11 
AnswerRe: pass by reference or copy? Pin
Joaquín M López Muñoz18-Feb-02 11:21
Joaquín M López Muñoz18-Feb-02 11:21 
GeneralRe: pass by reference or copy? Pin
18-Feb-02 12:29
suss18-Feb-02 12:29 
GeneralRe: pass by reference or copy? Pin
Jonathan Craig18-Feb-02 16:13
Jonathan Craig18-Feb-02 16:13 
GeneralSeparate Window, Mouse, Keyboard Procs... Pin
18-Feb-02 10:56
suss18-Feb-02 10:56 
Hello,
i got a question about the procedure that receives the messages of an application that is confusing me a lot.

Up to now, i have always seen that messages were received in an application via its window, and its windowproc(...). That window proc also receives the input messages... And that's one of the things i find strange, because an application could just use the mouse or the keboard, without having a window.

I admit that inputs have to be asociated with "something" to determine what application has the focus, but an application without window could (for exemple) be activated by a left mouse click on an icon in the tray, and unactivated by a right mouse click anywhere on the desktop...

Well, my question should be something like "can i explicity set a kind of mouseproc(...) ?"

Lets go, another one (; : is it possible to separate the mouse, keyboard and window procs into three separate callbacks, each one receiving the asociated messages ?

Thanks in advance,
Lion.

GeneralRe: Separate Window, Mouse, Keyboard Procs... Pin
Joaquín M López Muñoz18-Feb-02 11:17
Joaquín M López Muñoz18-Feb-02 11:17 
GeneralRe: Separate Window, Mouse, Keyboard Procs... Pin
18-Feb-02 11:24
suss18-Feb-02 11:24 
GeneralRe: Separate Window, Mouse, Keyboard Procs... Pin
Joaquín M López Muñoz18-Feb-02 11:26
Joaquín M López Muñoz18-Feb-02 11:26 
GeneralRe: Separate Window, Mouse, Keyboard Procs... Pin
Shog918-Feb-02 14:22
sitebuilderShog918-Feb-02 14:22 
GeneralWhy do people seem to think... Pin
Tim Smith18-Feb-02 10:34
Tim Smith18-Feb-02 10:34 
GeneralRe: Why do people seem to think... Pin
Christian Graus18-Feb-02 10:38
protectorChristian Graus18-Feb-02 10:38 
GeneralRe: Why do people seem to think... Pin
Tim Smith18-Feb-02 10:45
Tim Smith18-Feb-02 10:45 
GeneralRe: Why do people seem to think... Pin
Paul M Watt19-Feb-02 13:32
mentorPaul M Watt19-Feb-02 13:32 
QuestionBreakpoint on changed memory? Pin
Jamie Hale18-Feb-02 9:43
Jamie Hale18-Feb-02 9:43 
AnswerRe: Breakpoint on changed memory? Pin
Jamie Hale18-Feb-02 11:07
Jamie Hale18-Feb-02 11:07 
GeneralControlling splitterwnd size Pin
18-Feb-02 8:36
suss18-Feb-02 8:36 
GeneralRe: Controlling splitterwnd size Pin
Sef Tarbell20-Feb-02 11:06
Sef Tarbell20-Feb-02 11:06 
QuestionIdiot question in VC++ 7.0. Variable size arrays ? Pin
18-Feb-02 8:10
suss18-Feb-02 8:10 
AnswerRe: Idiot question in VC++ 7.0. Variable size arrays ? Pin
Joaquín M López Muñoz18-Feb-02 8:24
Joaquín M López Muñoz18-Feb-02 8:24 
GeneralRe: Idiot question in VC++ 7.0. Variable size arrays ? Pin
18-Feb-02 8:34
suss18-Feb-02 8:34 
GeneralRe: Idiot question in VC++ 7.0. Variable size arrays ? Pin
Joaquín M López Muñoz18-Feb-02 8:46
Joaquín M López Muñoz18-Feb-02 8:46 
GeneralRe: Idiot question in VC++ 7.0. Variable size arrays ? Pin
pba_18-Feb-02 9:51
pba_18-Feb-02 9:51 

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.