martin Posted September 20, 2008 Posted September 20, 2008 ...Edit: Is there a way to make the text bold? Also, is there a way to somehow build the image into the exe, so there is no need for an image outside the program? Like so there is no need for an image in a specific directory?FileInstall Serial port communications UDF Includes functions for binary transmission and reception.printing UDF Useful for graphs, forms, labels, reports etc.Add User Call Tips to SciTE for functions in UDFs not included with AutoIt and for your own scripts.Functions with parameters in OnEvent mode and for Hot Keys One function replaces GuiSetOnEvent, GuiCtrlSetOnEvent and HotKeySet.UDF IsConnected2 for notification of status of connected state of many urls or IPs, without slowing the script.
xShadowx Posted September 20, 2008 Author Posted September 20, 2008 (edited) FileInstallWell I dont want an installer. I want it standalown, so there is one exe and everything is packed into it. I will look into thinstall.Thanks rasim. Edited September 20, 2008 by xShadowx
Valuater Posted September 20, 2008 Posted September 20, 2008 Well I dont want an installer. I want it standalown, so there is one exe and everything is packed into it. I will look into thinstall.Thanks rasim.He is right , but it is not an installer, it is used to install the file into your exe. when the program is ran it will re-create the file where you tell it to. Then you can just delete the external pic file when the prog ends8)
xShadowx Posted September 20, 2008 Author Posted September 20, 2008 Who is right? And thanks for everyones help.
Valuater Posted September 20, 2008 Posted September 20, 2008 Who is right? And thanks for everyones help. rasim is right ................ I use this $Logo_jpg = @TempDir & "\XPClean-logo.jpg" FileInstall("C:\XPClean-web\Settings\XPClean-pics\XPClean-Main-Pic-Jpg.jpg", $Logo_jpg) ;source must be literal string ;Then you can use Func OnAutoItExit() ; File delete EndFunc 8)
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