notna Posted April 27, 2013 Posted April 27, 2013 Hey, for a project on a large touch-screen I tried to open the on-screen-keyboard and then move it to the current mouse position. I tried WinMove() with the informations provided by the window info tool but without success... Any ideas or experiences you could share? Thanks, notna
somdcomputerguy Posted April 27, 2013 Posted April 27, 2013 Post your code. That'll help somebody help you! - Bruce /*somdcomputerguy */ If you change the way you look at things, the things you look at change.
FireFox Posted April 27, 2013 Posted April 27, 2013 Hi, If you're talking about the Windows Visual Keyboard then try this : WinMove("[CLASS:OSKMainClass]", "", 50, 50) Br, FireFox.
notna Posted April 27, 2013 Author Posted April 27, 2013 Hi, currently I'm just testing: Starting osk.exe manually and trying to move it from ScITE. WinMove("Bildschirmtastatur", "", 50, 50) WinMove("[CLASS:OSKMainClass]", "", 50, 50) Both WinMoves return the correct/same handles as the window info tool. I have Win7 prof. with SP1 and all updates installed and use Autoit v3.3.8.1.
notna Posted April 27, 2013 Author Posted April 27, 2013 Hey, the problem is "solved"... I had to tur of window's UAC and now it works. #RequireAdmin also works but has this annoying popup. So at this moment I see no other way instead of disabling UAC. greetz, notna
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