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 166 matches
AutoHotkey Community Forum Index
Author Message
  Topic: If menu item is checked, then uncheck
HCProfessionals

Replies: 1
Views: 46

PostForum: Ask for Help   Posted: Sun Jan 15, 2012 8:13 pm   Subject: If menu item is checked, then uncheck
I'm trying to do something like this:


If Menu, Tray, Test = Checked
{
;Do Function Here
Menu, Tray, Uncheck, Test
}
Else
{
;Do Function Here
Menu, Tray, Check, ...
  Topic: 2 Gui's and a variable
HCProfessionals

Replies: 2
Views: 76

PostForum: Ask for Help   Posted: Sun Jan 15, 2012 7:38 am   Subject: 2 Gui's and a variable
Can't get the 2nd Gui to send the variable... What am I doing wrong?

Gui, 2: Add, Edit, x31 y32 w190 h30 vVariable, Enter Variable
Gui, 2: Add, Button, x251 y32 w100 h30, Go
Gui, 2: Show, x147 y1 ...
  Topic: Trim all whitespace within a string.
HCProfessionals

Replies: 4
Views: 148

PostForum: Ask for Help   Posted: Sat Jan 07, 2012 6:08 am   Subject: Trim all whitespace within a string.
I need to trim all whitespace within a string.

line before: This is just a {insert several spaces} test.

line after: Thisisjustatest.

Then I need to assign it as a variable.
  Topic: Whitespace and IfNotInString
HCProfessionals

Replies: 2
Views: 61

PostForum: Ask for Help   Posted: Fri Jan 06, 2012 2:43 pm   Subject: Whitespace and IfNotInString
I'm able to find:
testing string

I am not able to find:
testing
FileRead, Contents, file.txt
IfNotInString, Contents, testing string
{

MsgBox, Not Found
Continue
}
...
  Topic: Writing to hosts file
HCProfessionals

Replies: 3
Views: 74

PostForum: Ask for Help   Posted: Fri Jan 06, 2012 4:27 am   Subject: Writing to hosts file
actually what I want is to search to see if a an entry has already been added.
  Topic: Writing to hosts file
HCProfessionals

Replies: 3
Views: 74

PostForum: Ask for Help   Posted: Fri Jan 06, 2012 3:13 am   Subject: Writing to hosts file
Is it possible to write to the hosts file? I want to create a gui to make it easy for people to write to the hosts file so they don't have to go on a mission. I also want to be able to check to see if ...
  Topic: Hide It!
HCProfessionals

Replies: 4
Views: 1883

PostForum: Utilities & Resources   Posted: Sat Mar 13, 2010 9:18 pm   Subject: Hide It!
Good idea! Could a moderator please move this to Utilities & Resources please.

  Topic: Hide It!
HCProfessionals

Replies: 4
Views: 1883

PostForum: Utilities & Resources   Posted: Sat Mar 13, 2010 9:08 pm   Subject: Hide It!
Hide It! runs from the moment you start it for the first time. All you have to do is press the left Windows Key (looks like a flag) and all of your active windows will be hidden. Pressing the left Win ...
  Topic: Rob's Runescape Auto Talker v2.0
HCProfessionals

Replies: 28
Views: 74681

PostForum: Scripts & Functions   Posted: Sat Mar 13, 2010 8:47 pm   Subject: Rob's Runescape Auto Talker v2.0
Lol, this thing is so out of date, i'll see if i can work something up though.
  Topic: Winset Transparency Color
HCProfessionals

Replies: 6
Views: 506

PostForum: Ask for Help   Posted: Sun Feb 28, 2010 8:38 pm   Subject: Winset Transparency Color
Thank you for that, but I am not looking to change font color, I am looking to primarily change the color of the white background in the code I gave above.
  Topic: Winset Transparency Color
HCProfessionals

Replies: 6
Views: 506

PostForum: Ask for Help   Posted: Sun Feb 28, 2010 3:11 pm   Subject: Winset Transparency Color
Is this possible?
  Topic: Winset Transparency Color
HCProfessionals

Replies: 6
Views: 506

PostForum: Ask for Help   Posted: Sat Feb 27, 2010 9:36 pm   Subject: Winset Transparency Color
I'm trying to keep the transparency, but white sucks, i like black better.


WinGetPos, , , Width, Height, ahk_class Progman
SplashTextOn, %Width%, %Height%, Lock SCREEN
WinS ...
  Topic: Winset Transparency Color
HCProfessionals

Replies: 6
Views: 506

PostForum: Ask for Help   Posted: Sat Feb 27, 2010 8:14 pm   Subject: Winset Transparency Color
the transparency is white, anyway to change the color to a custom hex code?


WinGetPos, , , Width, Height, ahk_class Progman
SplashTextOn, %Width%, %Height%, Lock SCREEN
Win ...
  Topic: Hide all windows
HCProfessionals

Replies: 3
Views: 253

PostForum: Ask for Help   Posted: Sun Feb 21, 2010 6:20 pm   Subject: Hide all windows
I am looking to use a shortcut to minimize all windows, can't find something along the lines of a winhide /all Very Happy
  Topic: [Paying For This] Creating a custom connection automatically
HCProfessionals

Replies: 10
Views: 451

PostForum: Ask for Help   Posted: Thu Dec 17, 2009 5:43 pm   Subject: [Paying For This] Creating a custom connection automatically
Sure did!
 
Page 1 of 12 Goto page 1, 2, 3 ... 10, 11, 12  Next
All times are GMT
Jump to:  


Powered by phpBB © 2001, 2005 phpBB Group