Click here to Skip to main content
15,901,426 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionFile System Methods Pin
Tom Moore20-Sep-06 2:09
Tom Moore20-Sep-06 2:09 
QuestionRe: File System Methods Pin
David Crow20-Sep-06 4:03
David Crow20-Sep-06 4:03 
AnswerRe: File System Methods Pin
Tom Moore21-Sep-06 9:38
Tom Moore21-Sep-06 9:38 
QuestionRe: File System Methods Pin
David Crow21-Sep-06 10:46
David Crow21-Sep-06 10:46 
AnswerRe: File System Methods Pin
Tom Moore21-Sep-06 11:29
Tom Moore21-Sep-06 11:29 
QuestionRe: File System Methods Pin
David Crow22-Sep-06 3:23
David Crow22-Sep-06 3:23 
AnswerRe: File System Methods Pin
Tom Moore23-Sep-06 10:46
Tom Moore23-Sep-06 10:46 
GeneralRe: File System Methods Pin
David Crow25-Sep-06 2:56
David Crow25-Sep-06 2:56 
Tom Moore wrote:
...the cross hair needs a function that returns the window handle or control handle, so I can send a WM_PASTE message to the necessary control.


From the article:

  • Whenever the mouse moves, get the screen position of the mouse (GetCursorPos())
  • Get the HWND of the window beneath the mouse (WindowFromPoint())


    "Approved Workmen Are Not Ashamed" - 2 Timothy 2:15

    "Judge not by the eye but by the heart." - Native American Proverb


  • Questionhow to convert from WPARAM or LPARAM to CString Pin
    singersinger20-Sep-06 2:02
    singersinger20-Sep-06 2:02 
    AnswerRe: how to convert from WPARAM or LPARAM to CString Pin
    Naveen20-Sep-06 2:17
    Naveen20-Sep-06 2:17 
    GeneralRe: how to convert from WPARAM or LPARAM to CString Pin
    singersinger20-Sep-06 2:36
    singersinger20-Sep-06 2:36 
    AnswerRe: how to convert from WPARAM or LPARAM to CString Pin
    Jörgen Sigvardsson20-Sep-06 2:31
    Jörgen Sigvardsson20-Sep-06 2:31 
    GeneralRe: how to convert from WPARAM or LPARAM to CString Pin
    Zac Howland20-Sep-06 3:36
    Zac Howland20-Sep-06 3:36 
    AnswerRe: how to convert from WPARAM or LPARAM to CString Pin
    prasad_som20-Sep-06 2:31
    prasad_som20-Sep-06 2:31 
    GeneralRe: how to convert from WPARAM or LPARAM to CString Pin
    Jörgen Sigvardsson20-Sep-06 3:34
    Jörgen Sigvardsson20-Sep-06 3:34 
    Questioncreating an array of objects dynamically Pin
    erfi20-Sep-06 1:56
    erfi20-Sep-06 1:56 
    AnswerRe: creating an array of objects dynamically Pin
    toxcct20-Sep-06 1:57
    toxcct20-Sep-06 1:57 
    GeneralRe: creating an array of objects dynamically Pin
    erfi20-Sep-06 1:59
    erfi20-Sep-06 1:59 
    GeneralRe: creating an array of objects dynamically Pin
    toxcct20-Sep-06 2:06
    toxcct20-Sep-06 2:06 
    GeneralRe: creating an array of objects dynamically Pin
    erfi20-Sep-06 2:09
    erfi20-Sep-06 2:09 
    GeneralRe: creating an array of objects dynamically Pin
    Zac Howland20-Sep-06 3:46
    Zac Howland20-Sep-06 3:46 
    AnswerRe: creating an array of objects dynamically Pin
    _AnsHUMAN_ 20-Sep-06 2:14
    _AnsHUMAN_ 20-Sep-06 2:14 
    GeneralRe: creating an array of objects dynamically Pin
    erfi20-Sep-06 2:55
    erfi20-Sep-06 2:55 
    GeneralRe: creating an array of objects dynamically Pin
    benjymous20-Sep-06 3:25
    benjymous20-Sep-06 3:25 
    GeneralRe: creating an array of objects dynamically [modified] Pin
    _AnsHUMAN_ 20-Sep-06 3:33
    _AnsHUMAN_ 20-Sep-06 3:33 

    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.