Generator Posted May 1, 2007 Posted May 1, 2007 (edited) 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 May 1, 2007 by Generator
smashly Posted May 1, 2007 Posted May 1, 2007 (edited) ;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 May 1, 2007 by smashly
xcal Posted May 1, 2007 Posted May 1, 2007 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. How To Ask Questions The Smart Way
Generator Posted May 1, 2007 Author Posted May 1, 2007 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.Thanks for your help. But I meant getting rid of it like you can move your mouse but the cursor is not visible, seems like it's impossible atm.
xcal Posted May 1, 2007 Posted May 1, 2007 Well, I was messing with this, but I can only make it work in the same way that GUISetCursor works. How To Ask Questions The Smart Way
Shevilie Posted May 1, 2007 Posted May 1, 2007 Make a custom 1px cursor Start here if you are new Valuater's AutoIT 1-2-3Looking for an UDF - Look hereDo you need to do it twice - Autoit
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now