Thread: Makro app
View Single Post
  #6 (permalink)  
Old 06-15-2009, 03:46 AM
Darren8448's Avatar
Darren8448
PPCGeeks Regular
Offline
Threadstarter
 
Join Date: Mar 2009
Posts: 61
Reputation: 45
Darren8448 is just getting started
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: Makro app

Quote:
Originally Posted by Darren8448 View Post
thanks for taking time to answer. will look into mortscripts but looks a little tricky without programming knowledge.

Basically what im trying to achieve for example is by clicking on an activesync icon on my today screen. Instead of opening activesync it would automatucally open activesync and select 'connect to bluetooth' and any other options necessary.

A macro on a pc completes a series of button clicks with just a single press. Normally it gives you up to 20secs to complete your progress.

If you believe mortscript could do this then please advise how i should move on with this, thanks
I have to say Mortscript is great and can achieve most things but isnt very easy, plenty of research needed.

I have however achieved my goal, one click on an icon from today screen and my device will bluetooth sync to pc

Code is below if anyone interested

Run("\Windows\Start Menu\programs\ActiveSync.lnk")
Sleep (800)
SendRightSoft()
SendUp()
SendCR()
Sleep(7500)
Minimize "ActivSync" __________________
__________________
Reply With Quote