Click here to Skip to main content
15,891,902 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Facing problem, in running the .exe on other computers Pin
Hamid_RT24-Jun-07 20:57
Hamid_RT24-Jun-07 20:57 
GeneralRe: Facing problem, in running the .exe on other computers Pin
ramana.g24-Jun-07 21:06
ramana.g24-Jun-07 21:06 
Questionsending email Pin
saisp24-Jun-07 20:47
saisp24-Jun-07 20:47 
AnswerRe: sending email Pin
Hamid_RT24-Jun-07 20:57
Hamid_RT24-Jun-07 20:57 
GeneralRe: sending email Pin
saisp24-Jun-07 21:03
saisp24-Jun-07 21:03 
GeneralRe: sending email Pin
Iain Clarke, Warrior Programmer25-Jun-07 0:59
Iain Clarke, Warrior Programmer25-Jun-07 0:59 
QuestionShowing a window always on top!!! Pin
Sunil P V24-Jun-07 20:37
Sunil P V24-Jun-07 20:37 
AnswerRe: Showing a window always on top!!! Pin
HakunaMatada24-Jun-07 21:05
HakunaMatada24-Jun-07 21:05 
Even with the HWND_TOPMOST flag on with SetWindowPos, if you click on other windows, the window in question does lose focus. Is just that, since it is always on top, it will always be visible.

If you just want to show the window on the top of the Z-Order then try SetWindowPos with HWND_TOP. That should do the trick. Refer to MSDN for more details on SetWindowPos.

Hope this helps. Smile | :)

---
Beer | [beer] Hakuna-Matata Beer | [beer]
It means no worries for the rest of your days...
It's our problem free, Philosophy

Jig | [Dance]

"I think my response was 'What idiot dreamed this up?'" -- Mary Ann Davidson, Oracle's chief security officer, in typical blunt manner, remembering her reaction to the company's scheme to brand its databases as "unbreakable."

GeneralRe: Showing a window always on top!!! Pin
Sunil P V24-Jun-07 21:11
Sunil P V24-Jun-07 21:11 
GeneralRe: Showing a window always on top!!! Pin
HakunaMatada24-Jun-07 22:32
HakunaMatada24-Jun-07 22:32 
GeneralRe: Showing a window always on top!!! Pin
Sunil P V24-Jun-07 23:02
Sunil P V24-Jun-07 23:02 
GeneralRe: Showing a window always on top!!! Pin
HakunaMatada24-Jun-07 23:21
HakunaMatada24-Jun-07 23:21 
GeneralRe: Showing a window always on top!!! Pin
Mark Salsbery25-Jun-07 8:12
Mark Salsbery25-Jun-07 8:12 
QuestionRe: Showing a window always on top!!! Pin
Mark Salsbery25-Jun-07 8:05
Mark Salsbery25-Jun-07 8:05 
AnswerRe: Showing a window always on top!!! Pin
Sunil P V26-Jun-07 20:06
Sunil P V26-Jun-07 20:06 
QuestionCEdit control with button inside. Pin
Meindert224-Jun-07 20:28
Meindert224-Jun-07 20:28 
AnswerRe: CEdit control with button inside. Pin
HakunaMatada24-Jun-07 21:00
HakunaMatada24-Jun-07 21:00 
AnswerRe: CEdit control with button inside. Pin
Hamid_RT24-Jun-07 21:03
Hamid_RT24-Jun-07 21:03 
AnswerRe: CEdit control with button inside. Pin
Nibu babu thomas24-Jun-07 21:13
Nibu babu thomas24-Jun-07 21:13 
GeneralRe: CEdit control with button inside. Pin
Meindert224-Jun-07 22:34
Meindert224-Jun-07 22:34 
GeneralRe: CEdit control with button inside. Pin
Nibu babu thomas24-Jun-07 22:37
Nibu babu thomas24-Jun-07 22:37 
GeneralRe: CEdit control with button inside. Pin
Meindert224-Jun-07 23:58
Meindert224-Jun-07 23:58 
QuestionMemory Leak Detector Pin
Akin Ocal24-Jun-07 19:49
Akin Ocal24-Jun-07 19:49 
AnswerRe: Memory Leak Detector Pin
Hamid_RT24-Jun-07 19:55
Hamid_RT24-Jun-07 19:55 
AnswerRe: Memory Leak Detector Pin
Mark Salsbery25-Jun-07 8:20
Mark Salsbery25-Jun-07 8:20 

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.