From: rockdale on 18 Jan 2010 21:24 In an SDI application (NOT MDI), is it possible to HIDE/SHOW the child frame, or max/min the child frame? Thanks in advance
From: Joseph M. Newcomer on 19 Jan 2010 00:01 On Mon, 18 Jan 2010 18:24:46 -0800 (PST), rockdale <rockdale.green(a)gmail.com> wrote: >In an SDI application (NOT MDI), is it possible to HIDE/SHOW the child >frame, or max/min the child frame? >Thanks in advance No. It doesn't even make sense to consider this. It *is* possible to change the view (there's even an MSDN article on how to have multiple mutually-exclusive views in SDI) but simply hiding the frame makes no sense. What do you plan to show if you simply hide it? You need to state the purpose of this question before it is possible to give a meaningful answer, but the simple answer is "it makes no sense to hide the child frame". joe Joseph M. Newcomer [MVP] email: newcomer(a)flounder.com Web: http://www.flounder.com MVP Tips: http://www.flounder.com/mvp_tips.htm
From: Tom Serface on 20 Jan 2010 16:16 I'm with Joe on this one. Maybe you could point out more of why you'd want to do this sort of thing with and SDI. You don't get any kind of multiple window effect so it wouldn't really make sense to hide the one they can see. Tom "rockdale" <rockdale.green(a)gmail.com> wrote in message news:84f26c84-e443-4f0f-b51a-363ef0106dac(a)21g2000yqj.googlegroups.com... > In an SDI application (NOT MDI), is it possible to HIDE/SHOW the child > frame, or max/min the child frame? > Thanks in advance
|
Pages: 1 Prev: Error C2440 cannot convert from void Next: MFC Dialog no comunication help please |