精華區beta Programming 關於我們 聯絡資訊
> andy <robo.bbs@bbs.pu.edu.tw> wrote: > 有那位高手會使用tool bar來設計成浮動的工具按鈕.... > 請教教我吧...... In BCB and Delphi, we use TToolBar/TSpeedButton to implement. And remember set the Flat property to TRUE in TSpeedButton... Maybe VB use the same concept to implement it. Good Luck to You ycliaw ---