spachtler Posted February 8, 2005 Share 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 Link to comment Share on other sites More sharing options...
SlimShady Posted February 8, 2005 Share Posted February 8, 2005 Use FileInstall. Check the help file for more info. Link to comment Share on other sites More sharing options...
Administrators Jon Posted February 8, 2005 Administrators Share 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/ Link to comment Share on other sites More sharing options...
Developers Jos Posted February 8, 2005 Developers Share 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. Link to comment Share on other sites More sharing options...
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