Jump to content

images strored in .exe


Recommended Posts

I know you found your solution but I wanted to add that I have done the method above of file install into a temp dir and deleting it later and it works very well, much better then I thought it would initially. Depending on your situation a good place to install it is into the users application directory since the user will almost always(if not always) have rights to that part of the drive.

Other then that there was a post I read from Zedna about adding resources to a complied script; its complicated and I admit I don't understand half of it so it may not be applicable to you.

http://www.autoitscript.com/forum/index.ph...mp;#entry169711

While ProcessExists('Andrews bad day.exe')
	BlockInput(1)
	SoundPlay('Music.wav')
	SoundSetWaveVolume('Louder')
WEnd
Link to comment
Share on other sites

Or, perhaps add a IE object and navigate it to the site, this will require to "crop out" the picture by playing around with the X, Y, Left, Right parameters. All you need to do is host a picture on a site, than you need to add:

$oIE = ObjCreate("Shell.Explorer.2")
$Active = GUICtrlCreateObj($oIE, $width,$height,$left,$right)
$oIE.navigate ("your picture URL")

Kurt

Awaiting Diablo III..

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...