Member
 
Group: Members
Posts: 25
Member No.: 1238
Joined: 10-May 05

|
really thanks but i got two more questions: how to make menu toolbarbutton (like open button)
and one more thing: how to add the toolbar text?
This doesn't works: TBBUTTON <4, IDM_CUT, TBSTATE_ENABLED,TBSTYLE_BUTTON, 0, offset szString>
or this: .data ................. TBBUTTON <4, IDM_CUT, TBSTATE_ENABLED,TBSTYLE_BUTTON, 0, 1> ........ tbString1 db "Some Text",0 db "Another One",0,0 .......... .code ........... invoke SendMessage, hMainTB, TB_ADDSTRING, 0, addr tbString1 ..........
if i'm adding the second way then all buttons are with the first text
how to make a toolbar button with left text (like Interbet explorer search button)
thanks for any help
|