Search found 10 matches

by Reynbow
07 Jun 2018, 19:00
Forum: Scripts and Functions (v1)
Topic: Examples of Non-Standard GUIs (ActiveX, GDI, etc.)
Replies: 391
Views: 247640

Re: Examples of Non-Standard GUIs (ActiveX, GDI, etc.)

I would share the code if I could! But not only does it have so many random dependencies for my work environment, but it's also got a decent amount of personal information in the code. :)
by Reynbow
06 Jun 2018, 23:41
Forum: Scripts and Functions (v1)
Topic: Examples of Non-Standard GUIs (ActiveX, GDI, etc.)
Replies: 391
Views: 247640

Re: Examples of Non-Standard GUIs (ActiveX, GDI, etc.)

@Reynbow, that looks quite nice! Is it using all normal GUI controls or are you using ActiveX, GDI, etc? Well, I have no idea how to use ActiveX or GDI so yeah! However, to give credit where it's due, I am using the Class_ImageButton.ahk library someone made here. It's very useful for custom button...
by Reynbow
29 May 2018, 01:24
Forum: Scripts and Functions (v1)
Topic: Examples of Non-Standard GUIs (ActiveX, GDI, etc.)
Replies: 391
Views: 247640

Re: Examples of Non-Standard GUIs (ActiveX, GDI, etc.)

Just thought I'd share the GUI for a program I made for my team at work. Very much so a growing and always updating program. Its functions are certainly very detailed but thought I'd add some inspiration to others for what a GUI could potentially look like with AHK. I like how it's come together so ...
by Reynbow
01 Mar 2018, 00:41
Forum: Ask for Help (v1)
Topic: Is it possible to search a CSV for a word then report back the Cell location? Topic is solved
Replies: 8
Views: 1858

Re: Is it possible to search a CSV for a word then report back the Cell location? Topic is solved

The instance for the MatchCell needs to be 1, not 3. Not that I have any idea what that does or means Because you don't read my comments within the provided code?! If there's only a single instance of the name (your search pattern) within the csv file/"table" it won't make sense to search for a thi...
by Reynbow
26 Feb 2018, 17:46
Forum: Ask for Help (v1)
Topic: Is it possible to search a CSV for a word then report back the Cell location? Topic is solved
Replies: 8
Views: 1858

Re: Is it possible to search a CSV for a word then report back the Cell location? Topic is solved

So I tried exactly your sample code and it just returns a 0 Which definitely isn't correct. #SingleInstance, Force SetWorkingDir, A_ScriptDir #Include csv.ahk Inputbox, name, What's the name? CSV_Load("C:\Users\account\Documents\accts.csv","A",",") MsgBox % CSV_MatchCell("A", name,3) MsgBox % CSV_Re...
by Reynbow
25 Feb 2018, 22:56
Forum: Ask for Help (v1)
Topic: Is it possible to search a CSV for a word then report back the Cell location? Topic is solved
Replies: 8
Views: 1858

Re: Is it possible to search a CSV for a word then report back the Cell location? Topic is solved

So I've kinda understood how this is working now, but it keeps returning values that don't make much sense.

For example. If the term is in cell B10, it'll say it's in J2. It thinks the vertical cells are letters and the horizontal cells are numeric. How can I fix this?
by Reynbow
25 Feb 2018, 18:06
Forum: Ask for Help (v1)
Topic: Is it possible to search a CSV for a word then report back the Cell location? Topic is solved
Replies: 8
Views: 1858

Re: Is it possible to search a CSV for a word then report back the Cell location? Topic is solved

@BoBo
Would you be able to explain how this works at all? I'm not able to get it to work.
Guest wrote:There is a CSV lib https://autohotkey.com/boards/viewtopic.php?f=6&t=34853 with various search options (search, row, column)
I don't even know where I'd begin to use this. :shock:
by Reynbow
23 Feb 2018, 00:58
Forum: Ask for Help (v1)
Topic: Is it possible to search a CSV for a word then report back the Cell location? Topic is solved
Replies: 8
Views: 1858

Is it possible to search a CSV for a word then report back the Cell location? Topic is solved

On top of that, could I also search for what is in a cell and have it report back what's in a cell?

Fairly straight forward request to understand but if I can elaborate I will do my best.
by Reynbow
27 Sep 2017, 23:15
Forum: Ask for Help (v1)
Topic: Creating a Schedule Task with AHK Topic is solved
Replies: 6
Views: 1985

Re: Creating a Schedule Task with AHK Topic is solved

The schedule task is made fine, however there are two boxes in the scheduled task I want unticked. Here: https://i.imgur.com/8Gzf4EH.png Remove the line ;trigger.ExecutionTimeLimit := "PT5M" ;Five minutes And here: https://i.imgur.com/D0Y6Pfn.png Add settings.ExecutionTimeLimit := "PT0S" underneath...
by Reynbow
27 Sep 2017, 22:42
Forum: Ask for Help (v1)
Topic: Creating a Schedule Task with AHK Topic is solved
Replies: 6
Views: 1985

Creating a Schedule Task with AHK Topic is solved

I have a script that helps me create scheduled tasks with my specifications very quickly. I use it for many machines that I need tasks set up on, makes things significantly faster. However, I need some settings changed and I'm struggling to figure out how to make it happen. Here's what I currently h...

Go to advanced search