Medic873 Posted March 30, 2010 Posted March 30, 2010 (edited) Okay im wanting to do just this and it works great but there is one issue how can I do it where it happens in the background and the user dosnt see it. #include <IE.au3> $oIE = _IECreate ("http://password.homestead.com") $Password = _IEBodyReadText ($oIE) Thank You Edited March 30, 2010 by Medic873
Steveiwonder Posted March 30, 2010 Posted March 30, 2010 (edited) Okay im wanting to do just this and it works great but there is one issue how can I do it where it happens in the background and the user dosnt see it. #include <IE.au3> $oIE = _IECreate ("http://password.homestead.com") $Password = _IEBodyReadText ($oIE) Thank You Normally i would post some code for you, but just the nature of what your trying to do has something sinister about it. I may be looking into it too much, but you should check the help file everything you need is in there. Edited March 30, 2010 by Steveiwonder They call me MrRegExpMan
Medic873 Posted March 30, 2010 Author Posted March 30, 2010 I have seen the invisiable control send code before but I cant find it right now and am getting frusterated. And what is so wrong about having my software. check a online refrence to see if they really purchased my software so no one can hack my software.
Steveiwonder Posted March 30, 2010 Posted March 30, 2010 Have you looked at _IECreate in the helpfile? They call me MrRegExpMan
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