Search found 63 matches
- 15 Jul 2024, 23:39
- Forum: Scripts and Functions (v1)
- Topic: [Editor/Code Generator] Gdip Bitmap Maker ( v0.1.12 Feb 8th, 2024 )
- Replies: 72
- Views: 32851
Re: [Editor/Code Generator] Gdip Bitmap Maker ( v0.1.12 Feb 8th, 2024 )
This is an example of what the editor spits out, it is intended to be used with my new layered window class PopUpWindow v3. Like I said though, I haven't done any of the actual bitmap maker stuff because I already have something that does the trick 99 times out of 100. At this point I'm not sure if...
- 12 Jul 2024, 20:13
- Forum: Scripts and Functions (v1)
- Topic: [Editor/Code Generator] Gdip Bitmap Maker ( v0.1.12 Feb 8th, 2024 )
- Replies: 72
- Views: 32851
Re: [Editor/Code Generator] Gdip Bitmap Maker ( v0.1.12 Feb 8th, 2024 )
Hellbent Thanks for the Update and additional Functions. :bravo: :bravo: :bravo: I noticed that it gets slower in updating\Draw the Bitmap when using the Key Shift+ when changing the height\width or positioning the shapes. Happens randomly specially after 10 or more shapes. Sometimes it needed to P...
- 27 Dec 2023, 02:47
- Forum: Ask for Help (v1)
- Topic: Crop bitmap and export as Base64 string? ( Create Icons ) Topic is solved
- Replies: 27
- Views: 6899
Re: Crop bitmap and export as Base64 string? ( Create Icons ) Topic is solved
@Hellbent Is there any way that i can convert the Bs64 code and save it to an actual ico File format?
- 04 Sep 2023, 08:20
- Forum: Ask for Help (v1)
- Topic: how to get diskdrive serial Topic is solved
- Replies: 9
- Views: 1592
Re: how to get diskdrive serial Topic is solved
@jNizM thank a lot this is what im looking for,
- 24 Aug 2023, 07:10
- Forum: Ask for Help (v1)
- Topic: how to get diskdrive serial Topic is solved
- Replies: 9
- Views: 1592
Re: how to get diskdrive serial Topic is solved
@mikeyww, the OP is looking for the serial number assigned to the physical drive by the manufacturer. This can be viewed in utilities such as HWiNFO. The serial number that AHK returns is a logical volume serial created (randomly, I assume) whenever a volume is formatted. If you have multiple volum...
- 22 Aug 2023, 08:54
- Forum: Ask for Help (v1)
- Topic: how to get diskdrive serial Topic is solved
- Replies: 9
- Views: 1592
Re: how to get diskdrive serial Topic is solved
Sorry I should've been specific to my post,mikeyww wrote: ↑20 Aug 2023, 14:03Code: Select all
#Requires AutoHotkey v1.1.33 DriveGet sn, Serial, % drive := SubStr(A_ScriptDir, 1, 2) MsgBox 64, Serial number, % drive "`n`n" sn
I want to get the serial number of the Hardisk (Hardware) Im using not the volume serial (Drive or partition)
- 20 Aug 2023, 09:37
- Forum: Ask for Help (v1)
- Topic: how to get diskdrive serial Topic is solved
- Replies: 9
- Views: 1592
how to get diskdrive serial Topic is solved
I found this function and used to retrieve Serial numbers of diskdrive But i want to get Only the drive where the script is running. Is there any way I can get the return value using drive letter? Note: This Function Returns the Hardware Serial not The Volume Serial Get_Hardware_Disk_Serial(){ objWM...
- 20 Jun 2023, 02:20
- Forum: Ask for Help (v1)
- Topic: Question! Change Icon of compiled exe
- Replies: 2
- Views: 341
Re: Question! Change Icon of compiled exe
One popular method to change the icons of .exe files is to use Resource Hacker. http://www.angusj.com/resourcehacker/ If you are changing the icon of an AutoHotkey script that has been compiled and have the original script, you can use Ahk2Exe https://github.com/AutoHotkey/Ahk2Exe to recompile with...
- 19 Jun 2023, 08:31
- Forum: Ask for Help (v1)
- Topic: Question! Change Icon of compiled exe
- Replies: 2
- Views: 341
Question! Change Icon of compiled exe
Is there any way to change the icon of an already compiled exe?
I need to be able to change the icon of the compiled exe randomly.
I need to be able to change the icon of the compiled exe randomly.
- 25 Apr 2023, 17:53
- Forum: Scripts and Functions (v1)
- Topic: [Class] CustomFont - Load font from file or resource, without needed install to system.
- Replies: 46
- Views: 19602
Re: [Class] CustomFont - Load font from file or resource, without needed install to system.
Thanks, This will really help me alot.TAC109 wrote: ↑25 Apr 2023, 04:59@vanheartnet098
I’m only addressing your compiler question in your last post - with recent versions of AutoHotkey 1.1 there are ways of hiding the script within the compiled .exe, such as with ScriptGuard.
Cheers
- 24 Apr 2023, 22:51
- Forum: Scripts and Functions (v1)
- Topic: [Class] CustomFont - Load font from file or resource, without needed install to system.
- Replies: 46
- Views: 19602
Re: [Class] CustomFont - Load font from file or resource, without needed install to system.
Never use ANSI, unless you know exactly what it means. And I suggest using the Unicode 64 bits edition. Good luck with your stuff! Best regards, Marius. I use ansi, because i had this experience when installed unicode 32 and 64, when i compiled my ahk to exe, found out this decompiler stuff on yout...
- 24 Apr 2023, 09:14
- Forum: Scripts and Functions (v1)
- Topic: [Class] CustomFont - Load font from file or resource, without needed install to system.
- Replies: 46
- Views: 19602
Re: [Class] CustomFont - Load font from file or resource, without needed install to system.
Please be more specific. In my edition of GDIp, the text is blurry? Please provide an example, test case. To use a brush object, use the dedicated parameter named "user brush" of the function you mentioned. Best regards, Marius. I think it has something to do with the unicode and ansi. Your Gdip ed...
- 22 Apr 2023, 09:56
- Forum: Scripts and Functions (v1)
- Topic: [Class] CustomFont - Load font from file or resource, without needed install to system.
- Replies: 46
- Views: 19602
Re: [Class] CustomFont - Load font from file or resource, without needed install to system.
It should be compatible with 32 bits Unicode..... , not ANSI. Thanks that solves the problem :D :D :D One thing I notice using your Gdip and the reason why my text becomes blurry (correction to what i said earlier not the whole bitmap is blurry) only the text created from gdip becomes blurry and i ...
- 22 Apr 2023, 04:21
- Forum: Scripts and Functions (v1)
- Topic: [Class] CustomFont - Load font from file or resource, without needed install to system.
- Replies: 46
- Views: 19602
Re: [Class] CustomFont - Load font from file or resource, without needed install to system.
Does that mean your lib is not 32bit compatible?
- 21 Apr 2023, 17:46
- Forum: Scripts and Functions (v1)
- Topic: [Class] CustomFont - Load font from file or resource, without needed install to system.
- Replies: 46
- Views: 19602
Re: [Class] CustomFont - Load font from file or resource, without needed install to system.
Im using ahk 32bit ANSI maybe thats the problem.
And the library i downloaded on your github has your name on it on folder ahk v.1.1 name GDip_All.ahk. Im sure its the correct library besides the script wont run on the original gdip lib.
And the library i downloaded on your github has your name on it on folder ahk v.1.1 name GDip_All.ahk. Im sure its the correct library besides the script wont run on the original gdip lib.
- 21 Apr 2023, 09:59
- Forum: Scripts and Functions (v1)
- Topic: [Class] CustomFont - Load font from file or resource, without needed install to system.
- Replies: 46
- Views: 19602
Re: [Class] CustomFont - Load font from file or resource, without needed install to system.
Maybe it's an unsupported font. Or... maybe app data folder is inaccessible. Try to move the file in c:/temp/ Or... Try other fonts. GDIp is limited on what fonts it can handle. Best regards, Marius. App data is accessible and i already tried moving the fontfile on the scriptfolder. Can you attach ...
- 21 Apr 2023, 08:53
- Forum: Scripts and Functions (v1)
- Topic: [Class] CustomFont - Load font from file or resource, without needed install to system.
- Replies: 46
- Views: 19602
Re: [Class] CustomFont - Load font from file or resource, without needed install to system.
Lol, @vanheartnet098 . You are using it wrong. That is just an Example i copied from this thread. That is how you use it. To run it, download latest GDI+ lib from Github. Version 1.95. Released today. Oh, and point FontName to an existing file on your PC. Best regards, Marius. This is the same samp...
- 21 Apr 2023, 00:19
- Forum: Scripts and Functions (v1)
- Topic: [Class] CustomFont - Load font from file or resource, without needed install to system.
- Replies: 46
- Views: 19602
Re: [Class] CustomFont - Load font from file or resource, without needed install to system.
@tmplinshi @robodesign do you know how to make it work on gdip bitmaps? I cant make it work in my bitmaps. Its only working on Default Gui controls but not on bitmaps. If you use my GDI+ library [found in my footer], you can load a font to use it to draw texts in bitmaps, without preinstalling it o...
- 19 Apr 2023, 20:31
- Forum: Scripts and Functions (v1)
- Topic: [Class] CustomFont - Load font from file or resource, without needed install to system.
- Replies: 46
- Views: 19602
Re: [Class] CustomFont - Load font from file or resource, without needed install to system.
@tmplinshi
@robodesign
do you know how to make it work on gdip bitmaps? I cant make it work in my bitmaps. Its only working on Default Gui controls but not on bitmaps.
@robodesign
do you know how to make it work on gdip bitmaps? I cant make it work in my bitmaps. Its only working on Default Gui controls but not on bitmaps.
- 14 Apr 2023, 21:25
- Forum: Scripts and Functions (v1)
- Topic: Examples of Non-Standard GUIs (ActiveX, GDI, etc.)
- Replies: 391
- Views: 260439
Re: Examples of Non-Standard GUIs (ActiveX, GDI, etc.)
I love seeing these kind of work using gdi it makes more appealing than the default controls.
@Hellbent do you know how to customize fonts in gdip without installing the fonts? Like the custom_font lib but i cant make it work in my bitmap. Only works in default guis.
-thanks in advance
@Hellbent do you know how to customize fonts in gdip without installing the fonts? Like the custom_font lib but i cant make it work in my bitmap. Only works in default guis.
-thanks in advance