Alvenzo Posted May 16, 2018 Posted May 16, 2018 Hi! I'm new to Autoit and I'm trying to make a simple script and I can't figure it out. I need to select and insert a varible/text in a form but when I google or watch instruction videos they all give me examples where I use _IECreate as shown below. I do not want to create a new window, just use one that is already open, like Winactivate ("Google") in this case. Quote $oIE = _IECreate("www.google.se") $aktivitet = _IEGetObjByName($oIE, "q") _IEPropertySet ($aktivitet, "innertext", "Hello") Oh, and maybe someone can help me how to get the "auto help" this guy in this video have when he types his code (check 1.35 into the video). THANKS!
Alvenzo Posted May 16, 2018 Author Posted May 16, 2018 Brilliant! Thanks Andreik! Does anyone know about the helping popups as the video shows I will be all set
Alvenzo Posted May 16, 2018 Author Posted May 16, 2018 I just realized I had a Lite version of SciTE, the full version do what I asked for above. All set, thanks again.
Zedna Posted May 16, 2018 Posted May 16, 2018 Install Scite4AutoIt3 https://www.autoitscript.com/site/autoit-script-editor/ Resources UDF ResourcesEx UDF AutoIt Forum Search
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