Search found 57 matches

by necomerx
26 May 2021, 15:08
Forum: Ask for Help (v1)
Topic: How to make a picture's transparent background not visible when layered on a parent window?
Replies: 8
Views: 552

Re: How to make a picture's transparent background not visible when layered on a parent window?

Gui, Add, Picture, x0 y0, Trees0.jpg Gui, Add, Picture, x0 y0 w-1 h300 BackgroundTrans, Sun.png Gui, Show return GuiClose: ExitApp So with 2 pictures it works very well, but is it possible for this to work in a case were for exemple you open the Trees pictures on an image viewer window and want to ...
by necomerx
26 May 2021, 14:55
Forum: Ask for Help (v1)
Topic: How to make a picture's transparent background not visible when layered on a parent window?
Replies: 8
Views: 552

Re: How to make a picture's transparent background not visible when layered on a parent window?

Thanks you very much boiler, your solution work like a charm in that case of 2 pictures, i'm going to test it in the case of a window and a added picture because that's the case that's causing me problems.
by necomerx
26 May 2021, 14:32
Forum: Ask for Help (v1)
Topic: How to make a picture's transparent background not visible when layered on a parent window?
Replies: 8
Views: 552

How to make a picture's transparent background not visible when layered on a parent window?

Hi everyone, i'm stuck with this problem were i put a png picture on top of a parent window but the white background is always displayed no matter how i write the code. How to get rid of the background and only have the sun image please? Here is an example. SetWorkingDir,%A_WorkingDir% gui, color, w...
by necomerx
10 May 2021, 08:42
Forum: Ask for Help (v1)
Topic: How to get notifified when copy is complete? Topic is solved
Replies: 5
Views: 640

Re: How to get notifified when copy is complete? Topic is solved

Thanks you very much hasantr, that's awesome !
by necomerx
10 May 2021, 03:47
Forum: Ask for Help (v1)
Topic: How to get notifified when copy is complete? Topic is solved
Replies: 5
Views: 640

Re: How to get notifified when copy is complete? Topic is solved

I have one last question for everyone who can help:
with this code above, i can copy only a single file or a folder with its files but is it possible to copy multiple files on the same time (not a folder)? i look into the documentation but don't see informations about this case.
by necomerx
09 May 2021, 09:06
Forum: Ask for Help (v1)
Topic: How to get notifified when copy is complete? Topic is solved
Replies: 5
Views: 640

Re: How to get notifified when copy is complete? Topic is solved

Hi hasantr! I saw this ShellFileOperation method posted by SKAN in the old forum years ago but didn't fully understand how to use the function. I will try to understand your provided example. Thanks! Edit: Thanks again hasantr, now that i have a much better understanding of this code, copy is much m...
by necomerx
09 May 2021, 00:29
Forum: Ask for Help (v1)
Topic: How to get notifified when copy is complete? Topic is solved
Replies: 5
Views: 640

How to get notifified when copy is complete? Topic is solved

Hi everybody, i'm asking for your help. I want to be able to get notified after the copying of big sizes files or folders are completed using Filecopy or FileCopyDir. Is it possible to get an accurate bar progression with optionnaly the remainning time and the total copy time displayed? Here is an e...
by necomerx
03 Feb 2021, 11:35
Forum: Ask for Help (v1)
Topic: How to limit how much an executable can run a day?
Replies: 5
Views: 372

Re: How to limit how much an executable can run a day?

Thanks AHKStudent for these clarifications, it looks like it gonna be a brain teaser to do it the right way!
by necomerx
03 Feb 2021, 10:53
Forum: Ask for Help (v1)
Topic: How to limit how much an executable can run a day?
Replies: 5
Views: 372

Re: How to limit how much an executable can run a day?

Thank you mikeyww, I'll look into that, seems a little deep subject!
by necomerx
03 Feb 2021, 10:10
Forum: Ask for Help (v1)
Topic: How to limit how much an executable can run a day?
Replies: 5
Views: 372

How to limit how much an executable can run a day?

Hi everybody, Is it possible to limit how much a compiled Script can be executed a day? Is it possible to write the code inside the script before compiling or it must be in another file like an ini or other (but protected from users) file after the script is compiled? For exemple The exe cannot be r...
by necomerx
29 Jan 2021, 09:21
Forum: Ask for Help (v1)
Topic: Is it possible to "Inject a button class" on a window?
Replies: 8
Views: 689

Re: Is it possible to "Inject a button class" on a window?

I read your then I researched that when after research to about my knowledge I have two buttons, both without links, and want to add a link to one when the other is clicked. How can I make one button with an onclick give a link attribute to something else on the page? If not a button, maybe a div T...
by necomerx
29 Jan 2021, 08:32
Forum: Ask for Help (v1)
Topic: Is it possible to "Inject a button class" on a window?
Replies: 8
Views: 689

Re: Is it possible to "Inject a button class" on a window?

That's seems the way to go, thanks for your lights, I will investigate that ACC. The applications that I want to control are mainly music softwares, somethings like mixers with many buttons that don't have any buttons class, only a main window (like FL Studio for example) or some music player like w...
by necomerx
29 Jan 2021, 06:43
Forum: Ask for Help (v1)
Topic: Is it possible to "Inject a button class" on a window?
Replies: 8
Views: 689

Re: Is it possible to "Inject a button class" on a window?

Thanks that's good to know. I'm gonna do some researches but when you say chrome, do you talk about Google Chrome or another application named like that? Can you explain us a little bit what's that ACC?
by necomerx
29 Jan 2021, 05:50
Forum: Ask for Help (v1)
Topic: Is it possible to "Inject a button class" on a window?
Replies: 8
Views: 689

Re: Is it possible to "Inject a button class" on a window?

Thanks for your reply.
I know about that workaround, but was wondering if that could be possible even with another software or language than Autohotkey. That's unfortunate if that's not possible. I hope some programmer expert can enlighten us
by necomerx
29 Jan 2021, 03:05
Forum: Ask for Help (v1)
Topic: Is it possible to "Inject a button class" on a window?
Replies: 8
Views: 689

Is it possible to "Inject a button class" on a window?

Hi everybody, i have a question, i don't know if it is in the right section of the forum but feel free to move it mr the mods if it isn't. Is it possible to create a button class on a button or parameter of a window application witch doesn't have one? I want the button class control and not a mouse ...
by necomerx
22 Jan 2021, 07:27
Forum: Ask for Help
Topic: AHK Compiler <error>
Replies: 24
Views: 10596

Re: AHK Compiler <error>

Yes It was a simple script test that i was using but YAY!!! :superhappy:
It seems to be working fine after i run it as administrator!! Will report if i got another issue but i think all will be fine. Thanks you so much for your support and great creation!
by necomerx
22 Jan 2021, 04:59
Forum: Ask for Help
Topic: AHK Compiler <error>
Replies: 24
Views: 10596

Re: AHK Compiler <error>

Yes. I add it to the line 148 then i create a line above line 148 and paste it there and still got error.
by necomerx
21 Jan 2021, 23:15
Forum: Ask for Help
Topic: AHK Compiler <error>
Replies: 24
Views: 10596

Re: AHK Compiler <error>

Thanks for your reply. The version AutoHotkey V1.1.33.02 is the latest. I have redownloaded and reinstalled it then recopie "ahkdll-v1-release-master" contents to the AutoHotkey folder, then run Ahk2Exe and got the same message with the default "AutoHotkeySC.bin "selected while trying to compile, th...
by necomerx
21 Jan 2021, 18:21
Forum: Ask for Help
Topic: AHK Compiler <error>
Replies: 24
Views: 10596

Re: AHK Compiler <error>

No. So are you running v1? In that case check content of v? Do you have a wrong compiler version, line 227 does not contain what you show: https://github.com/HotKeyIt/ahkdll-v1-release/blob/master/Compiler/Directives.ahk#L227 Hi HotKeyit, I'm also having error with Ahk2Exe_H. I wanted to compile wi...
by necomerx
19 Jan 2021, 21:24
Forum: Ask for Help (v1)
Topic: Why does Pause gui is not working but Suspend's do? Topic is solved
Replies: 2
Views: 297

Re: Why does Pause gui is not working but Suspend's do? Topic is solved

That's make total sense. I was only thinking of why the "pause" icon toggle but the command was not executed. Your suggestion solve the problem. I will check twice the manual for my future issues before going crazy. Thanks again so much for your help. You are amazing!!

Go to advanced search