JustinReno Posted September 27, 2007 Posted September 27, 2007 (edited) Hello, I've been working for awhile on improving Simple Web Browser; I have been pondering things that might work to read selected text on a website. I am improveing the speech function on it. The code I had was putting the text into an inputbox, which wasn't convienent or more professional looking. I've looked up IE functions, but none seem to point me in the right direction. I havn't found any other direction and i'm pretty stumped. So, please, I really need help on this; so if you have anythings to point me in the right direction that would be very appreciated. Some things: I've got some things like string functions, but none seem to help, so yeah. Thank you! :) EDIT: If you; Ashley, and Generator; have any ideas, please post them! Edited September 27, 2007 by JustinReno
Moderators big_daddy Posted September 27, 2007 Moderators Posted September 27, 2007 Here is an example. #include <IE.au3> _IEErrorHandlerRegister() $oIE = _IE_Example("basic") MsgBox(0, "", "Select some text on the page.") Sleep(5000) ConsoleWrite($oIE.document.selection.createRange.text & @CR)
JustinReno Posted September 27, 2007 Author Posted September 27, 2007 THANK YOU SOOOOOOOOOOO MUCH!!!!!!!!!!!!!!!!!!!!!!!!!!WOW I CAN'T THANK YOU ENOUGH!
Moderators big_daddy Posted September 27, 2007 Moderators Posted September 27, 2007 You're welcome, glad I was able to help.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now