An award for you if understand my english
Hi
I am doing a macro for a blind person (invidente), and I need taht wend de cursor is over a link, it do a song.
May I have to user this comand? : CursorAdapter.CursorStatus [ = nValue ], How?
I see it in http://msdn.microsoft.com/library/defau ... operty.asp
But i don´t know how to user
Thanks in advance
Gust
Help for a blind person
Moderators: JRL, Dorian (MJT support)
- Bob Hansen
- Automation Wizard
- Posts: 2475
- Joined: Tue Sep 24, 2002 3:47 am
- Location: Salem, New Hampshire, US
- Contact:
Don't think this can be done in Macro Scheduler, unless.......
Could you open the page source code and do a find for "a href=" and then play a wav file if located? Could also consider a text to speech tool to "speak" the value of the "a href" link.
Or perhaps you can use the Microsoft object that you located and put that into some type of Microsoft script that is called in a batch file with Macro Scheduler?
No real answer yet, just trying to brainstorm a little bit..........
Could you open the page source code and do a find for "a href=" and then play a wav file if located? Could also consider a text to speech tool to "speak" the value of the "a href" link.
Or perhaps you can use the Microsoft object that you located and put that into some type of Microsoft script that is called in a batch file with Macro Scheduler?
No real answer yet, just trying to brainstorm a little bit..........
Hope this was helpful..................good luck,
Bob
A humble man and PROUD of it!
Bob
A humble man and PROUD of it!
Uf.
Very dificult for this man open the source code.
At the moment I have changed de houre gass for a very luminosous spot, and so he can observe that point.
Can it help you?
How Windows Xp know that te cursor is over a link? perhaps in a registry?
Other thing, He is using a browser called "Avant Browser" and no use Microsoft script
Waiting your answer..
Gust
Very dificult for this man open the source code.
At the moment I have changed de houre gass for a very luminosous spot, and so he can observe that point.
Can it help you?
How Windows Xp know that te cursor is over a link? perhaps in a registry?
Other thing, He is using a browser called "Avant Browser" and no use Microsoft script
Waiting your answer..
Gust
It is possible to determine which link the cursor is over using the Document Object Model of Internet Explorer but it is complicated and you will be very restricted trying to do it with just VBScript. To do properly you will need to code this using a full programming language such as C++. You either need to build a Browser Helper Object or create your own IE container web browser. In short this is pretty much beyond the capabilities of Macro Scheduler.
MJT Net Support
[email protected]
[email protected]
- CyberCitizen
- Automation Wizard
- Posts: 724
- Joined: Sun Jun 20, 2004 7:06 am
- Location: Adelaide, South Australia