microbious Posted June 8, 2009 Posted June 8, 2009 I have this added #AutoIt3Wrapper_Res_File_Add=ut3_banner.jpg but GUICtrlCreatePic ("ut3_banner.jpg",0,0,450,128); banner is not showing up unless ut3_banner.jpg exist. Once deleted, ut3_banner.jpg is not on GUI I dont know what to do. Thanks for help
DCCD Posted June 8, 2009 Posted June 8, 2009 need a UDFunction "Resources.AU3" NB: what about FileInstall() [u][font=Arial Black]M[/font]y Blog, AVSS Parts[/u][font=Arial Black]Else[/font][font=Arial Black]L[/font]ibya Linux Users Group
microbious Posted June 8, 2009 Author Posted June 8, 2009 (edited) i cant find anything that would explain use of UDFunction and Resources.AU3 FileInstall() does the job but it needs to output included file somewhere so i guess TEMP folder would work but FileInstall ("ut3_banner.jpg",@TempDir) is not working and if i do that, image is not included unless i replace @TempDir with "" exctract to same dir. Edited June 8, 2009 by lessstoopid
KaFu Posted June 8, 2009 Posted June 8, 2009 FileInstall("ut3_banner.jpg",@TempDir & "\ut3_banner.jpg") 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)
microbious Posted June 8, 2009 Author Posted June 8, 2009 (edited) Thanks. Edited June 8, 2009 by lessstoopid
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