Jump to content

picture in a gui


spachtler
 Share

Recommended Posts

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

  • Administrators

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.

Link to comment
Share on other sites

  • Developers

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()
:lmao:

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

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...