Errors function Toolbars
Posted: Mon Aug 09, 2004 1:24 pm
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
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