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

C / C++ / MFC

 
GeneralRe: how to halt mouse and key board Pin
imran_rafique2-Oct-02 17:02
imran_rafique2-Oct-02 17:02 
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 
Device contexts don't really have a position on the screen.
They are used to represent a drawable surface-- be it for
a printer, a window, or what-have-you. A window on the screen
is painted from the contents (of a bitmap) to which the dc is
representative. This painting occurs where the window is located
irregardless of anything about the dc. i.e. the position is
a property of the window and not its dc.

To get the position of a window on screen, just use GetWindowRect.

GeneralRe: DC absolute position Pin
alex.barylski2-Oct-02 12:08
alex.barylski2-Oct-02 12:08 
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 

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.