Click here to Skip to main content
15,889,335 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: How to make DoModal() in CFrameWnd Pin
Cedric Moonen7-Jun-06 22:34
Cedric Moonen7-Jun-06 22:34 
GeneralRe: How to make DoModal() in CFrameWnd Pin
huynhnb7-Jun-06 23:07
huynhnb7-Jun-06 23:07 
GeneralRe: How to make DoModal() in CFrameWnd Pin
Cedric Moonen7-Jun-06 23:12
Cedric Moonen7-Jun-06 23:12 
GeneralRe: How to make DoModal() in CFrameWnd Pin
huynhnb7-Jun-06 23:37
huynhnb7-Jun-06 23:37 
Questionneed sample code Pin
vasusree7-Jun-06 22:25
vasusree7-Jun-06 22:25 
AnswerRe: need sample code Pin
Cedric Moonen7-Jun-06 22:31
Cedric Moonen7-Jun-06 22:31 
AnswerRe: need sample code Pin
Hamid_RT7-Jun-06 22:36
Hamid_RT7-Jun-06 22:36 
AnswerRe: need sample code Pin
Viorel.7-Jun-06 22:46
Viorel.7-Jun-06 22:46 
A possible scenario:

  • Display your popup as a modeless dialog, keeping a variable for this dialog.
  • When you detect a new selection in your list-box, close the dialog, and then recreate it and move to desired position. Or just move it, if already created.
  • If you want the popup to disappear automatically when it looses focus, then handle a corresponding message, probably WM_ACTIVATE or WM_KILLFOCUS.

NewsRe: need sample code Pin
vasusree7-Jun-06 22:48
vasusree7-Jun-06 22:48 
GeneralRe: need sample code Pin
Viorel.7-Jun-06 23:34
Viorel.7-Jun-06 23:34 
GeneralRe: need sample code Pin
vasusree8-Jun-06 3:41
vasusree8-Jun-06 3:41 
AnswerRe: need sample code Pin
Amar Sutar8-Jun-06 19:01
Amar Sutar8-Jun-06 19:01 
QuestionArray Pointer Pin
knoxplusplus7-Jun-06 22:19
knoxplusplus7-Jun-06 22:19 
AnswerRe: Array Pointer Pin
Hamid_RT7-Jun-06 22:27
Hamid_RT7-Jun-06 22:27 
QuestionVisitor Design Pattern Pin
knoxplusplus7-Jun-06 22:15
knoxplusplus7-Jun-06 22:15 
AnswerRe: Visitor Design Pattern Pin
Viorel.7-Jun-06 23:43
Viorel.7-Jun-06 23:43 
QuestionCWinThread in VC 7.0 ! Help me Pin
huynhnb7-Jun-06 21:41
huynhnb7-Jun-06 21:41 
AnswerRe: CWinThread in VC 7.0 ! Help me Pin
_AnsHUMAN_ 7-Jun-06 21:53
_AnsHUMAN_ 7-Jun-06 21:53 
GeneralRe: CWinThread in VC 7.0 ! Help me Pin
huynhnb7-Jun-06 22:01
huynhnb7-Jun-06 22:01 
GeneralRe: CWinThread in VC 7.0 ! Help me Pin
_AnsHUMAN_ 7-Jun-06 22:06
_AnsHUMAN_ 7-Jun-06 22:06 
GeneralRe: CWinThread in VC 7.0 ! Help me Pin
Cedric Moonen7-Jun-06 22:08
Cedric Moonen7-Jun-06 22:08 
AnswerRe: CWinThread in VC 7.0 ! Help me Pin
Viorel.7-Jun-06 21:58
Viorel.7-Jun-06 21:58 
AnswerRe: CWinThread in VC 7.0 ! Help me Pin
Sarath C7-Jun-06 22:05
Sarath C7-Jun-06 22:05 
QuestionHitTest for CListCtrl Pin
NoName II7-Jun-06 21:15
NoName II7-Jun-06 21:15 
AnswerRe: HitTest for CListCtrl Pin
Viorel.7-Jun-06 21:23
Viorel.7-Jun-06 21:23 

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.