Jump to content

Recommended Posts

Posted

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

Posted

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.

Posted

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

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...