... record in CRM, the pipeline is automatically pre-selected based on the user.
How?
So there's a bit of a pre-amble for setting up the fields, we'll then use a client script to automatically read the ...
Applies To:
Microsoft Windows 7 Professional v6.1.7601 32-bit
AutoHotkey v1.1.33.02
What?
This is a copied article just to store a permanent reference for if I ever need to build an app similar ...
Applies to:
Microsoft Windows 7 Professional - Service Pack 1
AutoHotkey v1.1.33.02
What?
So this is the documentation for a snippet of code that will list files of a directory using an AutoHotkey ...
Applies To:
MS Windows 10 Pro v10.0.18362 Build 18362 (64-bit)
Google Chrome Browser v79.0.3945.88 (Official Build) (64-bit)
AutoHotkey v1.1.30.01
What?
This is an article to create a standalone ...
Applies to:
Microsoft Windows 10
AutoHotkey 1.1.30
What?
Yay for Microsoft Windows 10 in joining the rest of the Operating Systems in implementing multiple desktops. So if you have a Mac or Linux ...
... write an AutoHotkey program to simply return the folders in the drive and display the size of all the files/folders contained within.
How?
So I'll be putting this program for download from the download ...
What?
So this is an article to list methods of retrieving the number of files in a folder/directory.
Why?
Why can't we just use a loop and file pattern native to the Autohotkey programming language:
UserFolder:="C:"
-- ...
Well yes you could just use the Unicode version of Autohotkey. If you're looking for some up and down arrows which is all I wanted, then you don't have to use Unicode and you can use the Chr() function: ...
Ok so there are more fun things to do out there. If you're the type of AutoHotkey programmer that doesn't like having to use the command prompt to write to an extra text file which your program has to read, ...
As you can tell these are my messed up functions that convert dates into seconds and vice-versa. They're a little disorganised but they're the ones I copy and paste to my scripts then modify.
In ...
... break
}
}
Return Result
}
Use as per usual:
ValueWithCommas:=FormatAddCommas(NumberWithoutCommas)
One taken from the AutoHotkey forums:
AddCommas(val)
{
...
... Destroy
ExitApp
Now this results in a tiny GUI that displays the link in black and works (somewhat). If you copy the above code into an AutoHotkey file, you'll find this is remarkably temperamental. ...
Just a quick note for the moment on how to use ternary operators in AutoHotkey. A ternary operator for those who are unfamiliar with this is an "If...Then...Else..." statement written in ...
In this case, I want to display the current month with today highlighted. As I was trying to get my head round writing this in a program using the qHTM.dll (to include HTML in an autohotkey GUI), the ...
Couldn't find this anywhere on the net and kinda needed it so am making a note of how to do it here.
The issue is that I wanted to make my autohotkey program change the image that the mouse hovers over ...
... void automation.fn_Quotes_OnEdit(int p_QuoteID)
Label: Fn - Quotes - On Edit
Trigger: Used in a workflow when a quote is modified
Purpose: Actions when a quote is modified
Inputs: ...
... to the end user, and when they finish signing it, it attaches automatically back on to the record?... It is possible. The article below documents it but as this is a fair bit of coding, you may want ...
... RM Accounts":
Click on the 3rd tab "Settings" and the preview should automatically display the image alongside the data. I'm going to the sub tab "Values" and change the displayed label to a const ...
We use cookies to improve your experience on our website. By browsing this website, you agree to our use of cookies. Read more about our Privacy Policy.