xzibit Posted November 10, 2008 Posted November 10, 2008 Hi there, i'm currently doin a graphical interface / gui which works well... But i would like to hide my graphic Files, that means i would like to move them into the compiled exe like other programs / languages do or if its not possible to have something like 1 zip archive which cant be opened by the user so that the program will only come out as an exe and 1 zip or extension .whatever which can only be read by the program. Thanks for any help / replies. Best Regards
xzibit Posted November 10, 2008 Author Posted November 10, 2008 (edited) Hi there, i'm currently doin a graphical interface / gui which works well...But i would like to hide my graphic Files, that means i would like to move them into the compiled exelike other programs / languages do or if its not possible to have something like 1 zip archive which cant be openedby the user so that the program will only come out as an exe and 1 zip or extension .whatever which can only be read bythe program.Thanks for any help / replies.Best RegardsUPDATE - found something by myself like fileinstall etc. Edited November 10, 2008 by xzibit
Andreik Posted November 10, 2008 Posted November 10, 2008 Or use FileSetAttrib() to set your files as hidden.
martin Posted November 10, 2008 Posted November 10, 2008 UPDATE - found something by myself like fileinstall etc.Have a look at this by Zedna. 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.
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