Jump to content

Make headpiece from Dll


Recommended Posts

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 by Jos
removed DLL attachment
Link to comment
Share on other sites

  • Developers
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

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

Link to comment
Share on other sites

  • Developers

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

Link to comment
Share on other sites

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

 

 

 

Link to comment
Share on other sites

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

Link to comment
Share on other sites

  • Developers

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

Link to comment
Share on other sites

  • Developers

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

Link to comment
Share on other sites

  • Jos locked this topic
Guest
This topic is now closed to further replies.
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...