Вниз
Скачать: CL | DM;

TKOLToolBar: проблема с кнопками   Найти похожие ветки 

 
Гость   (2005-02-27 22:44) [0]

Если создать кнопку в TKOLToolBar, она создаётся слева. Как поменять её позицию? Конкретно: нужно чтобы справа была.


 
Гость   (2005-03-01 09:11) [1]

Неужели никто незнает? :(


 
ECM ©   (2005-03-01 12:43) [2]

Приведи код, которым создается кнопка...


 
ECM ©   (2005-03-01 12:53) [3]

>Как поменять её позицию?

const
 TB_MOVEBUTTON = WM_USER+82;
...
 ToolBar1.Perform(TB_MOVEBUTTON,0,1);


Меняет местами первую(0) и вторую(1) кнопки в ToolBar1.

MSDN:

TB_MOVEBUTTON Message

Moves a button from one index to another.

Syntax

To send this message, call the SendMessage function as follows.
lResult = SendMessage(      // returns LRESULT in lResult     (HWND) hWndControl,      // handle to destination control     (UINT) TB_MOVEBUTTON,      // message ID     (WPARAM) wParam,      // = (WPARAM) (UINT) uOldPos;    (LPARAM) lParam      // = (LPARAM) (UINT) uNewPos; );  
Parameters

uOldPos
Zero-based index of the button to be moved.
uNewPos
Zero-based index where the button will be moved.
Return Value

Returns nonzero if successful, or zero otherwise.


 
thaddy   (2005-03-01 20:07) [4]

Would be nice to include as new feature Tcontrol.TbMoveBtn(base,new:integer);
?



Страницы: 1 вся ветка

Скачать: CL | DM;



Память: 0.45 MB
Время: 0.024 c
11-1108772659
Lars
2005-02-19 03:24
2005.10.23
MultiLine edit box Horizontal Scroll bar


2-1127910541
Недоучка
2005-09-28 16:29
2005.10.23
Палитра компонентов


14-1127988037
Friend
2005-09-29 14:00
2005.10.23
res при помощи brcc32.exe


14-1128072525
LordOfRock
2005-09-30 13:28
2005.10.23
Радио Maximum


14-1127989683
dr Tr0jan
2005-09-29 14:28
2005.10.23
Кратово - Жуковский




   Наверх