Search found 28 matches

by GamesOfFreak
01 Apr 2024, 12:55
Forum: Ask for Help (v2)
Topic: Is it possible to change Key Language? Topic is solved
Replies: 2
Views: 113

Re: Is it possible to change Key Language? Topic is solved

Well,

I found out that the Key "Ö" is equivalent to the Key "`" of the EN Keyboard. I found it randomly.
by GamesOfFreak
01 Apr 2024, 11:45
Forum: Ask for Help (v2)
Topic: Is it possible to change Key Language? Topic is solved
Replies: 2
Views: 113

Is it possible to change Key Language? Topic is solved

Hey, I need to write a simple script that allows me to write "`" but in th en-us keyboard layout. I have a Mod for Monster Train that allows me to have console commands. But for some odd reasons it doesn't detect the "`" from the German Keyboard that I use by default only the en-us Keyboard Language...
by GamesOfFreak
17 Mar 2024, 09:43
Forum: Ask for Help (v2)
Topic: How to create a Project File for my Software?
Replies: 1
Views: 74

How to create a Project File for my Software?

I want to create a "Software" that can create a Project File that you can open and edit it inside of it.

Like MCreator or Softwares like Intellij Idea.
by GamesOfFreak
11 Jun 2023, 02:45
Forum: Ask for Help (v2)
Topic: A List for ActiveX Components?
Replies: 0
Views: 199

A List for ActiveX Components?

Hello,

I saw in the Docs of v2 a Control Type called ActiveX so I read and then I asked where can I find a List of possible ActiveX Components that I can use.
by GamesOfFreak
25 May 2023, 15:19
Forum: Ask for Help (v2)
Topic: Is it possible to check a Value if it's a Variable?
Replies: 2
Views: 353

Is it possible to check a Value if it's a Variable?

I want to make a custom Function that allows you to clear a Variable.

But I want to be sure that the Parameter in the Function is a Variable.

Is it possible?
by GamesOfFreak
24 May 2023, 10:15
Forum: Scripts and Functions (v2)
Topic: RichEdit - a rich edit control for AHK v2 (2023-05-23)
Replies: 14
Views: 2705

Re: RichEdit - a rich edit control for AHK v2 (2023-05-23)

Could you add a Guide or something similar to how to setup it?
by GamesOfFreak
24 May 2023, 06:59
Forum: Ask for Help (v2)
Topic: How to customize the Color/Theme of the GUI?
Replies: 6
Views: 869

Re: How to customize the Color/Theme of the GUI?

WKen wrote:
21 May 2023, 15:32
image.png
I tried this line of code but I don't see any Changes of the GUI Theme.
by GamesOfFreak
22 May 2023, 17:48
Forum: Ask for Help (v2)
Topic: Theme Customization Class/Function?
Replies: 1
Views: 283

Theme Customization Class/Function?

Is there a Theme Customization Class/Function for v2?

I'm missing the possibility to customize the whole GUI :(
by GamesOfFreak
22 May 2023, 16:08
Forum: Ask for Help (v2)
Topic: Is it possible to add Bold to a specific Item of a DDL?
Replies: 0
Views: 267

Is it possible to add Bold to a specific Item of a DDL?

I want to add a to a specific Item of a DropDownList Boldness without affecting the other Items.

Is it possible?
by GamesOfFreak
22 May 2023, 16:06
Forum: Ask for Help (v2)
Topic: How to make a working Calculator?
Replies: 1
Views: 316

Re: How to make a working Calculator?

Nevermind,

I found it myself.
by GamesOfFreak
22 May 2023, 14:44
Forum: Ask for Help (v2)
Topic: How to make a working Calculator?
Replies: 1
Views: 316

How to make a working Calculator?

I want to make a Basic Calculator with +, *, / and -. How can I make it possible to calculate the Numbers together. Here is the Code: #Requires AutoHotKey v2.0 #Include libs\GuiButtonIcon.ahk MainGui := {} MainGui := Gui(, "Calculator") MainGuiEdits := {} MainGuiEdits.Result := MainGui.Add("Edit", "...
by GamesOfFreak
21 May 2023, 13:49
Forum: Ask for Help (v2)
Topic: How to customize the Color/Theme of the GUI?
Replies: 6
Views: 869

Re: How to customize the Color/Theme of the GUI?

Is there a Function/Script that allows us to customize the Theme?
by GamesOfFreak
21 May 2023, 13:26
Forum: Ask for Help (v2)
Topic: How to customize the Color/Theme of the GUI?
Replies: 6
Views: 869

How to customize the Color/Theme of the GUI?

How can I customize the Colors/Theme of the entire GUI?

I'm a little stuck with this.
by GamesOfFreak
20 May 2023, 06:12
Forum: Scripts and Functions (v2)
Topic: [v2] FindText - Capture screen image into text and then find it
Replies: 39
Views: 14752

Re: [v2] FindText - Capture screen image into text and then find it

Is it possible with FindText to search for an Image and if the Image is the one I want to find then execute something.

I thought maybe with FindText is it possible to make a Dynamic No Recoil Script :)
by GamesOfFreak
19 May 2023, 17:25
Forum: Ask for Help (v2)
Topic: Need help to change Value of a GUI Control
Replies: 2
Views: 348

Re: Need help to change Value of a GUI Control

Thank you for the example!

I had to change your example a bit in my case, but you definitely pointed me in the right direction of what to do.
by GamesOfFreak
19 May 2023, 13:17
Forum: Ask for Help (v2)
Topic: Need help to change Value of a GUI Control
Replies: 2
Views: 348

Need help to change Value of a GUI Control

I have a ComboBox called "mcGiveGenerator.ComboBox.One" and a DropdownList called "mcGiveGenerator.DropDownList.One". If I select a Value in the Dropdown List Then it should change the Value to a predefined Array List inside of the ComboBox. How can I do that exactly? Also I need to mention that the...
by GamesOfFreak
18 May 2023, 16:06
Forum: Scripts and Functions (v2)
Topic: [Class] GuiReSizer - Position and Resize Gui Controls
Replies: 28
Views: 6451

Re: [Class] GuiReSizer - Position and Resize Gui Controls

Am I stupid or why I get this Error: This value of type "String" has no property named "Anchor". 026: mcCommandGeneratorAboutGUI.Text.Three.Anchor := mcCommandGeneratorAboutGUI.Text.Two Here is the Code: #Requires AutoHotkey v2.0 #include extensions/GuiReSizer.ahk FullVersion := "0.1.230518" Donatio...
by GamesOfFreak
21 Aug 2022, 13:29
Forum: Scripts and Functions (v1)
Topic: SysMeter v0.6
Replies: 32
Views: 13948

Re: SysMeter v0.6

I have a Question:
How do I integrate into my AHK Script where I have my own GUI?
by GamesOfFreak
14 Aug 2022, 10:46
Forum: Gaming Help (v1)
Topic: AHK Triggerbot that detects players only?
Replies: 0
Views: 609

AHK Triggerbot that detects players only?

I want to make an AHK Script for Rainbow Six Siege and I want to add a Triggerbot.

But I want to add a Triggerbot that checks Colors and only activate if a Player change the color. So you don't need to stand if you hold the key.

Is it possible with AHK?


[Mod action: Topic moved to ""Gaming]

Go to advanced search