Search found 113 matches

by elmo
15 Jun 2022, 15:39
Forum: Ask for Help (v1)
Topic: Base64 'URL' Encoding with libcrypt.ahk
Replies: 4
Views: 711

Re: Base64 'URL' Encoding with libcrypt.ahk

Hello @Emile HasKey,

This makes perfect sense. Thank you for the expansion.
by elmo
14 Jun 2022, 14:19
Forum: Ask for Help (v1)
Topic: Base64 'URL' Encoding with libcrypt.ahk
Replies: 4
Views: 711

Re: Base64 'URL' Encoding with libcrypt.ahk

hello teadrinker,

wow. this is magnificent AND you combined them. thank you so much for your help.

elmo
by elmo
13 Jun 2022, 16:50
Forum: Ask for Help (v1)
Topic: Base64 'URL' Encoding with libcrypt.ahk
Replies: 4
Views: 711

Base64 'URL' Encoding with libcrypt.ahk

Hello,

A provider is specifying Base64 'URL' Encoding be used.

In libcrypt.ahk there are two functions which appear unrelated:
1 - LC_UrlEncode
2 - LC_Base64_Encode

Are these be used together, say #1 then #2; or is there some other method altogether?

Thank you.
by elmo
17 Aug 2021, 13:29
Forum: Scripts and Functions (v1)
Topic: CNG (Cryptography API: Next Generation)
Replies: 101
Views: 64379

CNG Encrypt/Decrypt an Object

Hello jNizM , First, thank you for this most excellent library. In the [Encrypting Data with CNG] section of your original post you noted: Possible Inputs / Outputs * Base64 * Hex / Hexraw * Binary Does this mean that an AutoHotkey Object could be encrypted/decrypted ? I tried the test below and won...
by elmo
09 Jul 2021, 17:07
Forum: Scripts and Functions (v1)
Topic: ZipFile [AHK v1.1 and AHK v2.0]
Replies: 32
Views: 16639

Re: ZipFile [AHK v1.1 and AHK v2.0]

@joedf

Thank you for the timely response. No luck ignoring the empty folder, however it was also hidden so removing |0x00080 from the filter worked:

Code: Select all

items.Filter(0x00020|0x00040, fspec)
Can I ask if this is still your go to zip solution, or have you found an alternative ?
by elmo
09 Jul 2021, 15:03
Forum: Scripts and Functions (v1)
Topic: ZipFile [AHK v1.1 and AHK v2.0]
Replies: 32
Views: 16639

Re: ZipFile [AHK v1.1 and AHK v2.0]

Started using this in one of my recent projects, works flawlessly! Hello joedf, This looks quite promising and it appears you may have the most recent experience. Some questions Sir if you have a moment. First, I liked your idea of 256|16 versus to 4|16; or optionally some others to make it quieter...
by elmo
21 Jan 2021, 11:21
Forum: Ask for Help (v1)
Topic: Which Group Policy setting, if any, controls RunWait
Replies: 5
Views: 372

Re: Which Group Policy setting, if any, controls RunWait

@mikeyww

You are precisely correct :-)

You are admin. I am admin. My customer's agents are not.

I 'assume' their Group Policy denies exe-A calling exe-B; hoping to find where to make exceptions or grant rights for same.
by elmo
21 Jan 2021, 10:53
Forum: Ask for Help (v1)
Topic: Which Group Policy setting, if any, controls RunWait
Replies: 5
Views: 372

Re: Which Group Policy setting, if any, controls RunWait

Hello @mikeyww

So appreciate the timely response.

In my example, run.exe is the compiled AHK script.

The compiled AHK script can not 'RunWait' what a cmd can in the same directory for same user.

I was 'guessing; that exe-A calling exe-B directly is blocked by Group Policy.

Thoughts?
by elmo
21 Jan 2021, 10:29
Forum: Ask for Help (v1)
Topic: Which Group Policy setting, if any, controls RunWait
Replies: 5
Views: 372

Which Group Policy setting, if any, controls RunWait

Greetings all, On a customer's system: - "External-Program.exe source.doc target.doc" WILL run from a batch/cmd file like "run.cmd", - but " RunWait External-Program.exe source.doc target.doc" will NOT run from an executable like "run.exe" . Is this a Group Policy issue ? If yes, may I trouble for w...
by elmo
07 Nov 2020, 17:16
Forum: Ask for Help (v1)
Topic: Is it possible to show/hide the checkbox control in each listview row
Replies: 4
Views: 346

Re: Is it possible to show/hide the checkbox control in each listview row

Greetings mikeyww , Thank you for the timely response. I tried that code block from VXE as you suggested and no apparent action is take on the row UNTIL the row (not the checkbox) is clicked; at which point it dissapears, unless clicked again, when it returns permanently. That part is less than idea...
by elmo
07 Nov 2020, 15:23
Forum: Ask for Help (v1)
Topic: Is it possible to show/hide the checkbox control in each listview row
Replies: 4
Views: 346

Is it possible to show/hide the checkbox control in each listview row

Hello,

Is this possible with the Listview ? (I used a graphics editor to hide the CheckBoxes for this example)

x-show-hide-checkbox-example.png
x-show-hide-checkbox-example.png (8.14 KiB) Viewed 346 times

Thank you.
by elmo
24 Aug 2020, 14:22
Forum: Ask for Help (v1)
Topic: Gui Add Text control not responding to height setting
Replies: 4
Views: 319

Re: Gui Add Text control not responding to height setting

@boiler. This is a most excellent suggestion and I would use it excepting that the border is mandatory to guide selection of the text by mouse. Hmmm. The real challenge is to minimize the top white margin within the box; ideally to a single pixel. I am familiar with 0x200 to set text to the middle v...
by elmo
24 Aug 2020, 13:40
Forum: Ask for Help (v1)
Topic: Gui Add Text control not responding to height setting
Replies: 4
Views: 319

Re: Gui Add Text control not responding to height setting

Yes, precisely that, to shrink the box independently of the contents. Thank you for clarifying. Or perhaps, is it possible to reduce the padding above and below; especially the white space above the text ? The objective is to maximize the amount of information on a particular screen so the 'tighter'...
by elmo
24 Aug 2020, 11:50
Forum: Ask for Help (v1)
Topic: Gui Add Text control not responding to height setting
Replies: 4
Views: 319

Gui Add Text control not responding to height setting

Greetings all, I was hoping to reduce the height of a gui text control; however, it seems not to go below some pre-determined default value. Gui , 1:Add , Text , xm ym h2 Border , Height Test Gui , 1:Show As shown in the example below, the "h2" (height=2 pixels) parameter is completely ignored. x-he...
by elmo
14 Jul 2020, 17:51
Forum: Ask for Help (v1)
Topic: Application Security Testing
Replies: 1
Views: 811

Application Security Testing

Has anyone conducted done security scans on a compiled AHK program? Any suggestions are welcome. Thanks.
by elmo
08 Jun 2020, 20:00
Forum: Ask for Help (v1)
Topic: Mystery window when program starts
Replies: 9
Views: 823

Re: Mystery window when program starts

O H M Y G A W D ! ! !

Thank you so much @lexikos :bravo:

It worked !!! The main window is NOT showing... I think not at all... At least not so far...

Once again, zero chance I would have solved by myself...

Totally appreciated...
by elmo
08 Jun 2020, 17:44
Forum: Ask for Help (v1)
Topic: Mystery window when program starts
Replies: 9
Views: 823

Re: Mystery window when program starts

Hello gregster , Yes, that is the complete code. I can not reproduce on my Windows system either. In this case it is running as a published application on a virtual server so that is causing this anomalous behaviour; as noted, intermittently. Thank you so much for revealing that it is the "script's ...
by elmo
08 Jun 2020, 16:47
Forum: Ask for Help (v1)
Topic: Mystery window when program starts
Replies: 9
Views: 823

Re: Mystery window when program starts

Hello gregster , Thanks for taking a crack at this. My code: #SingleInstance , Force #NoEnv #NoTrayIcon #Persistent DetectHiddenWindows , On Gui , 1:New , , Get Rid Of Extra Window Gui , 1:Margin , 8 , 8 Gui , 1:Add , Text , xm ym w0320 Center , How do I get rid of that other window at startup ? Gui...
by elmo
08 Jun 2020, 15:37
Forum: Ask for Help (v1)
Topic: Mystery window when program starts
Replies: 9
Views: 823

Re: Mystery window when program starts

Xtra lexikos Dear Xtra, So appreciate your response and quite fond of SetTimer... I 'assume' you mean use SetTimer to close the rogue window if it is present... I will try that if necessary... I was hoping to understand WHAT that window was so I could try to search for a pre-emptive resolution... A...

Go to advanced search