Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Active Control Conundrum
#2
In Outlook 2003 these fields have different id. I would use this filter function.
Function FF_Autotext10
Code:
Copy      Help
;/
function# iid FILTER&f

if wintest(f.hwnd "* Message" "OpusApp" "" 1)
,int c=child
,sel GetWinId(c)
,,case [4097,4098] ret -2

err+
ret iid

;ret iid    ;; run the autotext list item.
;ret 0        ;; don't run any items.
;ret -2        ;; don't run this item. Matching items of other autotext lists can run.
Autotext Autotext10
Trigger $t //FF_Autotext10     Help - how to add the trigger to the macro
Code:
Copy      Help
/b/i/c/p3
vi :'"visualization"


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)