Search found 66 matches

by bigdeal
10 Apr 2017, 17:26
Forum: Ask for Help (v1)
Topic: simple DllCall question
Replies: 2
Views: 787

simple DllCall question

I was looking at helpfile to learn ahk and it says that this would be uppercase and the next should be lowercase, however I tried it and it was both lowercase, so I dunno if this is my mistake or a mistake in the helpfile? MyVar = ABC result := DllCall("CharLower", str , DllCall("CharUpper", Str, My...
by bigdeal
10 Apr 2017, 17:18
Forum: Ask for Help (v1)
Topic: Simple adding year problem
Replies: 6
Views: 1773

Re: Simple adding year problem

GEV wrote:

Code: Select all

; CurrentYear = %A_Now% ; traditional mode to assign a value to a variable
; or
CurrentYear := A_Now  ; expressional mode
EnvAdd, CurrentYear, 525600, Minutes
FormatTime, NextYear, %CurrentYear%, yyyy
msgbox, %NextYear%
lmao this works!! dude i did the same thing and it didn't work, eh GGWP
by bigdeal
10 Apr 2017, 17:10
Forum: Ask for Help (v1)
Topic: Simple adding year problem
Replies: 6
Views: 1773

Re: Simple adding year problem

Im quite curious about this one too actually
by bigdeal
09 Apr 2017, 14:41
Forum: Ask for Help (v1)
Topic: what does ByRef do? Topic is solved
Replies: 3
Views: 3292

Re: what does ByRef do? Topic is solved

OOOOOOOOOOOO so it allows you to use that variable in the function, got it thanks alot man
by bigdeal
09 Apr 2017, 13:48
Forum: Ask for Help (v1)
Topic: what does ByRef do? Topic is solved
Replies: 3
Views: 3292

what does ByRef do? Topic is solved

hey im newbie and im a little starting to learn ahk, so I read it and still don't understand what it does, can someone explain me quick, thanks in advance btw
by bigdeal
06 Mar 2017, 04:03
Forum: Ask for Help (v1)
Topic: Switching .png files when mouse hovers over them
Replies: 18
Views: 4465

Re: Switching .png files when mouse hovers over them

eh whatever i don't know why but I expected more from that class_imagebutton, but maybe that's cus Im a newbie i dunno
by bigdeal
06 Mar 2017, 02:17
Forum: Ask for Help (v1)
Topic: Switching .png files when mouse hovers over them
Replies: 18
Views: 4465

Re: Switching .png files when mouse hovers over them

4GForce wrote:

Code: Select all

btnKickPlayerClicked() {
	msgbox % "Kick him function !"
}
hi this is bugging me: what does that label do exactly?
I also have to say this thread is very helpful and interesting =)
by bigdeal
28 Feb 2017, 08:34
Forum: Ask for Help (v1)
Topic: Make AHK press Mouse6?
Replies: 10
Views: 4273

Re: Make AHK press Mouse6?

evilC wrote:He says he wants to SEND Mouse6, not LISTEN for mouse6
first listen than kill... uhm i mean send
by bigdeal
27 Feb 2017, 13:54
Forum: Ask for Help (v1)
Topic: Fn keys don't work when AHK is running.
Replies: 1
Views: 967

Re: Fn keys don't work when AHK is running.

should work normally
by bigdeal
27 Feb 2017, 13:50
Forum: Ask for Help (v1)
Topic: get/set path of external Common Item Dialog possible?
Replies: 3
Views: 1991

Re: get/set path of external Common Item Dialog possible?

this looks too advanced for moi, but i kinda want to help, so maybe you need some comobject reference list (maybe i dunno) : https://autohotkey.com/board/topic/5698 ... otkey-v11/
by bigdeal
27 Feb 2017, 13:42
Forum: Ask for Help (v1)
Topic: Press a button if another has been pressed x time Topic is solved
Replies: 5
Views: 2775

Re: Press a button if another has been pressed x time Topic is solved

hmm your the second one posting this question lemme send you to this thread (it's very good)
https://autohotkey.com/board/topic/6457 ... re-thread/
by bigdeal
27 Feb 2017, 13:38
Forum: Ask for Help (v1)
Topic: Control script from another PC
Replies: 7
Views: 2526

Re: Control script from another PC

maybe cus i'm a nooby, but what do you mean with "on other devices"? also with old scripts maybe you should just copy pasta code on a new script, see what happens haha
by bigdeal
23 Feb 2017, 09:30
Forum: Ask for Help (v1)
Topic: Assigning Ctrl + Alt to Alt Topic is solved
Replies: 1
Views: 766

Re: Assigning Ctrl + Alt to Alt Topic is solved

Code: Select all

Alt::Home
^Alt::End
if you change home and end, it should work i think
by bigdeal
23 Feb 2017, 09:10
Forum: Ask for Help (v1)
Topic: Mapping OS X text editing shortcuts to Windows Topic is solved
Replies: 3
Views: 1164

Re: Mapping OS X text editing shortcuts to Windows Topic is solved

Code: Select all

~LWin::LCtrl
~LCtrl::LWin
~RWin::RCtrl
~RCtrl::RWin
!Left::^Left
!Right::^Right
^Left::Home
^Right::End
tell me if it helps
by bigdeal
23 Feb 2017, 09:03
Forum: Ask for Help (v1)
Topic: Combination Keys
Replies: 1
Views: 801

Re: Combination Keys

well maybe with key = q ->LButton = %key%
by bigdeal
23 Feb 2017, 09:01
Forum: Ask for Help (v1)
Topic: block a key that's hold down
Replies: 3
Views: 987

Re: block a key that's hold down

oh great great you know how to block it! ok send me that piece of code before i snap you head of you neck I mean tell me than please kind sir kind sir...
by bigdeal
22 Feb 2017, 06:48
Forum: Ask for Help (v1)
Topic: block a key that's hold down
Replies: 3
Views: 987

block a key that's hold down

hey guys does anyone know if I can block a key while hold down? what I need is to block a persons input, but also while he's holding a key like if he's pressing W ingame, I tried something with GetKeyState, like : if (!GetKeyState("w", "P")), but I wanted to know if it's possible while w is pressed ...
by bigdeal
21 Feb 2017, 09:02
Forum: Ask for Help (v1)
Topic: does ahk have scrollbar options for gui? Topic is solved
Replies: 5
Views: 1496

Re: does ahk have scrollbar options for gui? Topic is solved

HotKeyIt wrote:AutoHotkey_H has this options for Gui as well, see also discussion.
OOOOOOOOooooooooooOOOOOOOOO that looks cool imma try that gonna spend a whole day on it if I've time, but a noob question what's autohotkey_H and why is it different from autohotkey_L :lol: ?
by bigdeal
21 Feb 2017, 08:59
Forum: Ask for Help (v1)
Topic: does ahk have scrollbar options for gui? Topic is solved
Replies: 5
Views: 1496

Re: does ahk have scrollbar options for gui? Topic is solved

4GForce wrote:
bigdeal wrote:I read it's not implemented yet from the archived forum, so I wanted to know if it's added or not afterwards? please be added please be added
https://autohotkey.com/docs/commands/Gu ... herOptions

VScroll, HScroll
Yeah I saw before and tried it, but it doesn't work unfortunately

Go to advanced search