AutoHotkey Homepage AutoHotkey Community
Let's help each other out
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Search found 20 matches
AutoHotkey Community Forum Index
Author Message
  Topic: nomousy - Disable/Hide your mouse pointer [CMD]
Jaysun

Replies: 50
Views: 14629

PostForum: Utilities & Resources   Posted: Fri Aug 25, 2006 5:03 am   Subject: nomousy - Disable/Hide your mouse pointer [CMD]
Thanks corrupt!!!

Nomousy is exactly what I needed and it works so easily.

Only think I'd like to see added (as suggested by someone in an earlier post) is for nomousy /? to display the command ...
  Topic: Force immediate reboot (no "Windows is shutting down...
Jaysun

Replies: 6
Views: 348

PostForum: Ask for Help   Posted: Tue Aug 22, 2006 7:30 pm   Subject: Force immediate reboot (no "Windows is shutting down...
It is indeed possible!

I've seen WinXP do it many times when it kernel panics. I think it is the default option in WinXP to just reboot instead showing the BSOD.

Is there a command I can use to ...
  Topic: Force immediate reboot (no "Windows is shutting down...
Jaysun

Replies: 6
Views: 348

PostForum: Ask for Help   Posted: Mon Aug 21, 2006 8:46 pm   Subject: Force immediate reboot (no "Windows is shutting down...
I know I can use 'shutdown -s -f -t 00' to close all applications and shut down the computer, but that isn't what I am looking to do.

I want to immediately restart the computer just like pressing t ...
  Topic: Force immediate reboot (no "Windows is shutting down...
Jaysun

Replies: 6
Views: 348

PostForum: Ask for Help   Posted: Mon Aug 21, 2006 2:23 am   Subject: Force immediate reboot (no "Windows is shutting down...
The computers hard drives' are "frozen" with DeepFreeze so there is no possible damage to the system by forcing an immediate reboot (just like pressing the reset button on the cpu).

I k ...
  Topic: Two quick questions about turning a timer off.
Jaysun

Replies: 1
Views: 179

PostForum: Ask for Help   Posted: Tue Aug 15, 2006 9:07 pm   Subject: Two quick questions about turning a timer off.
If I use SetTimer, MyTimer, Off within the MyTimer subroutine will that subroutine quit immediately or will it continue until the end of the subroutine?

Is this behavior different if the subroutine ...
  Topic: How to enable a disabled Close Button for a 3rd party app?
Jaysun

Replies: 5
Views: 311

PostForum: Ask for Help   Posted: Tue Aug 15, 2006 3:35 am   Subject: How to enable a disabled Close Button for a 3rd party app?
I guess I'll have to go about it that way.

Thanks
  Topic: How to enable a disabled Close Button for a 3rd party app?
Jaysun

Replies: 5
Views: 311

PostForum: Ask for Help   Posted: Mon Aug 07, 2006 8:36 pm   Subject: How to enable a disabled Close Button for a 3rd party app?
I realize the commands I can use to close the window, but I need it to be so that when someone clicks the Close Window button in the titlebar that the window closes for them.

So basically I need a ...
  Topic: How to enable a disabled Close Button for a 3rd party app?
Jaysun

Replies: 5
Views: 311

PostForum: Ask for Help   Posted: Mon Aug 07, 2006 8:02 pm   Subject: How to enable a disabled Close Button for a 3rd party app?
I have a 3rd party application that creates a window that has a close button ("X") in the title bar. The button is disabled. It doesn't look greyed out but, by design, it doesn't close the w ...
  Topic: Taskbar-like GUI style where nothing can occupy its space?
Jaysun

Replies: 17
Views: 2218

PostForum: Ask for Help   Posted: Wed Dec 07, 2005 1:27 am   Subject: Taskbar-like GUI style where nothing can occupy its space?
Very cool! Thanks!

So far, from what I can tell it works perfectly. Now, for my own benifit, I'm trying to figure out exactly what it is doing.

I understand that the dllCall to SystemParameters ...
  Topic: Hawkeye ShellInit - Screen Margins, like the TaskBar [GUI]
Jaysun

Replies: 5
Views: 1998

PostForum: Utilities & Resources   Posted: Tue Dec 06, 2005 9:57 pm   Subject: Unfortunately it requires explorer.exe to be running...
ShellInit works great except it doesn't work at all if explorer.exe is not running. I was hoping that ShellInit would create a margin for a custom taskbar for use our public access computers. I am hop ...
  Topic: Taskbar-like GUI style where nothing can occupy its space?
Jaysun

Replies: 17
Views: 2218

PostForum: Ask for Help   Posted: Tue Dec 06, 2005 9:43 pm   Subject: Taskbar-like GUI style where nothing can occupy its space?
I have created a taskbar replacment for our public access computers (Windows XP SP2) using AutoHotkey. My taskbar sits on the bottom of the screen just like the Windows one. My current problem is that ...
  Topic: Corrupt EXE errors after FileCopy (and my solution!)
Jaysun

Replies: 3
Views: 339

PostForum: Ask for Help   Posted: Thu Aug 11, 2005 6:18 pm   Subject: Corrupt EXE errors after FileCopy (and my solution!)
I don't know if this was the best way to handle my problem (I do wish that FileCopy has a verify feature). I created a function called VerifiedFileCopy that takes two parameters.

VerifiedFileCopy(" ...
  Topic: Corrupt EXE errors after FileCopy (and my solution!)
Jaysun

Replies: 3
Views: 339

PostForum: Ask for Help   Posted: Wed Aug 10, 2005 8:40 pm   Subject: Corrupt EXE errors after FileCopy (and my solution!)
Ok, so I got the "Corrupt EXE" error to happen again after running my script about 20 times and this time I grabbed a copy of the corrupt exe from the local hard drive. The file is the exact same size ...
  Topic: Corrupt EXE errors after FileCopy (and my solution!)
Jaysun

Replies: 3
Views: 339

PostForum: Ask for Help   Posted: Wed Aug 10, 2005 8:14 pm   Subject: Corrupt EXE errors after FileCopy (and my solution!)
I have a script that copies executables, both compiled scripts and other applications, from our server onto the local hard drive. The script then runs these executables from the local hard drive. Most ...
  Topic: Expression as paremeter in GUI command doesn't work
Jaysun

Replies: 1
Views: 523

PostForum: Bug Reports   Posted: Thu Aug 04, 2005 2:05 am   Subject: Expression as paremeter in GUI command doesn't work
I'm not sure if it should work, but I am unable to get an expression to work as a paremeter in the GUI command. I get an error referring to a variable missing the second %.

Example:
GUI, Show, x%S ...
 
Page 1 of 2 Goto page 1, 2  Next
All times are GMT
Jump to:  


Powered by phpBB © 2001, 2005 phpBB Group