Click here to Skip to main content
15,897,334 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Progress bar in a list view Pin
Paolo Messina29-Jul-01 12:55
professionalPaolo Messina29-Jul-01 12:55 
GeneralSQL Question Pin
skfnmuislædmufaæoi29-Jul-01 0:35
skfnmuislædmufaæoi29-Jul-01 0:35 
GeneralI found out! Pin
skfnmuislædmufaæoi29-Jul-01 2:44
skfnmuislædmufaæoi29-Jul-01 2:44 
QuestionHow can I create hidden file ??? Pin
28-Jul-01 20:24
suss28-Jul-01 20:24 
AnswerRe: How can I create hidden file ??? Pin
Christian Graus28-Jul-01 20:46
protectorChristian Graus28-Jul-01 20:46 
QuestionHow to implement a custom message map in MFC? Pin
28-Jul-01 17:05
suss28-Jul-01 17:05 
AnswerRe: How to implement a custom message map in MFC? Pin
Michael Dunn28-Jul-01 19:49
sitebuilderMichael Dunn28-Jul-01 19:49 
QuestionHow to use WindowFromPoint and ChildWindowFromPoint? Pin
JavaTony28-Jul-01 15:15
JavaTony28-Jul-01 15:15 
Hello all,
Could you please help me with this situation?
In the middle of my program, I create a FULL SCREEN TRANSPARENT HIDDEN WINDOW which is TOPMOST. When I click on my left mouse button, I want to retrieve the handle to the window under cursor(next z-order) underneath this transparent hidden window.

I am doing it like this when handling WM_MOUSEMOVE message, it is causing too much flickering.
// A full screen transparent window shows up

// Temporarily ShowWindow(hwnd, SW_HIDE) the full screen transparent window

// GetCursorPos() and do a WindowFromPoint() to get the window under cursor

// ShowWindow(hwnd, SW_SHOW) full screen transparent window

Could you show me how to use WindowFromPoint(), ChildWindowFromPoint(), and ChildWindowFromPointEx() to achieve this without hiding and showing the full-screen transparent window? Or is there any other way to do this? Thank you very much in advance.
Rose | [Rose]
GeneralWrite/Read struct to file When the file contain strings.Simple question Pin
28-Jul-01 10:44
suss28-Jul-01 10:44 
GeneralRe: Write/Read struct to file When the file contain strings.Simple question Pin
markkuk28-Jul-01 11:10
markkuk28-Jul-01 11:10 
GeneralThank you !!! Pin
28-Jul-01 18:01
suss28-Jul-01 18:01 
GeneralFtp download progress Pin
28-Jul-01 9:42
suss28-Jul-01 9:42 
GeneralRe: Ftp download progress Pin
Ben Burnett28-Jul-01 16:57
Ben Burnett28-Jul-01 16:57 
GeneralDialog Boxes Pin
Orbitalne28-Jul-01 6:02
Orbitalne28-Jul-01 6:02 
GeneralRe: Dialog Boxes Pin
28-Jul-01 7:17
suss28-Jul-01 7:17 
GeneralODBC setup Pin
28-Jul-01 5:15
suss28-Jul-01 5:15 
GeneralRe: ODBC setup Pin
Malcolm McMahon30-Jul-01 5:01
Malcolm McMahon30-Jul-01 5:01 
GeneralDockable view Pin
parag28-Jul-01 5:10
parag28-Jul-01 5:10 
GeneralClassWizard .NET Pin
28-Jul-01 2:08
suss28-Jul-01 2:08 
GeneralRe: ClassWizard .NET Pin
Fazlul Kabir28-Jul-01 3:14
Fazlul Kabir28-Jul-01 3:14 
GeneralCInternetSession Pin
28-Jul-01 0:54
suss28-Jul-01 0:54 
GeneralRe: CInternetSession Pin
28-Jul-01 4:22
suss28-Jul-01 4:22 
GeneralRe: CInternetSession Pin
28-Jul-01 4:56
suss28-Jul-01 4:56 
GeneralRe: CInternetSession Pin
Anders Molin28-Jul-01 5:34
professionalAnders Molin28-Jul-01 5:34 
GeneralRe: CInternetSession Pin
28-Jul-01 6:27
suss28-Jul-01 6:27 

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.