Search found 46 matches

by rakesha002
02 Feb 2021, 06:42
Forum: Gaming Help (v1)
Topic: how to make the script run in the background Topic is solved
Replies: 3
Views: 348

Re: how to make the script run in the background Topic is solved

hi,
kaper4354

Thats the beauty of AutoHotkey, it can Run in background, but
how? = is purely depends on your need.
by rakesha002
16 Jan 2021, 08:50
Forum: Ask for Help (v1)
Topic: Imagesearch using gdip
Replies: 10
Views: 917

Re: Imagesearch using gdip

Hi,

I will try that first thing tomorrow,
A link (if it is possible only) would be a great help, where to start instead of searching the web. Any way thanks for Suggestion.

Thanks
by rakesha002
16 Jan 2021, 02:19
Forum: Ask for Help (v1)
Topic: Imagesearch using gdip
Replies: 10
Views: 917

Re: Imagesearch using gdip

Hello,

I'm trying to dig deep as "mikeyww" suggested, with no success,
i still need help, i'm all ears(eyes actually to read), any help, any suggestion would be great, thanks.
by rakesha002
14 Jan 2021, 09:28
Forum: Ask for Help (v1)
Topic: Imagesearch using gdip
Replies: 10
Views: 917

Re: Imagesearch using gdip

Hi mikeyww, Now That's a new angle to look, nice suggestion, i will try and search in the forum meanwhile can you point me out bit more if it is possible, thanks Edit: You gave me good and new thinking angle about "pattern matcher" if i could find pattern of similar symbol, it is easy but it is way ...
by rakesha002
14 Jan 2021, 09:03
Forum: Ask for Help (v1)
Topic: Imagesearch using gdip
Replies: 10
Views: 917

Re: Imagesearch using gdip

Hi,

Thanks for the quick reply,
Tried the OCR thing, actually a few which are close to end result but not accurate for my situation, sorry i forgot to mention that.
by rakesha002
14 Jan 2021, 08:45
Forum: Ask for Help (v1)
Topic: Imagesearch using gdip
Replies: 10
Views: 917

Imagesearch using gdip

Hello, I need help in Imagesearch using gdip to fit my needs (my requirements are very complicated, sorry) Haystack.png In Haystack- same symbol 5 times, 1 time it is inverted, i need to find the inverted one, The color, rotation, size, width of symbol varies (may not be the same) and Every time i r...
by rakesha002
13 Jan 2021, 23:54
Forum: Wish List
Topic: Need of Library
Replies: 0
Views: 544

Need of Library

Hello, First in my wish list is a library folder at "AUTOHOTKEY" server (V1 and V2 separately may be) or at least links to lib in organized format at one place to search Contributed by every ahk user as he found that lib is useful and (if You post a request on main page to contribute) Maintained by ...
by rakesha002
05 Dec 2020, 03:19
Forum: Ask for Help (v1)
Topic: Need help in external listview set item Topic is solved
Replies: 3
Views: 566

Re: Need help in external listview set item Topic is solved

Hi,
just me,

Your function is working like a charm, i would never have guessed what you did,
Thanks for taking your time and solving puzzle just like that, you definitely saved a lot of time for me.

Thanks a million
i almost forgot Thanks a lot "Cyruz" for providing "ExtListView" lib.
by rakesha002
04 Dec 2020, 08:21
Forum: Ask for Help (v1)
Topic: Need help in external listview set item Topic is solved
Replies: 3
Views: 566

Need help in external listview set item Topic is solved

Hello, I need to update an existing listview owned by another process, ExtListView lib "Cyruz" seems to get item text, i want to set text same way i could set text (LVM_SETITEMTEXT) & Dll calls....? "Text := ExtListView_GetItemText(this.JLV, A_Index - 1, nCol)" if possible may be some one could help...
by rakesha002
04 Dec 2020, 05:39
Forum: Scripts and Functions (v1)
Topic: [LIB] LV_EX - update on 2016-04-28
Replies: 74
Views: 49168

Re: [LIB] LV_EX - update on 2016-04-28

hi,
just me

"I'll check what I can do for you."
thank you for trying

"But since it's not related to LV_EX open a new thread in 'Ask For Help',"
i'll wait till the next update from you and then ill ask for help.
by rakesha002
04 Dec 2020, 00:21
Forum: Scripts and Functions (v1)
Topic: [LIB] LV_EX - update on 2016-04-28
Replies: 74
Views: 49168

Re: [LIB] LV_EX - update on 2016-04-28

3. some times the gui (which is another process) ... LV_EX functions are not designed to work with controls in other processes. All functions using structures like LVITEM need to allocate memory in the address space of the other process to work properly. hi, just me, thanks for the clarification, i...
by rakesha002
03 Dec 2020, 00:27
Forum: Scripts and Functions (v1)
Topic: [LIB] LV_EX - update on 2016-04-28
Replies: 74
Views: 49168

Re: [LIB] LV_EX - update on 2016-04-28

This might do it: ; ====================================================================================================================== ; LV_EX_SetText - Sets the text of the given item or subitem. ; Caution! No error checking! ; ==================================================================...
by rakesha002
19 Dec 2019, 03:43
Forum: Ask for Help (v1)
Topic: ketlyn
Replies: 16
Views: 2641

Re: Good night my name is Ketlyn, some of you can help me, I'm a beginner

Hi,

sleep is in milliseconds (1 second = 1000 millisecods)
adding 1ms won't help much, try adding 50ms, 100ms , and so on as per your requirement.
by rakesha002
17 Dec 2019, 10:30
Forum: Ask for Help (v1)
Topic: Add parent folder name to folder created by script Topic is solved
Replies: 4
Views: 887

Re: Add parent folder name to folder created by script Topic is solved

Hi, May be this, sorry for the late reply, i was a little busy I think, I tried to understand your requirement #IfWinactive, ahk_class CabinetWClass ;Makes the script active only when explorer (window) is active... ^F6:: ;Ctrl+F6 hotkey... folders = ;this can also be read in from a txt file or and i...
by rakesha002
06 Dec 2019, 22:55
Forum: Gaming Help (v1)
Topic: POE: Help AHK script Topic is solved
Replies: 3
Views: 6390

Re: POE: Help AHK script Topic is solved

yes you can, that's the beauty of autohotkey, use this code !F12:: UseFlasks := not UseFlasks if UseFlasks { ; initialize start of auto-flask use ToolTip, UseFlasks On ; reset usage timers for all flasks for i in FlaskDurationInit { FlaskLastUsed[i] := 0 FlaskDuration[i] := FlaskDurationInit[i] } } ...
by rakesha002
06 Dec 2019, 10:56
Forum: Ask for Help (v1)
Topic: ControlGetPos works in small script, not in longer one
Replies: 5
Views: 1427

Re: ControlGetPos works in small script, not in longer one

guest3456 is right you know,
and after that try to get the window handle in focusing control and ControlGetPos
this might work. if mouse moves to a different position than desired, use coordmode.
by rakesha002
06 Dec 2019, 06:16
Forum: Ask for Help (v1)
Topic: ketlyn
Replies: 16
Views: 2641

Re: Good night my name is Ketlyn, some of you can help me, I'm a beginner

Hi, I might be able to help you but need more info, for Autohotkey script to work you need either autohotkey installed on your computer or you need a compiled script to work, as a beginner you should know this, and how you are pressing the "F" key press and hold / pressing simultaneously and you hav...
by rakesha002
06 Dec 2019, 06:05
Forum: Ask for Help (v1)
Topic: Picture reconize in game
Replies: 1
Views: 953

Re: Picture reconize in game

Hi,

Image file path missing "\" isn't it?
and you have "mypicture.PNG" in "D:\"
This should be D:\mypicture.PNG.
by rakesha002
06 Dec 2019, 05:50
Forum: Ask for Help (v1)
Topic: Read time from ini, format time and then add time.
Replies: 2
Views: 936

Re: Read time from ini, format time and then add time.

Hi,

To help you, we need more information and example script at least would be nice, there are some ways we can do what you ask for.

Go to advanced search