Click here to Skip to main content
15,891,943 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: new to win32 Pin
John R. Shaw16-May-07 22:25
John R. Shaw16-May-07 22:25 
QuestionTiny Calendar Pin
Tarekpk16-May-07 9:52
Tarekpk16-May-07 9:52 
AnswerRe: Tiny Calendar Pin
David Crow16-May-07 10:23
David Crow16-May-07 10:23 
GeneralRe: Tiny Calendar Pin
Tarekpk16-May-07 20:54
Tarekpk16-May-07 20:54 
QuestionTurn off sounds in webbrowser control Pin
rrrado16-May-07 7:49
rrrado16-May-07 7:49 
QuestionNeed to make a button (or checkbox) invisible.. Pin
rbid16-May-07 7:41
rbid16-May-07 7:41 
AnswerRe: Need to make a button (or checkbox) invisible.. Pin
Mark Salsbery16-May-07 7:47
Mark Salsbery16-May-07 7:47 
QuestionRe: Need to make a button (or checkbox) invisible.. Pin
rbid16-May-07 18:42
rbid16-May-07 18:42 
Mark Salsbery wrote:
ForumVisual C++ / MFC
Subject:Re: Need to make a button (or checkbox) invisible..
Sender:Mark Salsbery
Date:13:47 16 May '07

If it's an option, it seems to me it's easier to just intercept WM_LBUTTONDOWN notification
messages and check for the cursor being in a certain region. A simple flag to toggle can keep the
expert/novice state.

Mark


Thanks Mark,

Now, how do you intercept the WM_LBUTTONDOWN notification from the main window before the control beneath will intercept and handle it? I have an ActiveX control beneath. (2D Graph ActiveX Control[^])?

If this is not possible, can I intercept the notification after the control beneath?

Thanks in advance.



-- Ricky Marek (AKA: rbid)
-- "Things are only impossible until they are not" --- Jean-Luc Picard

My articles


AnswerRe: Need to make a button (or checkbox) invisible.. Pin
Mark Salsbery17-May-07 5:19
Mark Salsbery17-May-07 5:19 
AnswerRe: Need to make a button (or checkbox) invisible.. Pin
normanS16-May-07 9:44
normanS16-May-07 9:44 
GeneralRe: Need to make a button (or checkbox) invisible.. Pin
rbid16-May-07 18:32
rbid16-May-07 18:32 
GeneralRe: Need to make a button (or checkbox) invisible.. Pin
normanS16-May-07 19:41
normanS16-May-07 19:41 
GeneralRe: Need to make a button (or checkbox) invisible.. Pin
normanS16-May-07 19:48
normanS16-May-07 19:48 
Question'qsort' : none of the 2 overloads could convert all the argument types Pin
subramanyeswari16-May-07 5:59
subramanyeswari16-May-07 5:59 
AnswerRe: 'qsort' : none of the 2 overloads could convert all the argument types Pin
subramanyeswari16-May-07 6:00
subramanyeswari16-May-07 6:00 
AnswerRe: 'qsort' : none of the 2 overloads could convert all the argument types Pin
Mark Salsbery16-May-07 6:22
Mark Salsbery16-May-07 6:22 
QuestionRe: 'qsort' : none of the 2 overloads could convert all the argument types Pin
David Crow16-May-07 6:58
David Crow16-May-07 6:58 
AnswerRe: 'qsort' : none of the 2 overloads could convert all the argument types Pin
subramanyeswari16-May-07 19:00
subramanyeswari16-May-07 19:00 
GeneralRe: 'qsort' : none of the 2 overloads could convert all the argument types Pin
David Crow17-May-07 2:33
David Crow17-May-07 2:33 
AnswerRe: 'qsort' : none of the 2 overloads could convert all the argument types Pin
Stephen Hewitt16-May-07 14:08
Stephen Hewitt16-May-07 14:08 
Questionint array problem Pin
prithaa16-May-07 5:48
prithaa16-May-07 5:48 
AnswerRe: int array problem Pin
Reagan Conservative16-May-07 6:01
Reagan Conservative16-May-07 6:01 
AnswerRe: int array problem Pin
Mark Salsbery16-May-07 6:07
Mark Salsbery16-May-07 6:07 
GeneralRe: int array problem Pin
ajitatif angajetor16-May-07 6:38
ajitatif angajetor16-May-07 6:38 
GeneralRe: int array problem Pin
bob1697216-May-07 6:46
bob1697216-May-07 6:46 

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.