| Author |
Message |
Topic: Window doesn't accept minimize after WinShow / WinActivate |
thinkstorm
Replies: 7
Views: 217
|
Forum: 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
|
Forum: 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
|
Forum: 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
|
Forum: 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
|
Forum: 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
|
Forum: 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
|
Forum: 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
|
Forum: 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
|
Forum: 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
|
Forum: 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
|
Forum: 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
|
Forum: 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
|
Forum: 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
|
Forum: 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
|
Forum: Scripts & Functions Posted: Tue Aug 17, 2004 7:20 pm Subject: Show Network Adapters |
Very easy
TC
#i:: Run, control ncpa.cpl
|
| |