Search found 4 matches

by kellianjaxon
21 Apr 2021, 21:06
Forum: Ask for Help (v1)
Topic: DllCall: Str*
Replies: 2
Views: 573

Re: DllCall: Str*

" It can be used with functions that expect something like "TCHAR **" or "LPTSTR * ". Is the documentation regarding "Str*" still valid or am I missing something obvious? Considering the following example run on AHK_L v1.1 unicode... CLSID := "" varsetcapacity(CLSID, 16, 0) sysmon := "C4D2D8E0-D1DD-...
by kellianjaxon
10 Sep 2018, 01:44
Forum: Ask for Help (v1)
Topic: Variable 'username' auto-defined in scripts
Replies: 2
Views: 601

Re: Variable 'username' auto-defined in new scripts

Yeah and this is why you should use #NoEnv on top of your script. Some background: This is an environment variable that is set for the AutoHotkey process. If you dont use #NoEnv Autohotkey will get the values of these environment variables instead of no value - like you expected. Another example is...
by kellianjaxon
07 Sep 2018, 11:22
Forum: Ask for Help (v1)
Topic: Variable 'username' auto-defined in scripts
Replies: 2
Views: 601

Variable 'username' auto-defined in scripts

Environment: Windows 7 Enterprise AHK 1.1.29.1 Unicode 32-bit Symptom : Execute the command 'msgbox % username' in the first line of a script. Expected behaviour : Display an empty messagebox. Actual behaviour : Display a messagebox as if there was a prior assignment 'username := a_username' in the...
by kellianjaxon
24 Jun 2018, 14:28
Forum: Other Programming Languages
Topic: Robotics Automation / Desktop Automation
Replies: 57
Views: 50015

Re: UiPath - Robotics Automation / Desktop Automation

There are a ton of six figure jobs for Good Automation experts even with no experience with these specific tools. RPA is booming and there is a serious shortfall of people that understand automation. Our company is being crushed by the amount of work we have vs the consultants on staff How has the ...

Go to advanced search