Codejock Forums Homepage
Forum Home Forum Home > Codejock Products > Visual C++ MFC > Command Bars
  New Posts New Posts RSS Feed - about the tab and report control
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

about the tab and report control

 Post Reply Post Reply
Author
Message
hugo888 View Drop Down
Newbie
Newbie


Joined: 21 December 2006
Status: Offline
Points: 1
Post Options Post Options   Thanks (0) Thanks(0)   Quote hugo888 Quote  Post ReplyReply Direct Link To This Post Topic: about the tab and report control
    Posted: 21 December 2006 at 4:51am
hi,
    I use CXTPTabControl in dialog app, and create the page as the sample like this:
    
ClientDlg::OnInitDialog()
{
    .....
    TabControl.ModifyStyle(0, WS_CLIPSIBLINGS);
    Page.Create(IDD_XX, &TabControl);
    ...
}

    but the page can't switch when click the tab button,
will some code to be added?

    and, the other question, how to change the CXTPReportControl header font height and background color?
Back to Top
 Post Reply Post Reply
  Share Topic   

Forum Jump Forum Permissions View Drop Down

Forum Software by Web Wiz Forums® version 12.04
Copyright ©2001-2021 Web Wiz Ltd.

This page was generated in 0.156 seconds.