Главная страница
Top.Mail.Ru    Яндекс.Метрика
Текущий архив: 2005.10.23;
Скачать: 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 вся ветка

Текущий архив: 2005.10.23;
Скачать: CL | DM;

Наверх




Память: 0.47 MB
Время: 0.073 c
14-1128404400
Rentgen
2005-10-04 09:40
2005.10.23
Torry опять упал?


2-1127717782
Anton_tel
2005-09-26 10:56
2005.10.23
DBGrid


3-1125930670
_Lucky_
2005-09-05 18:31
2005.10.23
Возможно ли реализовать одним запросом на SQL, без использования


2-1127749588
erika
2005-09-26 19:46
2005.10.23
fb


2-1127664081
QwertyKz
2005-09-25 20:01
2005.10.23
Microsoft Jet