Search found 627 matches

by Delta Pythagorean
22 Aug 2019, 18:07
Forum: Scripts and Functions (v1)
Topic: .NET Framework Interop (CLR, C#, VB)
Replies: 201
Views: 118001

Re: .NET Framework Interop (CLR, C#, VB)

Haven't found this until today, so give me a break.

So, if I do some little magic with this and some DllCalls here and there, could it theoretically be possible to create DLL Libraries using AHK? :think:
by Delta Pythagorean
14 Aug 2019, 04:13
Forum: Other Utilities & Resources
Topic: Microsoft Edge Browser Coming To Older Windows & MacOS
Replies: 3
Views: 4402

Re: Microsoft Edge Browser Coming To Older Windows & MacOS

If they were to follow through and finish this, I feel like this could be a possible rival against some popular browsers if they play their cards right. If the speed and resources are marginally better than others, then I'll take it (along with customization and better navigation for plugins and add...
by Delta Pythagorean
07 Aug 2019, 15:56
Forum: Scripts and Functions (v1)
Topic: RoundT() : Remove redundant leading/trailing zeroes from a number
Replies: 16
Views: 5245

Re: Float() : Remove redundant leading/trailing zeroes from a number

Doesn't Round() do the same thing in a way? Or am I mistaken?
by Delta Pythagorean
15 Jul 2019, 16:50
Forum: Scripts and Functions (v1)
Topic: Windows profile deletion tool
Replies: 2
Views: 1404

Re: Windows profile deletion tool

It's pretty well done for being self-taught, I was the same and over time I learned more tricks and ideas along the way.
One suggestion I would make is to have some sort of way of moving any files that might have been in those folders and moving them into a "mass folder" on the main drive.
by Delta Pythagorean
13 Jul 2019, 21:33
Forum: Ask for Help (v1)
Topic: Pulovers macro
Replies: 1
Views: 485

Re: Pulovers macro

This thread should be under Ask for Help
by Delta Pythagorean
27 Jun 2019, 22:42
Forum: Scripts and Functions (v1)
Topic: Examples of Non-Standard GUIs (ActiveX, GDI, etc.)
Replies: 391
Views: 246138

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

It doesn't even look like you made it in AHK!
Holy crap!
by Delta Pythagorean
21 Jun 2019, 04:53
Forum: Wish List
Topic: A_BIF.XXX(): redefine but access built-in functions
Replies: 5
Views: 2114

Re: A_BIF.XXX(): redefine but access built-in functions

Couldn't you just use a super global for this instead?
by Delta Pythagorean
20 Jun 2019, 23:32
Forum: Ask for Help (v1)
Topic: Pin File/Program to AHK Compiled Script on Taskbar
Replies: 0
Views: 422

Pin File/Program to AHK Compiled Script on Taskbar

The title says it all, but I can clarify. I'm wanting to allow adding a program/folder/file to be pinned to an AHK script that's already compiled. Here's an example of what I mean. Sadly I can only do files such as text files and images, but I haven't found a way to do programs/shortcuts or folders....
by Delta Pythagorean
20 Jun 2019, 15:55
Forum: Scripts and Functions (v1)
Topic: MouseGestureL
Replies: 322
Views: 111871

Re: MouseGestureL

The place in which you host the script is a little sketchy, might I recommend something with a language most users on this forum can understand..?
Image
by Delta Pythagorean
20 Jun 2019, 15:51
Forum: Scripts and Functions (v1)
Topic: [Editor/Code Generator] Gdip Bitmap Maker ( v0.1.12 Feb 8th, 2024 )
Replies: 68
Views: 28065

Re: [Editor] Gdip Bitmap Maker

The recorder is probably the most reliable recorder I've seen. Most other recorders just kind of slow my computer down as you have said above, but most of the time they don't even capture. I have a feeling it's because I use an old windows 8.1 computer with a i3 intel processor (I think, I'd have to...
by Delta Pythagorean
19 Jun 2019, 01:58
Forum: Scripts and Functions (v1)
Topic: [Editor/Code Generator] Gdip Bitmap Maker ( v0.1.12 Feb 8th, 2024 )
Replies: 68
Views: 28065

Re: [Editor] Gdip Bitmap Maker

@Hellbent
If it's not a bother, could you provide a copy of that recording script you used?
by Delta Pythagorean
04 Jun 2019, 12:12
Forum: Scripts and Functions (v1)
Topic: Upcoming Ahk2Exe Changes (2024)
Replies: 626
Views: 183576

Re: Upcoming Ahk2Exe Changes (2019)

Oh! I've been waiting for this kind of thing for a while now!
So, does this require the script to be compiled via command line? Or can the executables work through the compiler nonetheless?
by Delta Pythagorean
29 May 2019, 20:57
Forum: Ask for Help (v1)
Topic: Breaking a loop... in the wrong place?
Replies: 2
Views: 829

Re: Breaking a loop... in the wrong place?

The break command is not necessary for Loops, it's only if you want to break said loop and continue on with your code as shown here: Loop, 10 { X := SomeCodePassedToX() If (X == 10) Break ; Breaks the loop and continues on after the loop if X is 10 Else Continue ; Otherwise, continue until it does }...
by Delta Pythagorean
29 May 2019, 01:13
Forum: Scripts and Functions (v1)
Topic: Include images/files in Uncompiled Scripts
Replies: 5
Views: 1923

Re: Include images/files in Uncompiled Scripts

Just for a bit of clarification on my end, what use does this have versus FileInstall?
by Delta Pythagorean
29 Apr 2019, 15:06
Forum: Scripts and Functions (v1)
Topic: Mac-Like Hot Corners For Windows 10 To Change Volume And Brightness
Replies: 4
Views: 2087

Re: Mac-Like Hot Corners For Windows 10 To Change Volume And Brightness

Explaining to someone that you will need to install something else is not a good habit. Yes a hand full of other programs do it but most of those habits have died out and they just made it to download the needed files for usage. As for the screen size, saying that the user would need to adjust their...
by Delta Pythagorean
26 Apr 2019, 13:45
Forum: Scripts and Functions (v1)
Topic: Mac-Like Hot Corners For Windows 10 To Change Volume And Brightness
Replies: 4
Views: 2087

Re: Mac-Like Hot Corners For Windows 10 To Change Volume And Brightness

Ok, one very big tip I can give you for scripting, is expect the user to NOT have certain things on their computer. For example: In your script, you have the max screen size be around 1915, a lot of users do not have that size of a monitor. You also have it where nircmd.exe is in your A drive, not e...
by Delta Pythagorean
28 Mar 2019, 03:17
Forum: Scripts and Functions (v1)
Topic: [Editor/Code Generator] Gdip Bitmap Maker ( v0.1.12 Feb 8th, 2024 )
Replies: 68
Views: 28065

Re: [Editor] Gdip Bitmap Maker

Any chance you could add the ability do add images?
by Delta Pythagorean
27 Mar 2019, 02:01
Forum: Scripts and Functions (v1)
Topic: Up arrow bracket for devs
Replies: 3
Views: 1397

Re: Up arrow bracket for devs

Shift and 6 pastes the carret character. There's no need for this.
by Delta Pythagorean
11 Feb 2019, 07:47
Forum: Scripts and Functions (v2)
Topic: [AHK v2] Compare Texts and Highlight Differences
Replies: 8
Views: 3791

Re: [AHK v2] Compare Texts and Highlight Differences

Oh wow!

This is quite useful, especially for version comparison!
Thank you very much!
by Delta Pythagorean
02 Feb 2019, 17:51
Forum: Ask for Help (v1)
Topic: OnExit Func Inside a Class Topic is solved
Replies: 1
Views: 499

Re: OnExit Func Inside a Class Topic is solved

Nevermind, I need to read the Docs more often.
AHK Docs wrote:

Code: Select all

; Register an object to be called on exit:
OnExit(ObjBindMethod(MyObject, "Exiting"))

class MyObject
{
	Exiting()
	{
		MsgBox, MyObject is cleaning up prior to exiting...
		/*
		this.SayGoodbye()
		this.CloseNetworkConnections()
		*/
	}
}

Go to advanced search