Jump to content

Anzelm

Members
  • Posts

    3
  • Joined

  • Last visited

Everything posted by Anzelm

  1. Hello! I use your script, but my problem is: when i replaced a cursor with an other one (blank), i cant change again, to the original one. So: i can change back one cursor, but it's not the original. I want to change back the cursor, what the user use, when he start my software. I can change it back, if the user use a profile for it. You can read a registry value, from this root: "HKEY_CURRENT_USER\Control Panel\Cursors". Its a REG_EXPAND_SZ value, called Arrow. But you cant read it, if its empty. I was looking for the windows default cursor, but i didn't find it in the Cursors root, in the Windows folder. Can you help me? Have you same idea for me? Whats the method for it? *** I'm sorry, i know, my english is bad, but i hope, you understand everything! *** Anzelm
  2. I dont know, what can i say to you. Because it's awesome! I want first just unlock the taskbar, but this code is good for it too, because the WM_COMMAND code is same for it. And now, i just have to change the number after the $sLockTaskbar, replace 1 with 0. So finally: thank you, thank you, thank you!!!
  3. ControlCommand("[CLASS:Shell_TrayWnd]", "", "[CLASS:ToolbarWindow32]", "SendCommandID", 424) Where is the problem, in this Line? I want to lock or unlock the taskbar, but i cant do it. This script first show a window, with the number of Taskbar's handle. But it's doesn't matter. After this, i want to send a command, but it's will be crashed the Explorer.exe. Whats wrong in my script? Please help! I begin to try to do it three days ago. I search a lot of thinks with the Google, how to do it with other computer programming language, but i can't do it with Autoit. I tried a lot of combinations, my most success is the crash, because it's the one signal: maybe i sent a message to the Explorer... I'm sorry for my bad english.
×
×
  • Create New...