![]() |
CXTPTabClientWnd + MDI + scrollbar |
Post Reply
|
| Author | |
nooneuser
Newbie
Joined: 21 July 2009 Status: Offline Points: 5 |
Post Options
Thanks(0)
Quote Reply
Topic: CXTPTabClientWnd + MDI + scrollbarPosted: 21 July 2009 at 9:00am |
|
Thats my sample code:
/* cut */ .... m_wndTabClient.Attach(this, FALSE ); .... .... SCROLLINFO si; si.fMask = SIF_PAGE | SIF_RANGE | SIF_POS; si.nMin = 0; si.nMax = 100; si.nPos = m_nVScrollPos; si.nPage = m_nVPageSize; m_wndTabClient.SetScrollInfo(SB_VERT, &si, TRUE); .... /* end */ When i click on my Vertical Scrollbar its vanish. I was trying trough m_wndTabClient.ModifyStyle(0, WS_VSCROLL); but its dont help me and crushing my app. I want to moving my windows on my workspace, so when bottom of window goes under CXTPTabClientWnd space, i want to show my Scrollbar but he is still vanish. Could any one help me with it ? /* Sorry for my english */ |
|
![]() |
|
nooneuser
Newbie
Joined: 21 July 2009 Status: Offline Points: 5 |
Post Options
Thanks(0)
Quote Reply
Posted: 22 July 2009 at 3:24am |
|
Solved
|
|
![]() |
|
Post Reply
|
|
|
Tweet
|
| Forum Jump | Forum Permissions ![]() You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum |