| Author |
Message |
Topic: Horizontal Scroll in Excel 2007 |
ArchCarrier
Replies: 11
Views: 2762
|
Forum: Ask for Help Posted: Fri Jul 08, 2011 6:08 pm Subject: Horizontal Scroll in Excel 2007 |
| Thanks people. jethrow's script works great! |
Topic: Horizontal Scroll in Excel 2007 |
ArchCarrier
Replies: 11
Views: 2762
|
Forum: Ask for Help Posted: Fri Jul 08, 2011 8:16 am Subject: Horizontal Scroll in Excel 2007 |
I came here to ask the exact same question. Hopefully a solution has been found in the two and a half years since the first post was made  |
Topic: How to get cached source in Opera? |
ArchCarrier
Replies: 4
Views: 306
|
Forum: Ask for Help Posted: Sat Jun 25, 2011 11:37 am Subject: How to get cached source in Opera? |
I found that the best way is to do it through Opera's settings, and to pass the cached filename to the script, like this:
s ctrl shift="Execute program, "ScriptName.ahk", "%s" ... |
Topic: How to make AutoHotKey Help work with Notepad++ |
ArchCarrier
Replies: 3
Views: 2597
|
Forum: Utilities & Resources Posted: Mon Apr 04, 2011 9:43 am Subject: How to make AutoHotKey Help work with Notepad++ |
| There is also a Notepad++ plugin called [url=http://sites.google.com/site/fstellari/nppplugins]LanguageHelp, which lets you define help files for as many different programming languages as you like. I ... |
Topic: (Tired of) looking for a catalog tool. |
ArchCarrier
Replies: 27
Views: 2676
|
Forum: Utilities & Resources Posted: Mon Apr 04, 2011 9:37 am Subject: (Tired of) looking for a catalog tool. |
| If you use Total Commander as your file manager, there is a plugin called Diskdir which lets you pack any folder you like into a .lst file (basically a zip file containing just the file info). When yo ... |
Topic: How to get cached source in Opera? |
ArchCarrier
Replies: 4
Views: 306
|
Forum: Ask for Help Posted: Thu Oct 07, 2010 11:36 am Subject: How to get cached source in Opera? |
| No one? |
Topic: How to get cached source in Opera? |
ArchCarrier
Replies: 4
Views: 306
|
Forum: Ask for Help Posted: Thu Sep 02, 2010 9:24 am Subject: How to get cached source in Opera? |
| Does anyone know how to get the cached source file of the current webpage in Opera? Right now, I use UrlDownloadToFile to get the source, but that can take a few seconds with large pages. It also seem ... |
Topic: Strange PSPad window behaviour |
ArchCarrier
Replies: 1
Views: 293
|
Forum: Ask for Help Posted: Sat Jul 11, 2009 7:18 am Subject: Strange PSPad window behaviour |
| I use PSPad as my text editor. I have defined a hotkey to open the program when I need it, but sometimes it doesn't open in the foreground of my other windows: I then have to Alt-Tab to get to the pro ... |
Topic: Where can I get the code (source) of my MSWord page? |
ArchCarrier
Replies: 12
Views: 935
|
Forum: General Chat Posted: Tue Jun 30, 2009 12:08 pm Subject: Where can I get the code (source) of my MSWord page? |
Maybe someone who actually uses MS Word can answer this?  |
Topic: Where can I get the code (source) of my MSWord page? |
ArchCarrier
Replies: 12
Views: 935
|
Forum: General Chat Posted: Tue Jun 30, 2009 11:45 am Subject: Where can I get the code (source) of my MSWord page? |
| I use OpenOffice myself so I have to do it from memory, but isn't there an option in the Save As dialog that lets you pick the format? RTF stands for Rich Text Format, maybe it's written out like that ... |
Topic: Where can I get the code (source) of my MSWord page? |
ArchCarrier
Replies: 12
Views: 935
|
Forum: General Chat Posted: Tue Jun 30, 2009 10:49 am Subject: Where can I get the code (source) of my MSWord page? |
| You can save files as .docx only if you have Office 2007, but you can export to RTF through the Save As... function in the File menu. |
Topic: Where can I get the code (source) of my MSWord page? |
ArchCarrier
Replies: 12
Views: 935
|
Forum: General Chat Posted: Tue Jun 30, 2009 10:01 am Subject: Where can I get the code (source) of my MSWord page? |
| I don't know anything about .doc structure, but the new .docx files (Office 2007) are basically zipped XML files. Also, you can export .doc files to RTF and edit its source code. |
Topic: Color Zoomer/Picker & Screen Magnifier |
ArchCarrier
Replies: 72
Views: 28935
|
Forum: Scripts & Functions Posted: Tue Jun 16, 2009 6:05 am Subject: Color Zoomer/Picker & Screen Magnifier |
Sean, thanks for the reply (although I'm afraid I didn't understand it). I got it working now, using a script from #NoEnv
#SingleInstance, Force
SetWinDelay, 10
nZ := 3 ; Zoom Fa ... |
Topic: Color Zoomer/Picker & Screen Magnifier |
ArchCarrier
Replies: 72
Views: 28935
|
Forum: Scripts & Functions Posted: Fri Jun 12, 2009 7:58 am Subject: Color Zoomer/Picker & Screen Magnifier |
| I tried to modify the original script so that clicking would send the color code to the clipboard and close the zoomer window, but only six zeros are copied to the clipboard whenever I click. Any sugg ... |
Topic: Hotkey doesn't work when #Included |
ArchCarrier
Replies: 4
Views: 485
|
Forum: Ask for Help Posted: Sun Jan 18, 2009 12:32 pm Subject: Hotkey doesn't work when #Included |
| That was indeed the solution, but not in the pieces of code I posted: in the Functions.ahk that's included in the first line of my .ini file, I had put a hotkey. I was working on both files at the sam ... |
| |