Click here to Skip to main content
15,913,055 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Creating tables Pin
Navin13-Jan-03 7:21
Navin13-Jan-03 7:21 
GeneralHandling default cut/copy/paste in CEdit control Pin
Anonymous13-Jan-03 4:30
Anonymous13-Jan-03 4:30 
GeneralRe: Handling default cut/copy/paste in CEdit control Pin
AlexO13-Jan-03 5:45
AlexO13-Jan-03 5:45 
GeneralRe: Handling default cut/copy/paste in CEdit control Pin
includeh1013-Jan-03 5:59
includeh1013-Jan-03 5:59 
Questionpopping windows up top and behind. Cna this be done? Pin
ns13-Jan-03 4:19
ns13-Jan-03 4:19 
AnswerRe: popping windows up top and behind. Cna this be done? Pin
jhwurmbach13-Jan-03 4:31
jhwurmbach13-Jan-03 4:31 
GeneralRe: popping windows up top and behind. Cna this be done? Pin
ns13-Jan-03 4:38
ns13-Jan-03 4:38 
GeneralRe: popping windows up top and behind. Cna this be done? Pin
jhwurmbach13-Jan-03 4:55
jhwurmbach13-Jan-03 4:55 
ns wrote:
BasicallY i switchview fromn V1. So when I am doing this I sjphoulshave V1 send message to c1 and c2 right?

I have thought about a user defined message (look for RegisterWindowMessage in MSDN, or some WM_APP+const) that are handled by the Dialogs by hiding/showing themselves using MoveWindow().

But you are right, maybe sending WM_SIZE is enough?
LRESULT result = pC1->SendMessage(WM_SIZE, (WPARAM)SIZE_MINIMIZED, (LPARAM)0);

But somehow I doubt it.
Maybe you have to search MSDN and/or Codeproject to find an examle for hiding a dialog from the outside.




"My opinions may have changed, but not the fact that I am right."
Found in the sig of Herbert Kaminski
GeneralRe: popping windows up top and behind. Cna this be done? Pin
jmkhael13-Jan-03 5:36
jmkhael13-Jan-03 5:36 
GeneralRe: popping windows up top and behind. Cna this be done? Pin
jhwurmbach13-Jan-03 5:47
jhwurmbach13-Jan-03 5:47 
GeneralActivex on visual c++ 6 Pin
VinZ13-Jan-03 2:56
VinZ13-Jan-03 2:56 
GeneralRe: Activex on visual c++ 6 Pin
AlexO13-Jan-03 3:17
AlexO13-Jan-03 3:17 
GeneralRe: Activex on visual c++ 6 Pin
VinZ13-Jan-03 3:22
VinZ13-Jan-03 3:22 
GeneralRe: Activex on visual c++ 6 Pin
Roger Stewart13-Jan-03 7:22
professionalRoger Stewart13-Jan-03 7:22 
GeneralRe: Activex on visual c++ 6 Pin
VinZ13-Jan-03 21:18
VinZ13-Jan-03 21:18 
GeneralRe: Activex on visual c++ 6 Pin
includeh1013-Jan-03 4:01
includeh1013-Jan-03 4:01 
GeneralRe: Activex on visual c++ 6 Pin
VinZ13-Jan-03 4:18
VinZ13-Jan-03 4:18 
GeneralRe: Activex on visual c++ 6 Pin
includeh1013-Jan-03 5:43
includeh1013-Jan-03 5:43 
General???:) Pin
AlexO13-Jan-03 6:45
AlexO13-Jan-03 6:45 
GeneralRe: Activex on visual c++ 6 Pin
VinZ13-Jan-03 21:17
VinZ13-Jan-03 21:17 
GeneralHelp me please!!! Pin
DRemedi13-Jan-03 2:45
DRemedi13-Jan-03 2:45 
GeneralRe: Help me please!!! Pin
Nitron13-Jan-03 3:35
Nitron13-Jan-03 3:35 
GeneralCallback Pin
Mad Docs Hairy Belly13-Jan-03 2:44
Mad Docs Hairy Belly13-Jan-03 2:44 
GeneralRe: Callback Pin
includeh1013-Jan-03 3:44
includeh1013-Jan-03 3:44 
GeneralRe: Callback Pin
Mad Docs Hairy Belly13-Jan-03 4:56
Mad Docs Hairy Belly13-Jan-03 4:56 

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.