Jump to content

a little "Dll" help....


Recommended Posts

I found this working example

$dll = DllOpen(@ScriptDir & "\SkinEngine.dll")
DllCall($dll, "int", "InitSkinEngine")

DllCall($dll, "int", "ProvideLicenseKey", "str", "demoonly")
DllCall($dll, "int", "LoadSkinFromFile", "str", @ScriptDir & "\SE-Skins\vista.skin")
DllCall($dll, "int", "ApplySkinEngine")

i have been tring ( for Mucho tiempo )

this same approach here...

$Splash1 = GUICreate()

$dll = DllOpen(@ScriptDir & "\custctl32.dll")
DllCall($dll, "int", "LoadSkin" "str", @ScriptDir & "\Skins\glow\glow.cey", "int")

DllCall($dll, "int", "CustomEyesApp", "str", $Splash1, "int")
DllCall($dll, "int", "CustomEyesIt")

error is..

C:\Documents and Settings\ROBERT M\Desktop\skin\Xprotect-skins.au3(89,38) : ERROR: syntax error

DllCall($dll, "int", "LoadSkin" "str"

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^

dll info...

MinorVersion=0, Name=61102, Base=1, NumberOfFunctions=7, NumberOfNames=7, AddressOfFunctions=61032, AddressOfNames=61060, AddressOfNameOrdinals=61088,

CustomEyesAll (Ordinal: 1, RVA:19472)

CustomEyesApp (Ordinal: 2, RVA:19872)

CustomEyesIt (Ordinal: 3, RVA:18976)

FreeSkin (Ordinal: 4, RVA:7824)

LoadSkin (Ordinal: 5, RVA:8224)

Quit (Ordinal: 6, RVA:19104)

Version (Ordinal: 7, RVA:18944)

just cant seem to get it

thx

8)

Edited by Valuater

NEWHeader1.png

Link to comment
Share on other sites

I found this working example

$dll = DllOpen(@ScriptDir & "\SkinEngine.dll")
DllCall($dll, "int", "InitSkinEngine")

DllCall($dll, "int", "ProvideLicenseKey", "str", "demoonly")
DllCall($dll, "int", "LoadSkinFromFile", "str", @ScriptDir & "\SE-Skins\vista.skin")
DllCall($dll, "int", "ApplySkinEngine")

i have been tring ( for Mucho tiempo )

this same approach here...

$Splash1 = GUICreate()

$dll = DllOpen(@ScriptDir & "\custctl32.dll")
DllCall($dll, "int", "LoadSkin" "str", @ScriptDir & "\Skins\glow\glow.cey", "int")

DllCall($dll, "int", "CustomEyesApp", "str", $Splash1, "int")
DllCall($dll, "int", "CustomEyesIt")

error is..

C:\Documents and Settings\ROBERT M\Desktop\skin\Xprotect-skins.au3(89,38) : ERROR: syntax error

DllCall($dll, "int", "LoadSkin" "str"

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^

dll info...

just cant seem to get it

thx

8)

what are the last "int" for?

DllCall($dll, "int", "LoadSkin" "str", @ScriptDir & "\Skins\glow\glow.cey", "int")

DllCall($dll, "int", "CustomEyesApp", "str", $Splash1, "int")

SciTE for AutoItDirections for Submitting Standard UDFs

 

Don't argue with an idiot; people watching may not be able to tell the difference.

 

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

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