Search found 6 matches

by Aperry91
20 Jul 2017, 17:46
Forum: Ask for Help (v1)
Topic: Can this INI write code be reduced
Replies: 1
Views: 410

Can this INI write code be reduced

I am working on a GUI with many fields that will be saved into an INI. It bugs me that I have to specify line by line each value I want saved. Is there a way to somehow loop an the variables so that I only have to use the INI write command once. It would look much cleaner, but this is a little beyon...
by Aperry91
18 Jul 2017, 13:52
Forum: Ask for Help (v1)
Topic: How can I make this INI appear in a list view GUI
Replies: 2
Views: 700

How can I make this INI appear in a list view GUI

I am fairly new to AHK and would appreciate if someone could help me create a list view from an INI file. INI = ( [PROJECT-1] Company=Company A Remarks=Info about Project 1 Status=Current Value=Some Value not needed [PROJECT-2] Company=Company B Remarks=Info about Project 2 Status=Late Values=Some V...
by Aperry91
12 Jul 2017, 18:32
Forum: Ask for Help (v1)
Topic: How do I make the GUI edit match the Gui Size Topic is solved
Replies: 2
Views: 1254

Re: How do I make the GUI edit match the Gui Size Topic is solved

Thank you so much! I am just now learning the guicontrol and this clarifies a great deal. Many thanks to you!
by Aperry91
12 Jul 2017, 16:42
Forum: Ask for Help (v1)
Topic: How do I make the GUI edit match the Gui Size Topic is solved
Replies: 2
Views: 1254

How do I make the GUI edit match the Gui Size Topic is solved

In as few line as possible, how would I make this Edit Box autosize to the width of this GUI. Thanks.

Code: Select all

gui, add, button, w75, Alpha
gui, add, button, X+5 w75, Beta
gui, add, button, X+5 w75, Gama
gui, add, button, X+5 w75, Delta
gui, add, button, X+5 w75, Epsilon
Gui, add, Edit, vMyEdit
gui, show
by Aperry91
01 Jul 2017, 06:26
Forum: Ask for Help (v1)
Topic: How would I express the following as an equation
Replies: 4
Views: 1064

Re: How would I express the following as an equation

Thank you. This is great. I have so much more to learn with AHK.
by Aperry91
30 Jun 2017, 19:37
Forum: Ask for Help (v1)
Topic: How would I express the following as an equation
Replies: 4
Views: 1064

How would I express the following as an equation

Okay it seems easy enough but I just don't know enough about AHK to express this. I have a running count of 24 and every time it reaches 96 the count begins again with 124 etc. For example: 6 * X would equal 148 7 * X would equal 172 and so on What is a simple way to solve for this? It's driving me ...

Go to advanced search