Inject third party software input fields by CSV.

Get help with using AutoHotkey (v1.1 and older) and its commands and hotkeys
priteshcis
Posts: 3
Joined: 14 Jun 2018, 08:24

Inject third party software input fields by CSV.

19 Jun 2018, 06:01

Login directly on team-viewer or other third party software by autohotykey.

I have a software. In this software there are lots of fields. When my CVS start reading i need to inject this CVS data on third party software input fields like firstname, lastname, acc no, gender
If this is possible so please let me know how i do that. for example purpose please give me for team-viewer.

Thanks
Thanks
Pritesh Mahajan
Email : [email protected]
Skype : cis.dev213
User avatar
divanebaba
Posts: 805
Joined: 20 Dec 2016, 03:53
Location: Diaspora

Re: Inject third party software input fields by CSV.

19 Jun 2018, 15:39

Hello.
I think ControlSetText is the command you need.
Check it out and please report.

In your post before, you are parsing your csv and you are getting variables named field1, field2, etc.
So you just need, at least, the name of the controls of your third-party programm and its WinTitle.

If you have trouble, getting control names or the title, tell it and support will follow. :mrgreen: :mrgreen:
I'm sorry. I don't have TeamViewer.
Einfach nur ein toller Typ. :mrgreen:
User avatar
divanebaba
Posts: 805
Joined: 20 Dec 2016, 03:53
Location: Diaspora

Re: Inject third party software input fields by CSV.

19 Jun 2018, 16:37

tw1_799.jpg
tw1_799.jpg (173.12 KiB) Viewed 526 times
Hey, your code could look like below:

Code: Select all

F8::
ControlSetText, Edit3, %Field1%, TeamViewer
ControlSetText, Edit9, %Field2%, TeamViewer
Control, Check,, Button9, TeamViewer
Control, Check,, Button11, TeamViewer
return
Einfach nur ein toller Typ. :mrgreen:

Return to “Ask for Help (v1)”

Who is online

Users browsing this forum: Anput, jameswrightesq and 275 guests