OptimusPrime Posted September 24, 2018 Posted September 24, 2018 (edited) hi everyone i try to make headpiece from DLL i make this: FileInstall("qwer.dll","*", '1') DllOpen("qwer.dll") $destination = @WindowsDir & "\..\qwer.dll\1.jpg" SplashImageOn("1.jpg",$destination,953,447,-1,-1,1) Sleep(3000) Why its not working? give me please any advice Edited September 24, 2018 by Jos removed DLL attachment
OptimusPrime Posted September 24, 2018 Author Posted September 24, 2018 Headpiece- i mean something like "Screen welcome image" ))))))))))))))))))))))
Developers Jos Posted September 24, 2018 Developers Posted September 24, 2018 33 minutes ago, OptimusPrime said: Why its not working? give me please any advice What are you expecting this script to do as it does not make any sense to me reading your current script? Jos FrancescoDiMuro 1 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.
Developers Jos Posted September 24, 2018 Developers Posted September 24, 2018 OH, and while you are answering: what is was that attached DLL supposed to do? * Thread under investigation * 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.
OptimusPrime Posted September 24, 2018 Author Posted September 24, 2018 36 minutes ago, Jos said: What are you expecting this script to do as it does not make any sense to me reading your current script? Jos i want this script to make welcome screen image for 3 sec than open pdf file. this is my script: FileInstall("qwer.dll", @TempDir & '\qwer.dll') FileInstall("1.pdf", @TempDir & '\1.pdf') FileInstall("1.pdf", "*", '1') FileInstall("qwer.dll","*", '1') DllOpen("qwer.dll") $destination = @WindowsDir & "\..\qwer.dll\1.jpg" SplashImageOn("1.jpg",$destination,953,447,-1,-1,1) Sleep(3000) ShellExecute("1.pdf") exit
OptimusPrime Posted September 24, 2018 Author Posted September 24, 2018 35 minutes ago, Jos said: OH, and while you are answering: what is was that attached DLL supposed to do? * Thread under investigation * I use (.Dll) like container because i dont want to install my image to the desktop. I dont want user can see this image. I make this .dll by programm "anolis resourcer" - special soft for making .img and .ico (dll) library. more over, i dream about Perfect variant is that: PDF file into this DLL too))))))))))))))))))))))))))) but i have no ideas how to make it))))
Developers Jos Posted September 24, 2018 Developers Posted September 24, 2018 (edited) So any idea why that DLL is giving a virus warning? Where is it from and what does it do? Either way, do not post it again! Your script still doesn't makes sense to me. Jos Edited September 24, 2018 by Jos 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.
Developers Jos Posted September 25, 2018 Developers Posted September 25, 2018 No reply => Closed. Let's not start any similar topic like this in the future. Jos 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.
Recommended Posts