yousefsamy Posted June 26, 2014 Posted June 26, 2014 when i write the code like this : fileinstall(@desktopDir & "test.jpg",@scriptDir & "test.jpg") <=== say error with fileinstall function... ------- ------ ----- but when write it like this : fileinstall("test.jpg",@scriptDir & "test.jpg") <=== here it's working what is the reason !!
BrewManNH Posted June 26, 2014 Posted June 26, 2014 Read the help file, it's explained very well in there. If I posted any code, assume that code was written using the latest release version unless stated otherwise. Also, if it doesn't work on XP I can't help with that because I don't have access to XP, and I'm not going to.Give a programmer the correct code and he can do his work for a day. Teach a programmer to debug and he can do his work for a lifetime - by Chirag GudeHow to ask questions the smart way! I hereby grant any person the right to use any code I post, that I am the original author of, on the autoitscript.com forums, unless I've specifically stated otherwise in the code or the thread post. If you do use my code all I ask, as a courtesy, is to make note of where you got it from. Back up and restore Windows user files _Array.au3 - Modified array functions that include support for 2D arrays. - ColorChooser - An add-on for SciTE that pops up a color dialog so you can select and paste a color code into a script. - Customizable Splashscreen GUI w/Progress Bar - Create a custom "splash screen" GUI with a progress bar and custom label. - _FileGetProperty - Retrieve the properties of a file - SciTE Toolbar - A toolbar demo for use with the SciTE editor - GUIRegisterMsg demo - Demo script to show how to use the Windows messages to interact with controls and your GUI. - Latin Square password generator
yousefsamy Posted June 26, 2014 Author Posted June 26, 2014 really i read this stupid help file which contain hard examples for beginners why i have found no easy examples there ?? and after i searched about that i posted this ok
jdelaney Posted June 26, 2014 Posted June 26, 2014 (edited) Re-read the 'source' param constraints...it's within the first 4 lines...it's even bold : FileInstall Edited June 26, 2014 by jdelaney IEbyXPATH-Grab IE DOM objects by XPATH IEscriptRecord-Makings of an IE script recorder ExcelFromXML-Create Excel docs without excel installed GetAllWindowControls-Output all control data on a given window.
yousefsamy Posted June 26, 2014 Author Posted June 26, 2014 my question is sooooooooooooo easy why in the first time say error and second working ,, i need the reason i learnt how to use it
jdelaney Posted June 26, 2014 Posted June 26, 2014 (edited) Wow...just wow...paste in the helpfile file data. I want you to prove you've at least read it. *hint...one of your lines is relative, and the other includes a variable. Edited June 26, 2014 by jdelaney IEbyXPATH-Grab IE DOM objects by XPATH IEscriptRecord-Makings of an IE script recorder ExcelFromXML-Create Excel docs without excel installed GetAllWindowControls-Output all control data on a given window.
yousefsamy Posted June 26, 2014 Author Posted June 26, 2014 ok i will paste the source here for u my Dear Local $bFileInstall = False ; Change to True and ammend the file paths accordingly. ; This will install the file C:\Test.bmp to the script location. If $bFileInstall Then FileInstall("C:\Test.bmp", @ScriptDir & "\Test.bmp")
jdelaney Posted June 26, 2014 Posted June 26, 2014 That's the example, I want you to read the other parts. IEbyXPATH-Grab IE DOM objects by XPATH IEscriptRecord-Makings of an IE script recorder ExcelFromXML-Create Excel docs without excel installed GetAllWindowControls-Output all control data on a given window.
yousefsamy Posted June 26, 2014 Author Posted June 26, 2014 ok i read it excellent but i am that person who hate reading and i have another question .. i want a simple code to change button styles !! all i found is a tall example only for style not with any work :/
jdelaney Posted June 26, 2014 Posted June 26, 2014 Check out the help file...or don't: GUICtrlCreateButton _GUICtrlButton_Create _GUICtrlButton_SetStyle IEbyXPATH-Grab IE DOM objects by XPATH IEscriptRecord-Makings of an IE script recorder ExcelFromXML-Create Excel docs without excel installed GetAllWindowControls-Output all control data on a given window.
yousefsamy Posted June 27, 2014 Author Posted June 27, 2014 i mean change the view of button make it like vista or a circle
Moderators JLogan3o13 Posted June 27, 2014 Moderators Posted June 27, 2014 ok i read it excellent but i am that person who hate reading And you wonder why you get no help. Once again, you are fully admitting you're too lazy to learn. You are quickly becoming a nuisance. "Profanity is the last vestige of the feeble mind. For the man who cannot express himself forcibly through intellect must do so through shock and awe" - Spencer W. Kimball How to get your question answered on this forum!
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