Click here to Skip to main content
15,896,464 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: how to halt mouse and key board Pin
Chris Losinger2-Oct-02 19:16
professionalChris Losinger2-Oct-02 19:16 
GeneralMultithreading :: MFC Pin
valikac2-Oct-02 12:18
valikac2-Oct-02 12:18 
GeneralRe: Multithreading :: MFC Pin
Michael Dunn2-Oct-02 19:23
sitebuilderMichael Dunn2-Oct-02 19:23 
GeneralRe: Multithreading :: MFC Pin
valikac2-Oct-02 19:57
valikac2-Oct-02 19:57 
GeneralDetecting disk letter changes on 2K/XP Pin
Mukkie2-Oct-02 11:51
Mukkie2-Oct-02 11:51 
GeneralDC absolute position Pin
Goa2-Oct-02 11:27
Goa2-Oct-02 11:27 
GeneralRe: DC absolute position Pin
Scott H. Settlemier2-Oct-02 12:03
Scott H. Settlemier2-Oct-02 12:03 
GeneralRe: DC absolute position Pin
alex.barylski2-Oct-02 12:08
alex.barylski2-Oct-02 12:08 
Depends on what DC you want I guess.

1) CClientDC
2) CWindowDC

Then i'm guessing you could call GetClientRect() and GetWindowRect() and convert the logical points to device points using LPtoDP() which would give you the absolute position of the requested DC in pixels (i think).

Cheers! Smile | :)

"An expert is someone who has made all the mistakes in his or her field" - Niels Bohr
QuestionWM_LBUTTONDBLCLK not coming ? Pin
insanely4202-Oct-02 11:14
insanely4202-Oct-02 11:14 
AnswerRe: WM_LBUTTONDBLCLK not coming ? Pin
valikac2-Oct-02 11:22
valikac2-Oct-02 11:22 
AnswerRe: WM_LBUTTONDBLCLK not coming ? Pin
alex.barylski2-Oct-02 11:56
alex.barylski2-Oct-02 11:56 
GeneralRe: WM_LBUTTONDBLCLK not coming ? Pin
insanely4203-Oct-02 21:59
insanely4203-Oct-02 21:59 
GeneralDNS to IP resolution Pin
Anonymous2-Oct-02 11:00
Anonymous2-Oct-02 11:00 
GeneralRe: DNS to IP resolution Pin
Dave Bryant2-Oct-02 11:06
Dave Bryant2-Oct-02 11:06 
GeneralRe: DNS to IP resolution Pin
Anonymous2-Oct-02 11:56
Anonymous2-Oct-02 11:56 
GeneralNever Mind.. I figured it out.. thanks again Pin
Anonymous2-Oct-02 12:38
Anonymous2-Oct-02 12:38 
QuestionHow do I update edit box in modeless dialog Pin
brianwelsch2-Oct-02 10:52
brianwelsch2-Oct-02 10:52 
AnswerRe: How do I update edit box in modeless dialog Pin
valikac2-Oct-02 11:25
valikac2-Oct-02 11:25 
GeneralRe: How do I update edit box in modeless dialog Pin
brianwelsch3-Oct-02 2:51
brianwelsch3-Oct-02 2:51 
GeneralRe: How do I update edit box in modeless dialog Pin
valikac3-Oct-02 8:26
valikac3-Oct-02 8:26 
GeneralRe: How do I update edit box in modeless dialog Pin
brianwelsch3-Oct-02 9:47
brianwelsch3-Oct-02 9:47 
GeneralRe: How do I update edit box in modeless dialog Pin
brianwelsch3-Oct-02 10:07
brianwelsch3-Oct-02 10:07 
Questionresource objects in header file???? Pin
Daniel Strigl2-Oct-02 10:52
Daniel Strigl2-Oct-02 10:52 
AnswerRe: resource objects in header file???? Pin
alex.barylski2-Oct-02 12:14
alex.barylski2-Oct-02 12:14 
AnswerRe: resource objects in header file???? Pin
Todd Smith2-Oct-02 14:43
Todd Smith2-Oct-02 14:43 

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.