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 18 matches
AutoHotkey Community Forum Index
Author Message
  Topic: Window doesn't accept minimize after WinShow / WinActivate
thinkstorm

Replies: 7
Views: 217

PostForum: Ask for Help   Posted: Fri Jun 20, 2008 9:55 pm   Subject: Window doesn't accept minimize after WinShow / WinActivate
Got it (Thanks to Molotov from the Microsoft Sysinternals forum!!!!): The problem was that the TDesktopMainForm is simply the wrong window class - the right class was TApplication. Silly me.

Here's ...
  Topic: Window doesn't accept minimize after WinShow / WinActivate
thinkstorm

Replies: 7
Views: 217

PostForum: Ask for Help   Posted: Fri Jun 20, 2008 7:10 pm   Subject: Window doesn't accept minimize after WinShow / WinActivate
It's X1, a desktop search engine. There is a 30-day trial downloadable on the website http://www.x1.com
  Topic: Window doesn't accept minimize after WinShow / WinActivate
thinkstorm

Replies: 7
Views: 217

PostForum: Ask for Help   Posted: Thu Jun 19, 2008 4:04 pm   Subject: Window doesn't accept minimize after WinShow / WinActivate
Ah, got it!

Now the problem is, that I don't want to EXIT the program -- if I select "exit" from the menu, it will actually shut down the application. If I select "minimize" or ...
  Topic: Window doesn't accept minimize after WinShow / WinActivate
thinkstorm

Replies: 7
Views: 217

PostForum: Ask for Help   Posted: Thu Jun 19, 2008 3:28 am   Subject: Window doesn't accept minimize after WinShow / WinActivate
What kind of "Magic Number" do I look for? Where would I find it?
  Topic: Window doesn't accept minimize after WinShow / WinActivate
thinkstorm

Replies: 7
Views: 217

PostForum: Ask for Help   Posted: Tue Jun 17, 2008 4:35 pm   Subject: Window doesn't accept minimize after WinShow / WinActivate
Hello,
I have a hidden application window (X1.exe), Style 0x06CF0000. The window is neither maximized nor minimized.

When I use something like
SetTitleMatchMode, 1
WinShow, X1 - ahk_class TDeskt ...
  Topic: 110.1 Delete Empty Folders
thinkstorm

Replies: 12
Views: 4090

PostForum: Scripts & Functions   Posted: Tue Jul 19, 2005 8:12 pm   Subject: 110.1 Delete Empty Folders
Holy smokes!!! You people have to learn how to stop ;)

from http://www.pcmag.com/article2/0,1759,805015,00.asp:

I'm looking for a program that can delete any folders that are empty or that conta ...
  Topic: Toggle Hidden Files
thinkstorm

Replies: 19
Views: 7960

PostForum: Scripts & Functions   Posted: Fri Oct 29, 2004 8:11 pm   Subject: Toggle Hidden Files
Hi,
in order to make this work, you first have to go to Windows Explorer and clear the checkbox in 'Tools->Folder Options->View->Advanced Settings' which states 'Hide protected operating sys ...
  Topic: Toggle MS IM and Skype Online/Offline
thinkstorm

Replies: 0
Views: 957

PostForum: Scripts & Functions   Posted: Fri Oct 29, 2004 8:06 pm   Subject: Toggle MS IM and Skype Online/Offline
Hi, simple script:

OnlineOffline=0

#o::
; Microsoft Messenger
Run, "C:\Program Files\Messenger\msmsgs.exe"
WinWaitActive, Windows Messenger,,5
If ErrorLevel <> ...
  Topic: KDE / FVM like resize
thinkstorm

Replies: 4
Views: 2302

PostForum: Scripts & Functions   Posted: Wed Aug 18, 2004 3:55 am   Subject: KDE / FVM like resize
BTW: as you might have noticed, you can also drag-size the window while it is in the background / inactive. This wasn't exactly intended, but is a nice feature :)
  Topic: Google The Clipboard Content
thinkstorm

Replies: 5
Views: 1330

PostForum: Scripts & Functions   Posted: Wed Aug 18, 2004 3:54 am   Subject: Google The Clipboard Content
Hm,
you're absolutely right, it works like a blast! Maybe this was with an earlier version - the script is kind of old... Or I made another stupid mistkae, maybe I forgot the ',' after the RUN or som ...
  Topic: Google The Clipboard Content
thinkstorm

Replies: 5
Views: 1330

PostForum: Scripts & Functions   Posted: Tue Aug 17, 2004 7:34 pm   Subject: Google The Clipboard Content
I would not do that! if you already have an internet explorer open (if you use IE ;)), the script will use that window. adding the path to the program opens definitely a new window.

It's a pain to ...
  Topic: English - German Translation of Clipboard Content (word)
thinkstorm

Replies: 0
Views: 1141

PostForum: Scripts & Functions   Posted: Tue Aug 17, 2004 7:31 pm   Subject: English - German Translation of Clipboard Content (word)
Straight forward, translates a word via LEO English-German dictionary.


#^t::
leoStart = C:\PROGRA~1\INTERN~1\IEXPLORE.EXE http://dict.leo.org/?search=
leoEnd = &searchLo ...
  Topic: Lookup The Definition For Clipboard Content In Google
thinkstorm

Replies: 0
Views: 10920

PostForum: Scripts & Functions   Posted: Tue Aug 17, 2004 7:23 pm   Subject: Lookup The Definition For Clipboard Content In Google
copy a word / acronym into the clipboard and query Google ('define:abc') with Control-Windows-G

TC


#^g::
googleLinkStart = C:\PROGRA~1\INTERN~1\IEXPLORE.EXE http://www.google ...
  Topic: Google The Clipboard Content
thinkstorm

Replies: 5
Views: 1330

PostForum: Scripts & Functions   Posted: Tue Aug 17, 2004 7:21 pm   Subject: Google The Clipboard Content
Copy a text snippet into the clipboard and google with Control-G

TC

#g::
googleLinkStart = C:\PROGRA~1\INTERN~1\IEXPLORE.EXE http://www.google.com/search?sourceid=navclient& ...
  Topic: Show Network Adapters
thinkstorm

Replies: 3
Views: 1674

PostForum: Scripts & Functions   Posted: Tue Aug 17, 2004 7:20 pm   Subject: Show Network Adapters
Very easy
TC


#i:: Run, control ncpa.cpl
 
Page 1 of 2 Goto page 1, 2  Next
All times are GMT
Jump to:  


Powered by phpBB © 2001, 2005 phpBB Group