开发者

Use CreateWindow(Ex) to create a dummy parent control (like a panel)

So basically, I have a Tab Control (WC_TABCONTROL) and I want to place all of the controls that go with a single tab page on a single window (control, if you will, or panel). I want to create something like the panel in wxWidgets, so that when I call ShowWindow(panel, SW_HIDE), I can hide the panel and all c开发者_如何学编程ontrols inside it. I hope you understand. Thanks, Grant.


I think what you want is a borderless, captionless dialogbox. I've used that very thing with tab-controls. Show and hide them on the tab control click events.

Actually some tab-controls will use the caption of the dialogbox in their own caption. YMMV.

Here's an old-school example. It shows all the basics.

http://msdn.microsoft.com/en-us/library/bb760551%28VS.85%29.aspx

HTH

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜