Search found 14 matches

by Mr MG
25 Aug 2022, 05:41
Forum: Ask for Help (v1)
Topic: Looking for a way to check if a particular port is currently listening Topic is solved
Replies: 3
Views: 550

Re: Looking for a way to check if a particular port is currently listening Topic is solved

May any one please edit this function to return remote port instead of local port. Thanks
by Mr MG
28 Jan 2022, 16:40
Forum: Pulovers Macro Creator
Topic: Add\Write Pure AHK code to PMC Script File
Replies: 4
Views: 1558

Re: Add\Write Pure AHK code to PMC Script File

May I get simple example of that function window, please
by Mr MG
28 Jan 2022, 10:14
Forum: Pulovers Macro Creator
Topic: Add\Write Pure AHK code to PMC Script File
Replies: 4
Views: 1558

Add\Write Pure AHK code to PMC Script File

Hello,

How to add\write pure AHK code to PMC script file like this:

Code: Select all

IfNotExist, %A_ScriptDir%\tools\OSK.exe
    {
    FileCreateDir, %A_ScriptDir%\tools\
    FileInstall, C:\Windows\System32\osk.exe, %A_ScriptDir%\res\tls\OSK\OSK.exe, 1
    }
by Mr MG
09 Dec 2021, 03:11
Forum: Ask for Help (v1)
Topic: Hexadecimal To Base64
Replies: 6
Views: 886

Re: Hexadecimal To Base64

Hello, this should work for you. I have also posted this example snippet on stackoverflow for you. Hope this helps :+1: #Include libcrypt.ahk Hex := "48656c6c6f20576f726c642100" len := LC_Hex2Bin(Bin, Hex) LC_Base64_Encode(base64, Bin, len) MsgBox % base64 or as a single function #Include libcrypt....
by Mr MG
08 Dec 2021, 22:10
Forum: Ask for Help (v1)
Topic: Hexadecimal To Base64
Replies: 6
Views: 886

Re: Hexadecimal To Base64

boiler wrote:
08 Dec 2021, 19:30
Do you actually have a string of data represented as 0-9 and A-F characters? Or do you have a binary file that you are looking at with a viewer that displays it as hex?
Yes, I do have a string data that contains 0-9 and A-F characters.
by Mr MG
08 Dec 2021, 19:10
Forum: Ask for Help (v1)
Topic: Hexadecimal To Base64
Replies: 6
Views: 886

Hexadecimal To Base64

Hello,

I really did search hard almost anywhere to find an example script that can convert hexadecimal to base64 but no point! all of them are going to convert text to base64.

Anyone has a working example, please?
by Mr MG
08 Dec 2021, 19:00
Forum: Ask for Help (v1)
Topic: Looking for QR code Script Generator Topic is solved
Replies: 4
Views: 943

Re: Looking for QR code Script Generator Topic is solved

mikeyww wrote:
07 Dec 2021, 06:00
viewtopic.php?p=432624#p432624

I haven't tried it, don't know if it's offline, but it may be a useful lead. If it's online, you could reply there, and maybe one of those folks will know another source.
Thanks
by Mr MG
08 Dec 2021, 18:58
Forum: Scripts and Functions (v1)
Topic: BARCODER - Create 1D and 2D Barcodes (QRCode , C39,etc)
Replies: 106
Views: 73370

Re: BARCODER - Create 1D and 2D Barcodes (QRCode , C39,etc)

how to fit it to be a perfect size of code itself? Let me start by saying that (1) I do not understand how Gio's code works and (2) I am not an expert in Gdip. Thus, there are surely better ways to do this, but I took an approach such that I do not have to mess with Gio's code or know a whole lot a...
by Mr MG
08 Dec 2021, 00:40
Forum: Scripts and Functions (v1)
Topic: BARCODER - Create 1D and 2D Barcodes (QRCode , C39,etc)
Replies: 106
Views: 73370

Re: BARCODER - Create 1D and 2D Barcodes (QRCode , C39,etc)

One more thing please: since the image output comes with white space, how to fit it to be a perfect size of code itself?
by Mr MG
08 Dec 2021, 00:01
Forum: Scripts and Functions (v1)
Topic: BARCODER - Create 1D and 2D Barcodes (QRCode , C39,etc)
Replies: 106
Views: 73370

Re: BARCODER - Create 1D and 2D Barcodes (QRCode , C39,etc)

I re-download Gdip_All.ahk and worked perfectly. THANK YOU SO MUCH
by Mr MG
07 Dec 2021, 04:50
Forum: Scripts and Functions (v1)
Topic: BARCODER - Create 1D and 2D Barcodes (QRCode , C39,etc)
Replies: 106
Views: 73370

Re: BARCODER - Create 1D and 2D Barcodes (QRCode , C39,etc)

Anyone has the same working script please? See these two recent posts: https://www.autohotkey.com/boards/viewtopic.php?f=76&t=97338&p=432767#p432624 https://www.autohotkey.com/boards/viewtopic.php?f=76&t=97338&p=432767#p432872 Regards, Joe None of them working with me, it says success but did not s...
by Mr MG
07 Dec 2021, 04:22
Forum: Ask for Help (v1)
Topic: Looking for QR code Script Generator Topic is solved
Replies: 4
Views: 943

Looking for QR code Script Generator Topic is solved

I did try most of the published scripts, some of them don't work and other need to be online!

Does anyone please have a working one that can generate QR image offline?
by Mr MG
07 Dec 2021, 04:17
Forum: Scripts and Functions (v1)
Topic: BARCODER - Create 1D and 2D Barcodes (QRCode , C39,etc)
Replies: 106
Views: 73370

Re: BARCODER - Create 1D and 2D Barcodes (QRCode , C39,etc)

Anyone has the same working script please?
this one says "QR Code image successfully created!" but there is nothing.

Go to advanced search