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

C / C++ / MFC

 
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 
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 
I am under the impression that neither WM_SIZE nor WM_SHOWINDOW are actually showing or hinding the window. Instead, they notify the window (its WindowProc) that it is about to be shown or hidden.

I think calling CWnd::ShowWindow() would be the way to go: It does not need more than SendMessage() needs (a pointer to the window class), but is much less work.
This would then probably result in WM_SIZE and/or WM_SHOWWINDOW sent to the window.


"My opinions may have changed, but not the fact that I am right."
Found in the sig of Herbert Kaminski
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 
GeneralRe: Callback Pin
valikac13-Jan-03 9:05
valikac13-Jan-03 9:05 
Generalscollbar question Pin
dan o13-Jan-03 2:29
dan o13-Jan-03 2:29 

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.