spachtler 0 Posted February 8, 2005 hello, i created a small programm with a bmp in the background. if i know, i could only compile filses, wich are used in the fileinstall function. so i do a trick, if i want to display a special bmp in my gui: i first install it to a temp-folder and put the path into the GuiCtrlCreatePic function. my question: is it possible to do this on another way? so that i dont have to do the fileinstall first for displaying a bmp in my gui? thx, spachtler Share this post Link to post Share on other sites
SlimShady 1 Posted February 8, 2005 Use FileInstall. Check the help file for more info. Share this post Link to post Share on other sites
Jon 1,009 Posted February 8, 2005 You'll have to use FileInstall I'm afraid. One thing on my list of things to do is a neater way of generating temporary filenames which will make it a little easier at least. Deployment Blog: https://www.autoitconsulting.com/site/blog/ SCCM SDK Programming: https://www.autoitconsulting.com/site/sccm-sdk/ Share this post Link to post Share on other sites
Jos 2,167 Posted February 8, 2005 One thing on my list of things to do is a neater way of generating temporary filenames which will make it a little easier at least.<{POST_SNAPBACK}>Generate a name for a temporary file. The file is guaranteed not to already exist in the user's %TEMP% directory.#include <File.au3> _TempFile() SciTE4AutoIt3 Full installer Download page - Beta files Read before posting How to post scriptsource Forum etiquette Forum Rules Live for the present, Dream of the future, Learn from the past. Share this post Link to post Share on other sites