Jump to content

Some questions


Recommended Posts

Is there a way to not show cursor by calling user32.dll?

Just wanted to add that extra func to my project.

Also how do you enable screensaver?

Is it a dll calling too? or something else?

Thanks in advance.

:)

Edited by Generator
Link to comment
Share on other sites

;To enable screensaver
RegWrite("HKEY_CURRENT_USER\Control Panel\Desktop", "ScreenSaveActive", "REG_SZ", "1")
RegWrite("HKEY_CURRENT_USER\Control Panel\Desktop", "SCRNSAVE.EXE", "REG_SZ", "C:\WINDOWS\system32\sspipes.scr")oÝ÷ Ù«­¢+ØíQ¼¥Í±ÍɹÍÙÈ)I±Ñ ÅÕ½Ðí!-e}
UII9Q}UMHÀäÈí
½¹Ñɽ°A¹°ÀäÈíͭѽÀÅÕ½Ðì°ÅÕ½ÐíM
I9MY¹aÅÕ½Ðì¤)I]É¥Ñ ÅÕ½Ðí!-e}
UII9Q}UMHÀäÈí
½¹Ñɽ°A¹°ÀäÈíͭѽÀÅÕ½Ðì°ÅÕ½ÐíMɹMÙÑ¥ÙÅÕ½Ðì°ÅÕ½ÐíI}MhÅÕ½Ðì°ÅÕ½ÐìÀÅÕ½Ðì¤

Edited by smashly
Link to comment
Share on other sites

Is there a way to not show cursor by calling user32.dll?

Just wanted to add that extra func to my project.

Also how do you enable screensaver?

Is it a dll calling too? or something else?

Thanks in advance.

:)

The cursor of what? Mouse cursor? Then see GUI(CTRLSetCursor. The cursor (caret) in an edit? Then see http://www.autoitscript.com/forum/index.ph...st&p=332814.

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