![]() |
Inserting a CStatic member in toolbar |
Post Reply
|
| Author | |
Raul
Newbie
Joined: 10 December 2003 Location: Croatia Status: Offline Points: 1 |
Post Options
Thanks(0)
Quote Reply
Topic: Inserting a CStatic member in toolbarPosted: 10 December 2003 at 4:15am |
|
I'm working with MFC and I don't know how to insert a CStatic control in Xtreme toolbar. SetButtonInfo (8, IDC_COMBOBOX, TBBS_SEPARATOR, nWidth);
CRect rect;
GetItemRect (8, &rect);
rect.bottom = rect.top + nHeight;
m_wndComboBox.Create (WS_CHILD ¦ WS_VISIBLE ¦ WS_VSCROLL ¦
CBS_SORT ¦ CBS_DROPDOWNLIST, rect, this, IDC_COMBOBOX);
In MFC this code above works yust fine but I don't know how to do it with Xtreme toolkit.
Thanks |
|
![]() |
|
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 |