Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
How To attach a toolbar to a window
#1
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
#2

This is the wrong section for this post. General or Programming would be more appropriate.
Taking on Quick Macros one day at a time
#3
ok im sorry new to the forum could u please tell me where to post it
#4
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
An old blog on QM coding and automation.

The Macro Hook
#5
To launch a toolbar without a trigger and still have it attached to a window try this:

Macro11 macro
Code:
Copy      Help
mac "Toolbar11" win("Quick Macros Forum*" "IEFrame" "" 0x1)
out "Launch additional macros here as well"
Toolbar11 toolbar
Code:
Copy      Help
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


Forum Jump:


Users browsing this thread: 1 Guest(s)