简体   繁体   English

C ++中的TabControl MFC visual studio 2008

[英]TabControl MFC visual studio 2008 in C++

I have never used MFC so far. 到目前为止,我从未使用过MFC。 I'd like to learn how creating a simple tabcontrol in a SDI application. 我想学习如何在SDI应用程序中创建简单的tabcontrol。 I'am looking for a very beginner guide or a tutorial? 我在寻找入门指南或教程吗? Could you help me? 你可以帮帮我吗? Thanks 谢谢

I've not installed it on this machine, but as far as i remember, there is a wizard alowing you to create a dialog-based TabCtrl-Application. 我尚未将其安装在此计算机上,但据我所记得,有一个向导可让您创建基于对话框的TabCtrl-Application。 You could get all you ned to know from htere. 您可以从terter中获得所有想要知道的信息。 Also you may find this Link useful: 另外,您可能会发现此链接有用:

http://www.codeguru.com/cpp/controls/controls/tabcontrols/article.php/c5239/Creating-a-CTabCtrl-Application.htm http://www.codeguru.com/cpp/controls/controls/tabcontrols/article.php/c5239/Creating-a-CTabCtrl-Application.htm

Please bear in mind that the TabCtrl is just the tabs, not the space they show – this is a window that you have to make visible, so the usual approach is a couple of windows with the same screen location and the tabctrl makes one visible and hides the others by clicking on it. 请记住,TabCtrl只是选项卡,而不是它们显示的空间–这是您必须使之可见的窗口,因此通常的方法是将几个具有相同屏幕位置的窗口和tabctrl使其可见并通过单击隐藏其他人。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM