Click here to Skip to main content
16,011,374 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: full screen size dialog Pin
Didaa2-Jan-03 23:16
Didaa2-Jan-03 23:16 
GeneralGetting printer colour settings Pin
Hel2-Jan-03 21:10
Hel2-Jan-03 21:10 
GeneralRe: Getting printer colour settings Pin
MVH2-Jan-03 21:52
MVH2-Jan-03 21:52 
GeneralRe: Getting printer colour settings Pin
Hel2-Jan-03 21:56
Hel2-Jan-03 21:56 
QuestionNeed to be able to handle clicks on a CWnd, how to do it? Pin
Joan M2-Jan-03 20:25
professionalJoan M2-Jan-03 20:25 
AnswerRe: Need to be able to handle clicks on a CWnd, how to do it? Pin
Rage2-Jan-03 20:38
professionalRage2-Jan-03 20:38 
GeneralRe: Need to be able to handle clicks on a CWnd, how to do it? Pin
Joan M2-Jan-03 22:51
professionalJoan M2-Jan-03 22:51 
GeneralRe: Need to be able to handle clicks on a CWnd, how to do it? Pin
Rage3-Jan-03 5:59
professionalRage3-Jan-03 5:59 
After your post i cqn imagine you're writing plain Win32 and not MFC ... and i'm not that familiar with Win32 without MFC's. (if you are using MFC, post your code).

But :

The message (WM_LBUTTONCLICK) can surely be intercepted within the message pump of the parent window. Do check if your CWnds notifies something to their parents. When not, you can intercept the click in your CWnd, and then send a user msg to the parent one.

Repost your question if you don't find the answer, people will help you.

~RaGE();
GeneralDateTimePicker Pin
Mazdak2-Jan-03 19:41
Mazdak2-Jan-03 19:41 
GeneralRe: DateTimePicker Pin
ashxly2-Jan-03 20:13
ashxly2-Jan-03 20:13 
GeneralRe: DateTimePicker Pin
Mazdak2-Jan-03 21:01
Mazdak2-Jan-03 21:01 
GeneralRe: DateTimePicker Pin
xxhimanshu2-Jan-03 20:22
xxhimanshu2-Jan-03 20:22 
GeneralRe: DateTimePicker Pin
Mazdak2-Jan-03 20:43
Mazdak2-Jan-03 20:43 
GeneralRe: DateTimePicker Pin
xxhimanshu2-Jan-03 21:20
xxhimanshu2-Jan-03 21:20 
Generalhelp with Tabbed dialogs!!!!!!!!!!!!!!!!!!!!!!!! Pin
xxhimanshu2-Jan-03 18:59
xxhimanshu2-Jan-03 18:59 
GeneralRe: help with Tabbed dialogs!!!!!!!!!!!!!!!!!!!!!!!! Pin
Joan M2-Jan-03 20:31
professionalJoan M2-Jan-03 20:31 
GeneralRe: help with Tabbed dialogs!!!!!!!!!!!!!!!!!!!!!!!! Pin
Rage2-Jan-03 20:35
professionalRage2-Jan-03 20:35 
QuestionHELP! How to capture image from a fingerprint scanner? Pin
writeln2-Jan-03 17:20
writeln2-Jan-03 17:20 
QuestionHowto convert CString to float? Pin
VanHlebar2-Jan-03 15:29
VanHlebar2-Jan-03 15:29 
AnswerRe: Howto convert CString to float? Pin
ashxly2-Jan-03 15:44
ashxly2-Jan-03 15:44 
GeneralRe: Howto convert CString to float? Pin
VanHlebar2-Jan-03 16:11
VanHlebar2-Jan-03 16:11 
GeneralRe: Howto convert CString to float? Pin
valikac2-Jan-03 16:25
valikac2-Jan-03 16:25 
GeneralRe: Howto convert CString to float? Pin
VanHlebar2-Jan-03 17:03
VanHlebar2-Jan-03 17:03 
GeneralRe: Howto convert CString to float? Pin
valikac2-Jan-03 17:09
valikac2-Jan-03 17:09 
GeneralRe: Howto convert CString to float? Pin
Gary Kirkham2-Jan-03 17:02
Gary Kirkham2-Jan-03 17:02 

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.