Click here to Skip to main content
15,895,799 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionMystry of C Pin
pandit8425-May-09 5:50
pandit8425-May-09 5:50 
AnswerRe: Mystry of C Pin
George L. Jackson25-May-09 6:57
George L. Jackson25-May-09 6:57 
AnswerRe: Mystry of C PinPopular
Stuart Dootson25-May-09 6:58
professionalStuart Dootson25-May-09 6:58 
GeneralRe: Mystry of C Pin
Maximilien25-May-09 8:17
Maximilien25-May-09 8:17 
GeneralRe: Mystry of C Pin
Mustafa Ismail Mustafa25-May-09 10:40
Mustafa Ismail Mustafa25-May-09 10:40 
GeneralRe: Mystry of C Pin
Stuart Dootson25-May-09 11:11
professionalStuart Dootson25-May-09 11:11 
GeneralRe: Mystry of C Pin
Mustafa Ismail Mustafa25-May-09 11:32
Mustafa Ismail Mustafa25-May-09 11:32 
QuestionHow to order windows correct? Pin
extreme00125-May-09 5:06
extreme00125-May-09 5:06 
Hi!

I'm having a problem placing a transparent window over a window of a foreign application. Description:

1. I create a transparent window with controls on it(Transparency color = RGB 255,0,255)

2. I'm searching, finding a window of a foreign application and set my window on it (via SetWindowPos(Foreignwindow, Mywindow)). it works.

3. If the foreign window is minimized, my window has to minize, too. After maximize...my window should maximize, too, but the order of the windows should be the same....my window over the other

4.If the user opens another window e.g. Notepad and Notepad is topwindow...my window should be visible, to as long as the foreign window is opened but the ordering should last. So notepad is at top, my window is the next and the foreign window.

Example:
-Foreign Window, above...
-Mytransparent window

Notepad opened...

-Foreign Window, above...
-Mytransparent window, above...
-Notepad

My transparent should always positioned over the window and always visible if the foreign window is visible. If the foreign window is not visible, my transparent window shouldn't be visible, too.

How to do it? someone has an idea or code?
Thank you very much and excuse my bad english.
AnswerRe: How to order windows correct? Pin
«_Superman_»25-May-09 15:54
professional«_Superman_»25-May-09 15:54 
GeneralRe: How to order windows correct? Pin
extreme00126-May-09 1:09
extreme00126-May-09 1:09 
GeneralRe: How to order windows correct? Pin
«_Superman_»26-May-09 1:21
professional«_Superman_»26-May-09 1:21 
GeneralRe: How to order windows correct? Pin
extreme00126-May-09 21:18
extreme00126-May-09 21:18 
Questionhelp Pin
yunpil25-May-09 4:24
yunpil25-May-09 4:24 
AnswerCP IGNORE [Vote to remove] Pin
Rajesh R Subramanian25-May-09 4:27
professionalRajesh R Subramanian25-May-09 4:27 
QuestionReg : CEdit Pin
coding_ram25-May-09 3:54
coding_ram25-May-09 3:54 
AnswerRe: Reg : CEdit Pin
ghost90Tom25-May-09 4:10
ghost90Tom25-May-09 4:10 
QuestionRe: Reg : CEdit Pin
David Crow25-May-09 8:35
David Crow25-May-09 8:35 
QuestionBuild Error When Include Web Service in MFC application Pin
Shivanand Gupta25-May-09 3:47
Shivanand Gupta25-May-09 3:47 
AnswerRe: Build Error When Include Web Service in MFC application Pin
Cedric Moonen25-May-09 3:52
Cedric Moonen25-May-09 3:52 
GeneralRe: Build Error When Include Web Service in MFC application Pin
Shivanand Gupta25-May-09 6:52
Shivanand Gupta25-May-09 6:52 
GeneralRe: Build Error When Include Web Service in MFC application Pin
Cedric Moonen25-May-09 7:13
Cedric Moonen25-May-09 7:13 
QuestionRe: Build Error When Include Web Service in MFC application Pin
David Crow25-May-09 8:39
David Crow25-May-09 8:39 
GeneralRe: Build Error When Include Web Service in MFC application Pin
mike4online30-Dec-22 21:06
mike4online30-Dec-22 21:06 
AnswerRe: Build Error When Include Web Service in MFC application Pin
Rajesh R Subramanian25-May-09 3:58
professionalRajesh R Subramanian25-May-09 3:58 
GeneralRe: Build Error When Include Web Service in MFC application Pin
Shivanand Gupta25-May-09 6:53
Shivanand Gupta25-May-09 6:53 

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.