AutoHotkey Community

It is currently May 24th, 2012, 8:52 am

All times are UTC [ DST ]


Search found 24 matches
Search these results:

Author Message

 Forum: Support   Topic: hide file hotkey does not work

Posted: September 2nd, 2008, 2:55 pm 

Replies: 7
Views: 491


Disapplicable

 Forum: Support   Topic: hide file hotkey does not work

Posted: August 26th, 2008, 10:03 am 

Replies: 7
Views: 491


oh I can't open that link he offers anyway I have work out my problem using: ^h:: RegRead,toggleValue,HKEY_CURRENT_USER,Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced,Hidden If toggleValue = 0 RegWrite,REG_DWORD,HKEY_CURRENT_USER,Software\Microsoft\Windows\CurrentVersion\Explorer\Advanc...

 Forum: Support   Topic: hide file hotkey does not work

Posted: August 26th, 2008, 8:01 am 

Replies: 7
Views: 491


n-l-i-d wrote:
1. DWORD dwResult = 0; SendMessageTimeout( HWND_BROADCAST, WM_SETTINGCHANGE, 0, 0, SMTO_ABORTIFHUNG, 100, &dwResult );



Sorry but that's not ahk code,there is no SendMessageTimeout at all.

 Forum: Support   Topic: hide file hotkey does not work

Posted: August 25th, 2008, 4:45 pm 

Replies: 7
Views: 491


Here is my code,it can change reg correctly,but...... ^H:: RegRead,toggleValue,HKEY_CURRENT_USER,Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced\Hidden,Hidden If toggleValue = 0 { toggleValue = 1 MsgBox "System and hidden files will appear in Explorer." } Else {...

 Forum: Support   Topic: Anti-color tools

Posted: July 29th, 2008, 4:08 pm 

Replies: 6
Views: 554


Sean,your code is pretty cool of course.But I think it's not the right way to make it out.
There someone called Gertlex mentioned "invert the pallette of the 'DC'" ,that maybe works

 Forum: Support   Topic: Anti-color tools

Posted: July 29th, 2008, 11:10 am 

Replies: 6
Views: 554


Thanks you two but it seems complex. Maybe to make Linux and Windows being similar was just wrong.

 Forum: Support   Topic: Restart latest closed window

Posted: July 29th, 2008, 7:01 am 

Replies: 7
Views: 600


No. I want to know whether WINDOWS collect those information and keep it somewhere like log and REGEDIT.

 Forum: Support   Topic: Anti-color tools

 Post subject: Anti-color tools
Posted: July 28th, 2008, 4:40 pm 

Replies: 6
Views: 554


I like the idea that display screen or window in anti-color sometimes and in linux which can be easily achieved by win+n or win+m. So any one knows how to do it with ahk?

 Forum: Offtopic   Topic: What's your favorite FREE text editor?

Posted: July 15th, 2008, 5:55 am 

Replies: 45
Views: 4626


Red Hat Boy wrote:
Notepad++ is my personal favorite. It at least has the last three features you mentioned, I'm not sure about the others.
me too

 Forum: Scripts   Topic: Library for Text file manipulation

Posted: June 28th, 2008, 5:42 am 

Replies: 50
Views: 13260


I hope it will support the .ahk file also and that won't be hard to achieve

 Forum: Scripts   Topic: AHK Regex SandBox

Posted: June 27th, 2008, 8:10 pm 

Replies: 34
Views: 8491


Thrawn wrote:
i like
thx a lot :D
me too great work!

 Forum: Support   Topic: How to edit a single line in a txt file or ahk file?

Posted: June 27th, 2008, 8:02 pm 

Replies: 1
Views: 440


After I get the line and amend it(maybe use FileReadLine),what should I do to rewrite it tback?

 Forum: Support   Topic: Restart latest closed window

Posted: May 29th, 2008, 2:59 pm 

Replies: 7
Views: 600


IsNull wrote:
Hi tcgbp,

Quote:

What's your goal? There is maby a other way in order to be successful.
Nothing. Just windows explorer.exe has ability to recede,so I wondered where windows restores this information.

 Forum: Support   Topic: About ImageSearch

 Post subject: About ImageSearch
Posted: May 28th, 2008, 6:56 pm 

Replies: 1
Views: 409


Is there any possibility ImageSearch can be used to download pictures???

 Forum: Support   Topic: Restart latest closed window

Posted: May 28th, 2008, 6:48 pm 

Replies: 7
Views: 600


I thought it should be stored in REG by windows OS.Any information about this will be helpfull to me,thanks in advance.
Sort by:  
Page 1 of 2 [ Search found 24 matches ]


All times are UTC [ DST ]


Powered by phpBB® Forum Software © phpBB Group