PopUp Window
-
Hai, I have an popupwiindow created using MFC, now i want to move the window..,like our regular overlappedwindow. How to do this ? Please do reply me Thanks, Mani
Born to win...!
-
Hai, I have an popupwiindow created using MFC, now i want to move the window..,like our regular overlappedwindow. How to do this ? Please do reply me Thanks, Mani
Born to win...!
MoveWindow(
) may be? OrSetWindowPos()
? -
Hai, I have an popupwiindow created using MFC, now i want to move the window..,like our regular overlappedwindow. How to do this ? Please do reply me Thanks, Mani
Born to win...!
I have no idea what you mean by a pop-up window. Do you mean a floating control bar? In which case, you need to get the window you created, and you may need to call GetDockingFrame to get the window you actually move. Good luck, Iain.
Iain Clarke appearing in spite of being begged not to by CPallini.