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 170 matches
AutoHotkey Community Forum Index
Author Message
  Topic: Hide Drives from My Computer in Windows 7, Vista or XP
Gauss

Replies: 9
Views: 559

PostForum: Scripts & Functions   Posted: Sun Mar 14, 2010 10:22 am   Subject: Hide Drives from My Computer in Windows 7, Vista or XP
I think you made it show all letters again, I edited a little part of your second post to fix button position, works, just one thing, how can you do this without windows crying messages?


#NoEnv
...
  Topic: Show button border on mouse over
Gauss

Replies: 2
Views: 76

PostForum: Ask for Help   Posted: Sun Mar 14, 2010 10:17 am   Subject: Show button border on mouse over
Example?
  Topic: Show button border on mouse over
Gauss

Replies: 2
Views: 76

PostForum: Ask for Help   Posted: Sat Mar 13, 2010 3:26 pm   Subject: Show button border on mouse over
Is there a way to have button border in GUI invisible and visible on mouse over?
  Topic: Hide Drives from My Computer in Windows 7, Vista or XP
Gauss

Replies: 9
Views: 559

PostForum: Scripts & Functions   Posted: Fri Mar 12, 2010 10:34 am   Subject: Hide Drives from My Computer in Windows 7, Vista or XP
One last bug I think, the apply button is on top of the last drive letter Very Happy
  Topic: Hide Drives from My Computer in Windows 7, Vista or XP
Gauss

Replies: 9
Views: 559

PostForum: Scripts & Functions   Posted: Thu Mar 11, 2010 5:16 pm   Subject: Hide Drives from My Computer in Windows 7, Vista or XP
Very handy script
But it shows a whole list of letters even those that don't exist (not used), would be nice if you can make it detect that and show whats used.
  Topic: Secondary Monitor
Gauss

Replies: 65
Views: 16127

PostForum: Ask for Help   Posted: Wed Mar 10, 2010 9:54 am   Subject: Secondary Monitor
I think you can do that in your video card control panel
  Topic: Scripts communication
Gauss

Replies: 2
Views: 84

PostForum: Ask for Help   Posted: Sat Mar 06, 2010 6:08 pm   Subject: Scripts communication
RunWait worked perfect

Thanks hugov, always helpful, great guy Very Happy
  Topic: Scripts communication
Gauss

Replies: 2
Views: 84

PostForum: Ask for Help   Posted: Sat Mar 06, 2010 12:41 pm   Subject: Scripts communication
I don't even know what to search the forum for to do this Confused

I want to run a script (Script_2) using another script (Script_1) and wait for that script (Script_2) to finish and close then do some o ...
  Topic: Firefox bug (Windows 7): AHK doesnt work
Gauss

Replies: 5
Views: 179

PostForum: Ask for Help   Posted: Fri Mar 05, 2010 11:56 pm   Subject: Firefox bug (Windows 7): AHK doesnt work
I also have some issues manipulating the new Firefox using AHK
Thanks to Keyconfig it does most of the job
  Topic: Taskbar Size
Gauss

Replies: 2
Views: 75

PostForum: Ask for Help   Posted: Fri Mar 05, 2010 8:01 pm   Subject: Taskbar Size
Works perfect, thanks alot Very Happy

Windows 7
  Topic: Taskbar Size
Gauss

Replies: 2
Views: 75

PostForum: Ask for Help   Posted: Fri Mar 05, 2010 4:53 pm   Subject: Taskbar Size
How do I get the size of the taskbar?
  Topic: Movie Launcher - Keep Track of your Movies Easily
Gauss

Replies: 50
Views: 6931

PostForum: Scripts & Functions   Posted: Wed Mar 03, 2010 11:09 am   Subject: Movie Launcher - Keep Track of your Movies Easily
Are you going to support all formats?
HD
ts
MKV
Image files (.iso .img.. etc),
VIDEO_TS

...etc
  Topic: SetWorkingDir, Current one
Gauss

Replies: 15
Views: 211

PostForum: Ask for Help   Posted: Mon Mar 01, 2010 3:06 pm   Subject: SetWorkingDir, Current one
There you go:

---------------------------
Test.ahk
---------------------------
Error: ControlGetText failed

Control not found (Edit1)...

---Control List---
BrowserFrameGripper ...
  Topic: SetWorkingDir, Current one
Gauss

Replies: 15
Views: 211

PostForum: Ask for Help   Posted: Mon Mar 01, 2010 2:15 pm   Subject: SetWorkingDir, Current one
go figure...

I wish it did my friend, it just doesn't, first it gives error about
path:=Strip(path)
And when deleting that part, MsgBox returns empty Confused

I love small scripts so I w ...
  Topic: SetWorkingDir, Current one
Gauss

Replies: 15
Views: 211

PostForum: Ask for Help   Posted: Mon Mar 01, 2010 1:26 pm   Subject: SetWorkingDir, Current one
Ok, I finally got it to work my way Very Happy

Here is how:

Strip( _String )
{
StringReplace, _String, _String, `r`n, , All
StringReplace, _String, _String, `r, , All
String ...
 
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