From: <pko...@me...> - 2001-08-17 18:10:26
|
Hello, perhaps there are other people interested in disabling and later enabling Toolbar Buttons. Now I have found a solution: Send with SendMessage the message TB_ENABLEBUTTON (0x0401) and 0 or 1 Example: # TB_ENABLEBUTTON, button number (the same that will be passed to the _Click event), 0/1 $win->tbToolbar->SendMessage(0x0401, 1, 0) I am still looking for making a toolbar with hot and cold images. Any suggestions? Have fun, Peter |