Hi "flashlite2005", I notice that in the images you uploaded, the first button is wide enough for its icon - and it uses an icon from an exe. The second item uses a bmp instead of an icon and it's button is made too narrow.
Your syntax looks a bit odd for specifying a bitmap. Item 1: Icon =C:\Arquivos de programas\PowerPro\powerpro.exe,0 Item 2: Icon =C:\Arquivos de programas\Arquivos comuns\Borland Shared\Images\Buttons3\Script.bmp,0 Notice the ",0" after the bitmap filepath. That final number is about the icon index in an .ico file or an .exe file, which may contain more than one icon. It doesn't make sense when specifying a bmp. I don't know, because this is a new feature, but possibly it will work better without the ",0" when you are specifying a bmp file. However the most likely guess is that you have to specify the button width when you are using a bitmap as the "icon". Attention: PowerPro's Web site has moved: http://www.ppro.org Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/power-pro/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/
