Slanter Posted December 15, 2008 Posted December 15, 2008 Does anyone know of a way to create a graphic in a gui using an included string of hex? I've searched the forum but haven't found any way that doesn't require a temp file.
KaFu Posted December 15, 2008 Posted December 15, 2008 Maybe http://www.autoitscript.com/forum/index.php?showtopic=51103 ? OS: Win10-22H2 - 64bit - German, AutoIt Version: 3.3.16.1, AutoIt Editor: SciTE, Website: https://funk.eu AMT - Auto-Movie-Thumbnailer (2024-Oct-13) BIC - Batch-Image-Cropper (2023-Apr-01) COP - Color Picker (2009-May-21) DCS - Dynamic Cursor Selector (2024-Oct-13) HMW - Hide my Windows (2024-Oct-19) HRC - HotKey Resolution Changer (2012-May-16) ICU - Icon Configuration Utility (2018-Sep-16) SMF - Search my Files (2025-May-18) - THE file info and duplicates search tool SSD - Set Sound Device (2017-Sep-16)
jvanegmond Posted December 15, 2008 Posted December 15, 2008 I know what it is you're looking for, Slanter. It is like using a MemoryStream to create a Bitmap(Image). AutoIt doesn't support this natively. So the easiest solution to do this is just to create a file in the @TempDir and make your GUI read from that location. I haven't seen anything like this in the many UDFs that have been written, but I haven't seen nearly all of them, so you may have better luck there. github.com/jvanegmond
ProgAndy Posted December 15, 2008 Posted December 15, 2008 I did it some time ago... Had to find it first;)--> http://www.autoitscript.com/forum/index.ph...=image++control *GERMAN* [note: you are not allowed to remove author / modified info from my UDFs]My UDFs:[_SetImageBinaryToCtrl] [_TaskDialog] [AutoItObject] [Animated GIF (GDI+)] [ClipPut for Image] [FreeImage] [GDI32 UDFs] [GDIPlus Progressbar] [Hotkey-Selector] [Multiline Inputbox] [MySQL without ODBC] [RichEdit UDFs] [SpeechAPI Example] [WinHTTP]UDFs included in AutoIt: FTP_Ex (as FTPEx), _WinAPI_SetLayeredWindowAttributes
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now