Search the Community
Showing results for tags 'event handling'.
-
I've been researching this topic for about three weeks, but I'm still very confused. What I'm trying to do is to add a menu item to an arbitrary, third- party applications title bar system menu and process user events relating to it. The main problem I'm having is that there appears to be a wealth...
- 11 replies
-
- windows messages
- external window
-
(and 1 more)
Tagged with:
-
Hey Guys, this is somewhat related to another post in here but my specific question was "answered" and so I thought I would make a new post that is referencing the same code, with slightly different issues. Problem 1 Setup: I am using a label docked to the main GUI to set the size of a child GUI...
- 6 replies
-
- GUI Resize
- Child GUI Resize
-
(and 1 more)
Tagged with:
-
It's been requested in the past to have multithreading to which the response was "It would take too much redesigning of Autoit" but what about Async? Multithreading and Async are two different things. This way we could put tasks in the background without having to fork processes. Right? Also better...
- 3 replies
-
- asynchronous
- asynchronous operations
-
(and 3 more)
Tagged with:
-
Hi folks, I've been happily abusing this forum resources (and many others as well) for over three years now to get stuff done in AutoIT3. I'm currently stuck at a point where i need to fake some sort of multithreading. I know AutoIT3 does not and will not support it, but if there only was a goo...