02-04-2011, 06:12 AM
well i figured out how to do the setprop that was easy
=========================
str t="Mac On"
t.setwintext(id(6689 w1))
hid- id(6689 w1)
=========================
but what i was really trying to do was to make text show on the screen of were i want, say for example onto the desktop screen with blue text saying how long macro has been running and what macro is running say for example i have an auto close of messages from yahoo to say that macro is running like
------
Time: 0:00
Status: Running Auto Messenger Close"
Status: My Macro
------
=========================
str t="Mac On"
t.setwintext(id(6689 w1))
hid- id(6689 w1)
=========================
but what i was really trying to do was to make text show on the screen of were i want, say for example onto the desktop screen with blue text saying how long macro has been running and what macro is running say for example i have an auto close of messages from yahoo to say that macro is running like
------
Time: 0:00
Status: Running Auto Messenger Close"
Status: My Macro
------
