Click here to Skip to main content
16,008,942 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Performance and footprint of virtual function Pin
George_George30-Jan-08 23:02
George_George30-Jan-08 23:02 
GeneralRe: Performance and footprint of virtual function Pin
CPallini30-Jan-08 23:07
mveCPallini30-Jan-08 23:07 
GeneralRe: Performance and footprint of virtual function Pin
Cedric Moonen30-Jan-08 22:44
Cedric Moonen30-Jan-08 22:44 
GeneralRe: Performance and footprint of virtual function Pin
George_George30-Jan-08 22:59
George_George30-Jan-08 22:59 
QuestionAlternative to using FindWindow() in OnCopyData() Pin
demxine30-Jan-08 21:52
demxine30-Jan-08 21:52 
GeneralRe: Alternative to using FindWindow() in OnCopyData() Pin
Iain Clarke, Warrior Programmer30-Jan-08 21:59
Iain Clarke, Warrior Programmer30-Jan-08 21:59 
GeneralRe: Alternative to using FindWindow() in OnCopyData() Pin
demxine30-Jan-08 22:14
demxine30-Jan-08 22:14 
GeneralRe: Alternative to using FindWindow() in OnCopyData() Pin
Iain Clarke, Warrior Programmer30-Jan-08 22:28
Iain Clarke, Warrior Programmer30-Jan-08 22:28 
I apologise. I misread your question.

I'm assuming...

There is an application that when running makes a notification icon in the systray / notification area. If you (eg) double click on the icon, it will pop up a nice big dialog box with a name (WindowA) etc that you can FindWindow. But when you finish with that dialog, FindWindow no longer works?

If the dialog was simply being hidden or minimised, then FindWindow should still work - so it's being destroyed. BUT - for a notification icon to work, it must have a window (WindowB) for the shell to send messages to. This window creates WindowA when needed.

When WindowB is up, use Spy++ to look for it. It may not have a parent window, but it will be in the same process as WindowA. It will just take a good lot of looking through Spy++ to find it.

Close down as many programs as you can first, as they'll just make your hunt harder.

You will then get the problem of what to do with the window handle, but that's a separate question.


Iain.
GeneralRe: Alternative to using FindWindow() in OnCopyData() Pin
David Crow31-Jan-08 3:05
David Crow31-Jan-08 3:05 
GeneralRe: Alternative to using FindWindow() in OnCopyData() Pin
Haroon Sarwar30-Jan-08 22:37
Haroon Sarwar30-Jan-08 22:37 
GeneralRe: Alternative to using FindWindow() in OnCopyData() Pin
demxine30-Jan-08 23:40
demxine30-Jan-08 23:40 
GeneralRe: Alternative to using FindWindow() in OnCopyData() Pin
Haroon Sarwar30-Jan-08 23:53
Haroon Sarwar30-Jan-08 23:53 
GeneralRe: Alternative to using FindWindow() in OnCopyData() Pin
David Crow31-Jan-08 3:04
David Crow31-Jan-08 3:04 
GeneralRe: Alternative to using FindWindow() in OnCopyData() Pin
demxine31-Jan-08 14:20
demxine31-Jan-08 14:20 
GeneralRe: Alternative to using FindWindow() in OnCopyData() Pin
David Crow1-Feb-08 3:05
David Crow1-Feb-08 3:05 
QuestionSAPI within Windows SDK? Pin
_NielsB30-Jan-08 20:53
_NielsB30-Jan-08 20:53 
GeneralActiveX control richedit control hides when pressing Alt key Pin
ShilpiP30-Jan-08 20:47
ShilpiP30-Jan-08 20:47 
GeneralRepost + Crosspost = Absolutely No help Pin
Rajesh R Subramanian30-Jan-08 21:11
professionalRajesh R Subramanian30-Jan-08 21:11 
GeneralRe: Repost + Crosspost = Absolutely No help Pin
ShilpiP30-Jan-08 22:00
ShilpiP30-Jan-08 22:00 
GeneralRe: ActiveX control richedit control hides when pressing Alt key Pin
Nitheesh George31-Jan-08 0:38
Nitheesh George31-Jan-08 0:38 
GeneralRe: ActiveX control richedit control hides when pressing Alt key Pin
ShilpiP31-Jan-08 1:05
ShilpiP31-Jan-08 1:05 
Questionplz help me, how can read and write AVI files? Pin
Le@rner30-Jan-08 20:39
Le@rner30-Jan-08 20:39 
AnswerRe: plz help me, how can read and write AVI files? Pin
_NielsB30-Jan-08 21:00
_NielsB30-Jan-08 21:00 
GeneralRe: plz help me, how can read and write AVI files? Pin
Le@rner30-Jan-08 21:16
Le@rner30-Jan-08 21:16 
AnswerRe: plz help me, how can read and write AVI files? Pin
Hamid_RT30-Jan-08 21:34
Hamid_RT30-Jan-08 21:34 

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.