
kuebk
Active Members-
Posts
22 -
Joined
-
Last visited
Everything posted by kuebk
-
How can I keep my GUI only in trayicon
kuebk replied to kuebk's topic in AutoIt General Help and Support
Thanks, but I want it to be in tray whole time. While it is not minimised I want it to be shown on screen and in tray only, not in taskbar. -
Hey! I want to keep my script with GUI only in tray icon not on taskbar, and when I press minimize it will minimize to tray icon. Thanks in advance for help.
-
How can I run 2 other functions in same time
kuebk replied to kuebk's topic in AutoIt General Help and Support
The problem is that this 2 functions are doing what I want in infinitive loops. Any other possible solution? -
How can I run 2 other functions in same time
kuebk replied to kuebk's topic in AutoIt General Help and Support
I'm looking for something other, I want 2 functions to be ran at same time. -
How can I run 2 other functions in same time
kuebk posted a topic in AutoIt General Help and Support
So I'm making some kind of bot, and when I'm starting it, it is doing something in first window, but when I press 2nd button in my GUI I want it to do something in second window while it is still doing what it was in first window. Anyone could help me? -
Thanks - found them. But I don't really know how to use them and display timer in GUI.
-
I want to make countdown timer, from 15:00 [minutes] to 00:00 - and when it reach 00:00 I want sound to be played, could anyone help me with this? Found nothing in help about countdown timer, I want to use it in GUI. Thanks - kuebk.
-
I browsed the help, but I didn't find correct function. Could someone help how to count all elements in specified array? Thanks - kuebk.
-
I want to use this in few other instances of Diablo II and in last one I want to play... and I would like to use SHIFT, not other button.
-
To do what I want I need to use this kind of combo keys... The first solution suggested here would be good enought if the SHIFT would be pressed only in desired window.
-
This will only works when window will be active - Spell have to be casted whole time... I would like to use my PC with other things in same time as in game spell would be casted, like I wrote above
-
I want to write a script which will be holding SHIFT and clicking or holding Left Mouse Button in desired game window. Game is Diablo II and I just want to cast spells there while I want to do other things on my PC.
-
Thanks! But I want the SHIFT be only pressed in desired window, not everywhere - could you help me with this? I tried with ControlSend but it didn't work.
-
I did, but it doesn't work. I want the SHIFT key to be pressed whole time when the script works - so maybe I'm doing something bad.
-
Hey! I want to write script which will be holding left SHIFT button for me... I have tried to use this: ControlSend($w, "", "", "{LSHIFT DOWN}") But this doesn't work for SHIFT key, it works for other keys like A, B - but not for SHIFT. Anyone could help me how to make this works ? Thanks in advance - kuebk.
-
bump ?
-
So, maybe possible will be to write autoit - which will do 1 thing in 1st windows [for example named d1] and 2nd thing in 2nd window [named d2], Nomad you think thic would be possible ?
-
Sorry, I can't this is private version so there this isn't possible in other way ??
-
I don't have source of it, only .exe to be honest I want to make it work in specified window of diablo II - notepad was only example
-
Hmm.. I downloaded from somewhere AutoIt script wchich is doing this I think... there are setted coords, you have to just select option which set of coords you want to use and it works... but it sucks beacuse it works in all windows of same type... For example if you have 2 instances of notepad runned and you start it in 1st instance then start using web browser, and then by mistake you make active 2nd instance of notepad he will works in 2nd instance... I need script wchich will work only with 1 desired instance of aplication
-
Yes, this could help if I could set the coords, since I want to use it in to click in Game not in Aplication - and there isn't any Control ID or ClassNameNN
-
Hi! I'm new here and I can't get my idea works My problem is something like that: I want to run script inside window, but I want the script to be running in the window and in same time I want to use my computer to talk on msn etc... I made script but when i run it I can't do nothing on my PC - I can't write better since like I mention above I'm newbie in AutoIt... I want this script to click in infinive loop for example on coords X: 100, Y: 100 in desired window [choosed by window name], could someone help me make this scripts ? Sorry for my english if someone couldn't understand me... Thanks in advance kuebk