Search found 4 matches

by ctfscripter
24 Feb 2016, 20:56
Forum: Ask for Help (v1)
Topic: Moving a Msgbox (revisited)
Replies: 9
Views: 5664

Re: Moving a Msgbox (revisited)

What I understood is that OnMessage was a standard way to execute code when a message, like a Msgbox, popped up on the screen. Apparently 0x44 references the Msgbox type of popup. But since no one has come forward to comment on that I'll try the setTimer method. It will require dozens of setTimer ca...
by ctfscripter
24 Feb 2016, 16:02
Forum: Ask for Help (v1)
Topic: Moving a Msgbox (revisited)
Replies: 9
Views: 5664

Re: Moving a Msgbox (revisited)

wizardzedd,
I added the 'global' reference as you suggested. I didn't make any difference, the WinMove action still does not get executed.
by ctfscripter
23 Feb 2016, 19:37
Forum: Ask for Help (v1)
Topic: Moving a Msgbox (revisited)
Replies: 9
Views: 5664

Re: Moving a Msgbox (revisited)

So there is a fair amount of code in this whole process, but my problem is since this is being deployed on some tablets, the users are changing the screen % and although I can set the input popups to always be visible, if there is an error message displayed with Msgbox, it can end up off the screen ...
by ctfscripter
23 Feb 2016, 13:33
Forum: Ask for Help (v1)
Topic: Moving a Msgbox (revisited)
Replies: 9
Views: 5664

Moving a Msgbox (revisited)

So I found a post about how to move a msgbox and it apparently solved someone's problem. But I can't get it to work. FanaticGuru has a lot of code in his function and I really don't understand why it is all there. If I call a simple function: MoveMsgBox(WinName) { Sleep 1000 IfWinExist, %WinName% { ...

Go to advanced search