Search found 40 matches

by EntropicBlackhole
21 Mar 2022, 18:59
Forum: Ask for Help (v1)
Topic: Send Message to Discord Using API Topic is solved
Replies: 4
Views: 7364

Re: Send Message to Discord Using API Topic is solved

Delta, I've tried setting it up too but it won't send really, and g33kdude says that Discord.ahk is probably outdated since the api has changed, so it might be that, do you have perhaps an updated version? or an updated version of discord.ahk?
by EntropicBlackhole
08 Feb 2022, 15:25
Forum: Ask for Help (v1)
Topic: Editing first row cell in a ListView (without F2 or double click)
Replies: 1
Views: 222

Editing first row cell in a ListView (without F2 or double click)

So basically, i have this listview where, i want to activate the cell editing feature but without having to press F2 or double clicking slowly, but probably using SendMessage would work, however im not sure how this would be done exactly, any help would be appreciated! Test Code: Gui, Add, ListView,...
by EntropicBlackhole
01 Feb 2022, 17:36
Forum: Scripts and Functions (v1)
Topic: AHK Tracks
Replies: 2
Views: 792

AHK Tracks

i was bored, coded up a game, theres a bug that sometimes when you land on a special spot, the piece stops moving, just reload the script, have fun! SetWorkingDir %A_ScriptDir% SetBatchLines -1 Gui Font, s9, Segoe UI Gui Add, GroupBox, h70 w85, Starts Gui Add, Radio, xm+5 ym+17 vStart Checked, Rando...
by EntropicBlackhole
29 Jan 2022, 17:49
Forum: Scripts and Functions (v1)
Topic: Sticky Notes 2.0
Replies: 3
Views: 1233

Re: Sticky Notes 2.0

amateur+ wrote:
27 Jan 2022, 19:57
Where do you use StrAmt(), ChooseColor() and BGRtoRGB()?
oh right i forgot those are functions that were in the other version but dont go here, i'll update, thanks for letting me know
by EntropicBlackhole
25 Jan 2022, 18:29
Forum: Scripts and Functions (v1)
Topic: Sticky Notes 2.0
Replies: 3
Views: 1233

Sticky Notes 2.0

I've decided to remake Sticky Notes, this time with different features, it also includes an update button, it's in the Settings window, it also stores the stuff in a more rational way, rather than pushing it all into one Ini file. I also got rid of many annoying things, but it's finally done This is...
by EntropicBlackhole
17 Dec 2021, 13:36
Forum: Ask for Help (v1)
Topic: How to convert a .pdf file to .txt
Replies: 1
Views: 1133

How to convert a .pdf file to .txt

I'd preferably use AHK only, I've been searching and I've tried xpdf but I can't seem to get it to do what I want really, I just want to take a pdf file, take the text out, to compare it to something else, the thing I really need is to convert the pdf file to txt, does anyone know how to do this usi...
by EntropicBlackhole
12 Dec 2021, 22:21
Forum: Scripts and Functions (v1)
Topic: AHK Sketch, an Etch a Sketch, but coded
Replies: 0
Views: 517

AHK Sketch, an Etch a Sketch, but coded

I made a little Etch a Sketch that uses GDI+, there's also a version (https://pastebin.com/DSt9xj1T) that doesn't need the GDI+ file (Side note: you may want to download the "Rondo" font) #SingleInstance, Force #NoEnv SetBatchLines, -1 #Include %A_ScriptDir%\Gdip.ahk if !pToken := Gdip_Startup() { M...
by EntropicBlackhole
25 Oct 2021, 14:06
Forum: Scripts and Functions (v1)
Topic: Product List: Organize products and prices for a small business
Replies: 6
Views: 3462

Product List: Organize products and prices for a small business

Organize your business with Product List, just insert in the name and price of the product, and it'll be listed The + Button is to add a new product to the list The - Button is to delete any product from the list The Modify Button is to modify any item from the list The Save Button will save the lis...
by EntropicBlackhole
16 Oct 2021, 17:43
Forum: Scripts and Functions (v1)
Topic: AutoHotFlow - Simply draw your applications
Replies: 72
Views: 50786

Re: AutoHotFlow - Simply draw your applications

oh my this must've taken so long to create, tsym for making this and sharing
by EntropicBlackhole
15 Oct 2021, 19:31
Forum: Scripts and Functions (v1)
Topic: WinLock: Lock your windows and apps so only you can access them
Replies: 1
Views: 1050

WinLock: Lock your windows and apps so only you can access them

Ever wanted for someone to stop entering a certain app or window? Do you want someone to stop entering your messages and seeing everything? I got the solution for you! I present to you: WinLock An app made for locking windows and apps with a password that is encrypted, passwords can be up to 64 char...
by EntropicBlackhole
14 Oct 2021, 18:46
Forum: Ask for Help (v1)
Topic: How to know when any window is activated
Replies: 5
Views: 1953

Re: How to know when any window is activated

Did you try to use WinActivate (activates the window you want) or WinGetActiveTitle (you cac check which window is now active) functions? Also WinWaitActive / WinWaitNotActive may help. I used all of the above (mosty first and third one) and they all worked fine for me. this isn't exactly what I wa...
by EntropicBlackhole
14 Oct 2021, 18:44
Forum: Ask for Help (v1)
Topic: How to know when any window is activated
Replies: 5
Views: 1953

Re: How to know when any window is activated

This can be done fairly easily with a Settimer, this for example calls the Notify function every time the activeWin variable changes: #Persistent activeWin := "" settimer, windowWatch, 10 return windowWatch: if (activeWin != WinActive("A")) { activeWin := WinActive("A") Notify(activeWin) } return N...
by EntropicBlackhole
14 Oct 2021, 16:06
Forum: Ask for Help (v1)
Topic: How to know when any window is activated
Replies: 5
Views: 1953

How to know when any window is activated

So basically, this is for a project im making, and the last piece of it, is to detect when any window is activated, I've searched and found people using ShellHook but it's not working how I want it to, it only works if a new window is open, not when you change from one window to another, perhaps thi...
by EntropicBlackhole
30 Sep 2021, 12:30
Forum: Scripts and Functions (v1)
Topic: Treeview List Creator v1.1 (Completed)
Replies: 3
Views: 1334

Re: Treeview List Creator v1.1 (Completed)

How to use the GUI? Give an example, please. Type something in the top edit control, then use the + button to add a branch, if you want to create a child branch, select the item you want to be the parent, and type something in the eidt control and click on the +C, its like this since you can't real...
by EntropicBlackhole
29 Sep 2021, 13:34
Forum: Scripts and Functions (v1)
Topic: Treeview List Creator v1.1 (Completed)
Replies: 3
Views: 1334

Treeview List Creator v1.1 (Completed)

TreeView's too tough? Got the tool for you! TreeView's too time-consuming? Make one in minutes! TreeView's too complicated? I have you covered! I present to you: TreeView List Creator v1.1 So you don't have to worry about taking hours and hours creating TreeViews and checking if you have the correct...
by EntropicBlackhole
29 Sep 2021, 13:21
Forum: Ask for Help (v1)
Topic: how differentiate the commas inside parameters and commas that separate those parameters
Replies: 10
Views: 948

Re: how differentiate the commas inside parameters and commas that separate those parameters

looks like u need help with something unrelated to this thread. u shouldve started a new one strip the function bits, run a Loop Parse CSV on whatever's left. it will handle the commas automatically it seems like a good idea, but how exactly would I come to do this may I ask? Nevermind lol, I manag...
by EntropicBlackhole
29 Sep 2021, 12:25
Forum: Ask for Help (v1)
Topic: how differentiate the commas inside parameters and commas that separate those parameters
Replies: 10
Views: 948

Re: how differentiate the commas inside parameters and commas that separate those parameters

swagfag wrote:
28 Sep 2021, 18:58
looks like u need help with something unrelated to this thread. u shouldve started a new one

strip the function bits, run a Loop Parse CSV on whatever's left. it will handle the commas automatically
it seems like a good idea, but how exactly would I come to do this may I ask?
by EntropicBlackhole
29 Sep 2021, 12:24
Forum: Ask for Help (v1)
Topic: how differentiate the commas inside parameters and commas that separate those parameters
Replies: 10
Views: 948

Re: how differentiate the commas inside parameters and commas that separate those parameters

edit: post was moved paste ID1 := TV_Add("One, two and three", ID0, "Expand") into https://fupeijiang.github.io/ahk_parser.js/ [ {type:'assignment', text:'ID1', i1:0, c1:undefined, c2:3}, {type:'emptyLines', text:' ', i1:0, c1:3, i2:0, c2:4}, {type:'2operator', text:':=', i1:0, c1:4, c2:6}, {type:'...
by EntropicBlackhole
28 Sep 2021, 18:42
Forum: Ask for Help (v1)
Topic: how differentiate the commas inside parameters and commas that separate those parameters
Replies: 10
Views: 948

Re: v1 -> v2 Script Converter

what do you mean by "separate the commas" ? can you show me the final result you want ? do you want to get the text ? "One" and " two and three" ? no, what I want is to not touch the text (One, two and three) at all, instead what im trying to do is deconstruct the TV_Add() into its parameters, howe...
by EntropicBlackhole
28 Sep 2021, 12:02
Forum: Ask for Help (v1)
Topic: how differentiate the commas inside parameters and commas that separate those parameters
Replies: 10
Views: 948

how differentiate the commas inside parameters and commas that separate those parameters

One question, how do you differentiate the commas inside parameters and commas that separate those parameters Example: How do you differentiate this comma: Send , Hello, World! From this comma: Send, Hello , World! And can this be done inside a function too?, because I want to separate the commas in...

Go to advanced search