Errors function Toolbars

Just starting out? Need help? Post your questions and find answers here.
Stefke28
User
User
Posts: 11
Joined: Thu Jul 15, 2004 9:06 am
Location: BELGIUM

Errors function Toolbars

Post by Stefke28 »

Dear Support

What is the new functions of this old translated into the Purebasic v3.90 code?

CreateTB(0,hWnd,24,24,#TBpro_TRANSPARENT|#TBpro_BORDER)
SetTBimage(0,0,#TBpro_NORMAL)
AddTBsysIcons()
AddTBbutton(#MENU_FileOpen , #TBpro_FILEOPEN,0);Fileopen
DisableTBbutton(#MENU_SAVE , 1 )
AddTBseparator(10 )

Can somebody help me with the new syntax

Thanks
plouf
Enthusiast
Enthusiast
Posts: 281
Joined: Fri Apr 25, 2003 6:35 pm
Location: Athens,Greece

Post by plouf »

these command are not part of internal pb libs but from
PureTools by danilo he has update its libs for 3.91 you can get it from
http://purearea.net/pb/english/index.htm
Christos
Post Reply