Search found 112 matches

by RDC
17 Mar 2023, 11:23
Forum: Ask for Help (v1)
Topic: Adding images to executable?
Replies: 3
Views: 238

Adding images to executable?

I'm hoping someone here may know how (if possible) to add a folder of about a half dozen small images used in a Gui to an executable using the Ahk2Exe.exe tool?
Or maybe even just the images themselves?

Thank you!

2023-03-17_091644.png
2023-03-17_091644.png (81.64 KiB) Viewed 238 times
by RDC
15 Mar 2023, 10:11
Forum: Ask for Help (v1)
Topic: How to use '?' key Topic is solved
Replies: 1
Views: 168

Re: How to use '?' key Topic is solved

Nevermind prior question. I had made the assumption that because the key has the 2 default purposes of '/' and '?' that it would have a certain way of being used.. sort of like how !=Alt. Turns out to be just an ordinary key like any letter.
by RDC
15 Mar 2023, 10:03
Forum: Ask for Help (v1)
Topic: How to use '?' key Topic is solved
Replies: 1
Views: 168

How to use '?' key Topic is solved

I am attempting to set ^!?:: as a hot key combo, but cannot find any documentation on the /? key. Can anyone shed some light and point me in the right direction? -Thank you!!
by RDC
15 Mar 2023, 08:39
Forum: Forum Issues
Topic: anyone else not a fan of the new V1 section Topic is solved
Replies: 34
Views: 6318

Re: anyone else not a fan of the new V1 section Topic is solved

Looking forward to the 24th. As a side note, can a pinned section be added to make it easier to find out who all the Moderators are for contact? There may already be a section for that but I'm not seeing it. EDIT: Please disregard this post. Of course I come across the section as soon as I posted th...
by RDC
13 Mar 2023, 19:43
Forum: Ask for Help (v1)
Topic: How to tile a background image for an AutoHotkey GUI Version 1.1.36.02 ?
Replies: 3
Views: 317

Re: How to tile a background image for an AutoHotkey GUI Version 1.1.36.02 ?

rx65m ... this got me curious so I started my own search. Check out the last post at https://www.autohotkey.com/board/topic/80576-how-to-set-a-tiled-background-for-gui/ by maestrith and I think you'll find what you are looking for. I've been playing and updating it to my preferences for fun for the...
by RDC
13 Mar 2023, 13:44
Forum: Ask for Help (v1)
Topic: Toggle Desktop, but better
Replies: 18
Views: 1784

Re: Toggle Desktop, but better

I figured it out. For some reason the "Place Inline" button wasn't showing earlier for adding attachments. A browser refresh fixed it. I don't know anything about AutoHotKey_H yet other than it is an offshoot of sorts(?), so I can't speak to it's order of popularity. But this attached image is more ...
by RDC
13 Mar 2023, 13:25
Forum: Off-topic Discussion
Topic: Test your Forum Posts
Replies: 422
Views: 226596

Re: Test your Forum Posts

no longer needed
by RDC
13 Mar 2023, 11:07
Forum: Ask for Help (v1)
Topic: Toggle Desktop, but better
Replies: 18
Views: 1784

Re: Toggle Desktop, but better

Please take no offense at this mods, but as a fairly new noobie here at AHK I find it fair that pointing out that for new users to this forum, realizing there are 2 basic versions and that they do not play with each other, can be a bit confusing at first. I honestly don't know if it would help noobs...
by RDC
13 Mar 2023, 10:09
Forum: Ask for Help (v1)
Topic: How to autosize the edit box? Topic is solved
Replies: 11
Views: 922

Re: How to autosize the edit box? Topic is solved

Thank you for my part. Something more for me to research now!
by RDC
13 Mar 2023, 10:03
Forum: Ask for Help (v1)
Topic: How to autosize the edit box? Topic is solved
Replies: 11
Views: 922

Re: How to autosize the edit box? Topic is solved

Just curious Mikey, in the line " Gui Add, Edit, w480 h180 ved "... what is the " ved "? If I delete it I see no changes. Also, alexsu ...adding the below just before the Return line works great with the original posted script for me. ; ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ Gui, Fo...
by RDC
13 Mar 2023, 09:41
Forum: Ask for Help (v1)
Topic: How to add a solid color rectangle in ahk gui? Topic is solved
Replies: 4
Views: 534

Re: How to add a solid color rectangle in ahk gui? Topic is solved

It doesn't work, The gui size is w500 h250, I want to add a solid red color rectangle (x10 y10 w100 h50) in this w500 h250 gui ; -Caption hides titlebar ; +ToolWindow hides taskbar icon Gui, -Caption +ToolWindow +AlwaysOnTop Gui, Color, Red Gui, Show, x10 y10 w100 h50 This works just fine. You just...
by RDC
08 Mar 2023, 12:47
Forum: Ask for Help (v1)
Topic: SendInput continuous
Replies: 2
Views: 191

Re: SendInput continuous

by RDC
08 Mar 2023, 12:44
Forum: Ask for Help (v1)
Topic: Calculator conflict Topic is solved
Replies: 3
Views: 253

Re: Calculator conflict Topic is solved

After some more tinkering around, I was able to get my Calc Control script working with all my perks.. Thought I would share in case anyone else can find use in this. Many thanks to Mikeyww for providing the base of this script and guidance. And also to former AHK resident dangerdogL2121 for their c...
by RDC
08 Mar 2023, 11:01
Forum: Ask for Help (v1)
Topic: Calculator conflict Topic is solved
Replies: 3
Views: 253

Re: Calculator conflict Topic is solved

Thank you again, Mikey!! :dance: Never would have guessed it was as simple as a bracket move. Work great. Now when I open Calculator through normal means I just have to hit my hotkey to position it. Not seeing that as much of an issue since it generally opens where it was last located anyhow, but it...
by RDC
08 Mar 2023, 10:23
Forum: Ask for Help (v1)
Topic: Calculator conflict Topic is solved
Replies: 3
Views: 253

Calculator conflict Topic is solved

I have this great piece of code by Mikeyww that all I have done to it was tell it where to position. It works great. Hotkey opens only one new instance of calculator and positions it near the taskbar and always on top. Almost everything one could hope for with this script. Problem is, if I open calc...
by RDC
06 Mar 2023, 15:13
Forum: Ask for Help (v1)
Topic: Hotkey to new script?
Replies: 1
Views: 139

Hotkey to new script?

I have been searching up and down in here trying to figure out how to make what has got to be one of the easiest scripts possible... a hotkey to simply create a new AutHotkey Script, rather than the tedious right click > New > AutHotkey Script route. Can someone point me to where this would be? I'm ...
by RDC
06 Mar 2023, 12:38
Forum: Ask for Help (v1)
Topic: Microsoft Word Issue?
Replies: 0
Views: 317

Microsoft Word Issue?

Can anyone enlighten me as to why the below script doesn't seem to work with Microsoft Office products? This is just a simple windows position lock, that so far has worked with everything except those products. #Persistent #SingleInstance, Force ^L:: ; Ctrl+L = Lock window winLock(hWnd := WinExist("...
by RDC
05 Mar 2023, 18:00
Forum: Ask for Help (v1)
Topic: Text background transparent
Replies: 2
Views: 916

Re: Text background transparent

Check this, I think it has what you are looking for.

https://www.autohotkey.com/docs/v1/lib/Gui.htm#Color
by RDC
05 Mar 2023, 12:50
Forum: Ask for Help (v1)
Topic: Adding Multiple Monitors to Skrommel's DimScreen
Replies: 6
Views: 964

Re: Adding Multiple Monitors to Skrommel's DimScreen

I am attempting to change the Gui naming on the 2nd script using the cursor from Gui, to GUI 44: for adding to a combined script without getting different Gui modules mixed. When I do change, the script suddenly only allows for dimming of the primary monitor. Any suggestions to get this to fully wor...
by RDC
01 Mar 2023, 12:46
Forum: Ask for Help (v1)
Topic: Set SAPI voice? Topic is solved
Replies: 9
Views: 1267

Re: Set SAPI voice? Topic is solved

Once again I thank you. If by "script defines voices and then immediately changes" you are referring to the Globals, I just did that to make sure I kept naming separate as I'm learning parts of code can cross reference other parts if they share names (thanks again). Global aVoice := ComObjCreate("SA...

Go to advanced search