Search:

Type: Posts; User: userpingz

Search: Search took 0.00 seconds.

  1. Replies
    8
    Views
    3,888

    @novacain. Thanks a lot for your guide. I would...

    @novacain. Thanks a lot for your guide. I would try it right now.

    @DaveH. Thank you too. Yes, i still didn't use the CStatusBar class. I plan to learn it soon.
  2. Replies
    8
    Views
    3,888

    @novacain, thank you. Acturally, The status...

    @novacain, thank you.

    Acturally, The status bar added by mysel. TreeView is a existed Controlor for my Application.
    I think i want to handle my Status bar with the CMainFrame.

    I don't want to...
  3. Replies
    8
    Views
    3,888

    void MyAppDlg::OnSize(UINT nType, int cx, int cy)...

    void MyAppDlg::OnSize(UINT nType, int cx, int cy)
    {
    if(m_bInit == true)
    {

    m_TreeCommand.MoveWindow(GetTreeRect(), TRUE);
    }

    Invalidate();
  4. Replies
    8
    Views
    3,888

    My Status Bar Issue. Need Help.

    Hi,

    Good day.

    I got a problem about My Status bar.
    Current Capture: attached Tool.jpg.
    When i changed the size of my window. The Status bar can't move...
    Issue Capture: attached too...
Results 1 to 4 of 4