07-18-2008, 08:04 PM
To launch a toolbar without a trigger and still have it attached to a window try this:
Macro11 macro
Toolbar11 toolbar
So you run the macro instead of the toolbar and the Macro launches the toolbar,telling it which window to attach to.
I like doing it this way because you can launch other macros at the same time
Macro11 macro
mac "Toolbar11" win("Quick Macros Forum*" "IEFrame" "" 0x1)
out "Launch additional macros here as well"
So you run the macro instead of the toolbar and the Macro launches the toolbar,telling it which window to attach to.
I like doing it this way because you can launch other macros at the same time