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
Errors function Toolbars
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
PureTools by danilo he has update its libs for 3.91 you can get it from
http://purearea.net/pb/english/index.htm
Christos