toolbar_button click
-
Uh, I am sorta new at this toolbar thing. Can someone give me the syntax of how to make the toolbar buttons do something? It has to do with toolbar_buttonclick () I am pretty sure. Please help
If it is VB6... When you set the properties for your toolbar, you have to set the key for each button, for example,
"IDX_NEW","IDX_OPEN",
etc. ThenPrivate Sub toolbar_ButtonClick(ByVal Button as MSComctlLib.Button) Select Case Button.Key Case "IDX_NEW" _coding_ Case "IDX_OPEN" _coding_ ........
Notorious SMC
The difference between the almost-right word & the right word is a really large matter - it's the difference between the lightning bug and the Lightning Mark Twain
Get your facts first, and then you can distort them as much as you please Mark Twain