menu - Delphi: MainMenu and ToolBar. Alternative of CoolBar -
i use toolbar mainmenu!
i embed mainmenu toolbar. text of mainmenu (button's captions) not in center of toolbuttons.
i have:
i need:
i create toolbar, 4 toolbuttons , assign each menu each button. or assign mainmenu in "menu" of toolbar. when create toolbotton it's caption @ bottom. nobody have same?
after these embed toolbar mainmenu coolbar. finally, have same in windows firewall.
are there alternatives have same effect coolbar of windows firewall (with mainmenu + break-line + toolbuttons of toolbar)? use delphi 2010.
how this? how use mainmenu in toolbar? thanks!
p.s. example , not windows:
and how copy last example...
here's might help:
drop empty
timagelist
on form.assign
toolbar
.set
toolbar.list
true
.adjust
imagelist.height
taste.
this result in buttons adjusting heights imagelist.height
value , captions getting centred vertically.
Comments
Post a Comment