Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Contact
#1
hey i found this on the forum in the trash about party p and i figured its perfect...wut i needed is a macro that looks throught my contact list and if the certain contact is found it does out "Contact Found" but its not working :?: :?:

i could not figure out the problem...any help?



Code:
Copy      Help
int w1
w1=win("Address Book" "50551")
act id(822w1)
key D
Acc a=acc("1" "LISTITEM" "" "" "" 0x1001)
str descr=a.Description
out descr
Acc b=acc("2" "LISTITEM" "" "" "" 0x1001)
str descrr=b.Description
out descrr
Acc c=acc("3" "LISTITEM" "" "" "" 0x1001)
str descrrr=c.Description
out descrrr
if(descr="Mike & Ann")
,if(descr="Mike & Ann") out "contact found"
#2
Is this for yahoo messenger?
Taking on Quick Macros one day at a time
#3
no its for a personal contact book that i have its a exe program...not wit yahoo
#4
Oh ok, I have nothing against if it was for yahoo or aim or whatever, it just helps to know what it's for to help more. Unfortunately i'm horrible with accesible objects, but if you go into the floating toolbar and choose the 4th icon from the left then go down to accesible objects you can mess with it there to get it to work.
Taking on Quick Macros one day at a time
#5
yeah thats wut ive been trying for but i cant get it to search the list then if it sees the specified name highlight it and then out it
#6
Gint maybe some help on this?


Forum Jump:


Users browsing this thread: 1 Guest(s)