Posts: 2
Threads: 1
Joined: Jan 2008
how would i attach a toolbar to a window if i dont want to use a trigger.
if i want to add an extra option to yahoo im throught a toolbar?
is there a way to have the macro just active as soon as an instant message
pops up? ty
Posts: 473
Threads: 33
Joined: Aug 2007
This is the wrong section for this post. General or Programming would be more appropriate.
Taking on Quick Macros one day at a time
Posts: 2
Threads: 1
Joined: Jan 2008
ok im sorry new to the forum could u please tell me where to post it
Posts: 1,769
Threads: 410
Joined: Feb 2003
i'm not sure about where at in the forum here but i did this in my blog.
http://themacrohook.blogspot.com/search/label/Toolbar
Posts: 12
Threads: 6
Joined: Jul 2008
To launch a toolbar without a trigger and still have it attached to a window try this:
Macro11 macro
mac "Toolbar11" win("Quick Macros Forum*" "IEFrame" "" 0x1)
out "Launch additional macros here as well"
Toolbar11 toolbar
test1 * mouse.ico
test2 * keyboard.ico
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