| Author |
Message |
Topic: Google The Clipboard Content |
thinkstorm
Replies: 9
Views: 2994
|
Forum: Scripts & Functions Posted: Thu Mar 11, 2010 3:53 pm Subject: Google The Clipboard Content |
| Someone mailed me to adjust the script in case you want to reuse an existing Google search window.... Unfortunately I couldn't figure out an easy way to go through all IE/Firefox tabs to look for the ... |
Topic: Office 2007 Ribbon Problem (Excel 2007, to be more specific) |
thinkstorm
Replies: 5
Views: 285
|
Forum: Ask for Help Posted: Sun Feb 01, 2009 6:44 pm Subject: Office 2007 Ribbon Problem (Excel 2007, to be more specific) |
| Oh my, I was afraid I had to use COM... might not be worth the trouble, I guess I will learn all the new shortcuts... thanks for the examples, they should be sufficiernt to help me along. |
Topic: Office 2007 Ribbon Problem (Excel 2007, to be more specific) |
thinkstorm
Replies: 5
Views: 285
|
Forum: Ask for Help Posted: Sun Feb 01, 2009 4:52 pm Subject: Office 2007 Ribbon Problem (Excel 2007, to be more specific) |
First of all, pressing ALT-m, then p does mark the preceding cell with the little blue arrow. So I could call
SendInput, !{m}{p}
works fo me.
Second, my problem is not to in ... |
Topic: Office 2007 Ribbon Problem (Excel 2007, to be more specific) |
thinkstorm
Replies: 5
Views: 285
|
Forum: Ask for Help Posted: Sun Feb 01, 2009 4:19 am Subject: Office 2007 Ribbon Problem (Excel 2007, to be more specific) |
Hello,
I did a search through the forums but didn't really find anything other than COM programmig (yuck!). In Excel 2003 I could easily call some keyboard shortcuts, such as !t-u-t to show preceed ... |
Topic: Tweetdeck Minimize / Restore - HowTo? |
thinkstorm
Replies: 0
Views: 257
|
Forum: Ask for Help Posted: Fri Dec 05, 2008 10:11 pm Subject: Tweetdeck Minimize / Restore - HowTo? |
Hello,
I have problems with Minimizing/Restoring TweetDeck. If I use the WinMinimize function the application minimizes to the taskbar - when I use the Windows "_" button it actually goes t ... |
Topic: Window doesn't accept minimize after WinShow / WinActivate |
thinkstorm
Replies: 7
Views: 794
|
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: 794
|
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: 794
|
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: 794
|
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: 794
|
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: 5688
|
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: 21
Views: 17660
|
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: 1735
|
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: 3544
|
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: 9
Views: 2994
|
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 ... |
| |