Jump to content

Recommended Posts

Posted

DLLCall + SetSysColors

$COLOR_DESKTOP = 1
$color = 0xFF00FF
$ret = DLLCall("user32.dll","int","SetSysColors","int",1,"int_ptr",$COLOR_DESKTOP,"int_ptr",$color)

<{POST_SNAPBACK}>

Very thanks Larry!!!

It could say me if it has another call to change wallpaper of the Windows?

It functions work in all the versions of the Windows?

Where I see all the available calls of user32.dll

Posted

Very thanks Larry!!!

It could say me if it has another call to change wallpaper of the Windows?

It functions work in all the versions of the Windows?

Where I see all the available calls of user32.dll

<{POST_SNAPBACK}>

Dependency Walker (included in Visual Studio too).

This small tool enumerates the functions in the DLL, and also can go to MSDN reference(ENTER or double-click) about a particular function.

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
  • Recently Browsing   0 members

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