Click here to Skip to main content
15,912,977 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralKoti -- How to add a tab to control panel / display Pin
koteswara25-Oct-00 1:23
koteswara25-Oct-00 1:23 
GeneralRe: Koti -- How to add a tab to control panel / display Pin
Michael Dunn25-Oct-00 5:42
sitebuilderMichael Dunn25-Oct-00 5:42 
GeneralMacro Processor for VC Pin
RobinT24-Oct-00 22:13
RobinT24-Oct-00 22:13 
GeneralDetecting MouseMove over a button Pin
Matthias Steinbart24-Oct-00 21:11
sussMatthias Steinbart24-Oct-00 21:11 
GeneralRe: Detecting MouseMove over a button Pin
Brendan Tregear26-Oct-00 15:35
Brendan Tregear26-Oct-00 15:35 
GeneralRemote Data Service 2ndPost Pin
Bashir Irfan Malik24-Oct-00 19:40
Bashir Irfan Malik24-Oct-00 19:40 
QuestionHow To obtain information about the window under the cursor. Pin
Wolfram Steinke24-Oct-00 15:57
Wolfram Steinke24-Oct-00 15:57 
AnswerRe: How To obtain information about the window under the cursor. Pin
Christian24-Oct-00 19:44
Christian24-Oct-00 19:44 
WindowFromPoint
The WindowFromPoint function retrieves a handle to the window that contains the specified point.

HWND WindowFromPoint(
POINT Point // point
);
Parameters
Point
[in] Specifies a POINT structure that defines the point to be checked.
Return Values
The return value is a handle to the window that contains the point. If no window exists at the given point, the return value is NULL. If the point is over a static text control, the return value is a handle to the window under the static text control.

Remarks
The WindowFromPoint function does not retrieve a handle to a hidden or disabled window, even if the point is within the window. An application should use the ChildWindowFromPoint function for a nonrestrictive search.

Requirements
Windows NT/2000: Requires Windows NT 3.1 or later.
Windows 95/98: Requires Windows 95 or later.
Header: Declared in Winuser.h; include Windows.h.
Library: Use User32.lib.

From MSDN ;0)

GeneralPlaying AVI movies using MCI commands Pin
Atlus_24-Oct-00 15:23
sussAtlus_24-Oct-00 15:23 
GeneralFile Dialog and Windows 2000 Pin
Jon24-Oct-00 9:55
Jon24-Oct-00 9:55 
GeneralRe: File Dialog and Windows 2000 Pin
Michael Dunn24-Oct-00 15:13
sitebuilderMichael Dunn24-Oct-00 15:13 
GeneralRe: File Dialog and Windows 2000 Pin
James Corrie24-Oct-00 15:24
sussJames Corrie24-Oct-00 15:24 
Generalplease help -- desktop screen Pin
kk924-Oct-00 9:40
kk924-Oct-00 9:40 
GeneralRe: please help -- desktop screen Pin
Brendan Tregear26-Oct-00 15:45
Brendan Tregear26-Oct-00 15:45 
QuestionHow to get path to application execuable file??? Pin
Peter Pawluczuk24-Oct-00 6:49
sussPeter Pawluczuk24-Oct-00 6:49 
AnswerRe: How to get path to application execuable file??? Pin
David Wulff24-Oct-00 9:18
David Wulff24-Oct-00 9:18 
GeneralInstant Messenger Software Pin
donaldsa24-Oct-00 3:29
donaldsa24-Oct-00 3:29 
GeneralRe: Instant Messenger Software Pin
Leo Davidson24-Oct-00 9:15
Leo Davidson24-Oct-00 9:15 
GeneralRevision Control Software Pin
donaldsa24-Oct-00 3:27
donaldsa24-Oct-00 3:27 
GeneralRe: Revision Control Software Pin
Erik Funkenbusch24-Oct-00 10:06
Erik Funkenbusch24-Oct-00 10:06 
GeneralLine Drawing Control Pin
Mel Stober24-Oct-00 2:58
Mel Stober24-Oct-00 2:58 
GeneralRe: Line Drawing Control Pin
Christian24-Oct-00 19:59
Christian24-Oct-00 19:59 
QuestionNetwork Neighborhood people search ??? Pin
FuMo24-Oct-00 2:37
FuMo24-Oct-00 2:37 
GeneralPrinting a GIF Pin
Hank23-Oct-00 23:39
Hank23-Oct-00 23:39 
GeneralRe: Printing a GIF Pin
Christian24-Oct-00 20:05
Christian24-Oct-00 20:05 

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.