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 44 matches
AutoHotkey Community Forum Index
Author Message
  Topic: How to change GUI Window name when it minimizes
scouchman

Replies: 5
Views: 90

PostForum: Ask for Help   Posted: Thu Jun 12, 2008 10:05 pm   Subject: How to change GUI Window name when it minimizes
Thanks, Z Gecko, that's it. Man, thought I tried that and got an error, so threw out the idea. Prolly just a typo. Laughing
  Topic: How to change GUI Window name when it minimizes
scouchman

Replies: 5
Views: 90

PostForum: Ask for Help   Posted: Thu Jun 12, 2008 9:37 pm   Subject: How to change GUI Window name when it minimizes
Thanks for these ideas, but what I'm looking for is when the window is minimized to the task bar it will change, and ideally not with a special key, but just when it would normally be minimized.

...
  Topic: How to change GUI Window name when it minimizes
scouchman

Replies: 5
Views: 90

PostForum: Ask for Help   Posted: Thu Jun 12, 2008 8:27 pm   Subject: How to change GUI Window name when it minimizes
Hi all. I've written a program and I have one last little thing I want to do with it before showcasing it here. I played with a ton of the encryption threads here in the forums and came up with a (I ...
  Topic: Remove Windows Certificate and ActiveX components
scouchman

Replies: 0
Views: 216

PostForum: Ask for Help   Posted: Mon May 21, 2007 7:59 pm   Subject: Remove Windows Certificate and ActiveX components
Is there a way to remove a Windows Certificate with AHK?

I'm trying to write an end user utility for a VPN client called Firepass (neat implementation). The idea is for a one click type de-install ...
  Topic: Detect IE Combo Box state
scouchman

Replies: 2
Views: 257

PostForum: Ask for Help   Posted: Wed Sep 13, 2006 10:57 pm   Subject: Detect IE Combo Box state
Darn, no luck.

I like that, though, I'll file that bit o' code away for something else. Never thought to use controls directly with tabs for entering data.
  Topic: Detect IE Combo Box state
scouchman

Replies: 2
Views: 257

PostForum: Ask for Help   Posted: Tue Sep 12, 2006 12:42 am   Subject: Detect IE Combo Box state
Is there a way to detect when an IE ComboBox has closed up?

I am working with a web page that I need to enter data into an Edit box, but I cannot detect the Edit boxes with WindowSpy or WinSpecto ...
  Topic: GUI Buttons won't run
scouchman

Replies: 5
Views: 471

PostForum: Ask for Help   Posted: Fri Jun 09, 2006 7:00 pm   Subject: GUI Buttons won't run
Thanks. All the code ended up changing because we went a totally different route. But will watch it next time. Smile
  Topic: GUI Buttons won't run
scouchman

Replies: 5
Views: 471

PostForum: Ask for Help   Posted: Fri Jun 02, 2006 2:48 pm   Subject: GUI Buttons won't run
BTW, why you make "Gui, show" the first command of making a Gui?

Habit and my mentality mostly. The "Gui, show" line, creates the window and titles it, while all the "GUI ...
  Topic: GUI Buttons won't run
scouchman

Replies: 5
Views: 471

PostForum: Ask for Help   Posted: Fri Jun 02, 2006 4:53 am   Subject: GUI Buttons won't run
Here's a program to keep a manual log of all tickets in our ticketing system, for research later. Certain tickets are getting hidden, so we want to verify that these tickets actually exist (because t ...
  Topic: Using A_IsCompiled to set #NoTrayIcon
scouchman

Replies: 1
Views: 249

PostForum: Ask for Help   Posted: Mon May 15, 2006 4:36 am   Subject: Using A_IsCompiled to set #NoTrayIcon
I can't figure out what I'm doing wrong here. Seems like it should be so simple, maybe just too tired.

I build in a few troubleshooting options in my scripts before I compile them, and wanted to b ...
  Topic: Searching for specific special characters in Matchlist
scouchman

Replies: 6
Views: 427

PostForum: Ask for Help   Posted: Thu Apr 27, 2006 5:57 pm   Subject: Searching for specific special characters in Matchlist
Thanks all. Here's the code I ended up with. I swear when I started messing with it I needed the `\, not just \ and `` wasn't working. Wondering if making the comma the FIRST entry (and why the d ...
  Topic: Searching for specific special characters in Matchlist
scouchman

Replies: 6
Views: 427

PostForum: Ask for Help   Posted: Thu Apr 27, 2006 3:53 pm   Subject: Searching for specific special characters in Matchlist
I'm writing a password Reset program using the excellent before it goes to the VB script and fails on the server. So, for one of the parameters I need to have it detect "special characters" ...
  Topic: NumLock Detector
scouchman

Replies: 1
Views: 1608

PostForum: Scripts & Functions   Posted: Mon Mar 20, 2006 11:39 pm   Subject: NumLock Detector
Finally I have a generic enough bit of code I can share!

#InstallKeybdHook
#Persistent

SetTimer, NetMeetingNumLock, 1000
return

NetMeetingNumLock:
IfNotEqual, Skipcheck, 1
{
...
  Topic: Batch File conversion Made Easy
scouchman

Replies: 14
Views: 4616

PostForum: Scripts & Functions   Posted: Thu Mar 02, 2006 5:00 pm   Subject: Batch File conversion Made Easy
Does anyone have a new link to download this file? Or the source? I've been trying to track this down for a couple weeks and both links listed appear dead.
  Topic: Gui, Add, DropDownList: Need one more parameter
scouchman

Replies: 2
Views: 446

PostForum: Ask for Help   Posted: Tue Sep 20, 2005 10:27 pm   Subject: Gui, Add, DropDownList: Need one more parameter
Thanks, that did it. Embarassed
 
Page 1 of 3 Goto page 1, 2, 3  Next
All times are GMT
Jump to:  


Powered by phpBB © 2001, 2005 phpBB Group