Question

I want fill IP , User and Pass for kerio vpn client from my C# application but i can't find name of user/ip/pass textbox ! i use from spy++ but it's not enough !

also i can do that with sendkeys like this :

 SendKeys.Send("1.2.3.4{TAB}User{TAB}Pass{ENTER}");

but this is not really good idea bxs if for somethings focus is not on the server ip we get failed ! also i want to fix this issue with exit app and open again but i got failed with this method , when i exit and open again focused is not always on server ip one time on user on other time on pass and maybe on server ip so that is not work !

finally i want to fill textbox i want to use some methods like kaspesky antivirus for fill user and pass so check this app with spy++ and get this : (please see this pic :)

enter image description here

Now anyone can help me and have any solution for me ?

Was it helpful?

Solution

I think the client application was made by using qt widget toolkit. As far as I know, the library doesn't support such things.

Take a look at this: http://comments.gmane.org/gmane.comp.lib.qt.general/39541

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top