SetToolbarButtonState
Posted: Mon Mar 29, 2004 9:17 am
SetToolbarButtonState() would change the status of a button on the toolbar...
SetToolbarButtonState(#n,0) - default
SetToolbarButtonState(#n,1) - pressed (for toggles)
SetToolbarButtonState(#n,2) - disabled (grayed out)
GetToolbarButtonState()
for real fancy things one could ure the toolbar pro library, but the above is fairly basic for simple programs, and would simply enhance the usability of the toolbar
SetToolbarButtonState(#n,0) - default
SetToolbarButtonState(#n,1) - pressed (for toggles)
SetToolbarButtonState(#n,2) - disabled (grayed out)
GetToolbarButtonState()
for real fancy things one could ure the toolbar pro library, but the above is fairly basic for simple programs, and would simply enhance the usability of the toolbar