C++ TabControl MFC Visual Studio 2008

发布于 2024-12-23 02:29:11 字数 77 浏览 0 评论 0原文

到目前为止我还没有使用过MFC。我想了解如何在 SDI 应用程序中创建简单的选项卡控件。我正在寻找非常初学者的指南或教程?你能帮我吗? 谢谢

I have never used MFC so far. I'd like to learn how creating a simple tabcontrol in a SDI application. I'am looking for a very beginner guide or a tutorial? Could you help me?
Thanks

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

旧城空念 2024-12-30 02:29:11

我还没有在这台机器上安装它,但据我记得,有一个向导允许您创建基于对话框的 TabCtrl 应用程序。你可以从这里得到你需要知道的一切。此外,您可能会发现此链接很有用:

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

请记住,TabCtrl只是选项卡,而不是它们显示的空间 - 这是一个您必须使其可见的窗口,因此通常的方法是几个具有相同屏幕位置的窗口,并且 tabctrl 通过以下方式使一个窗口可见并隐藏其他窗口单击它。

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. You could get all you ned to know from htere. Also you may find this Link useful:

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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文