Messages - shmuel1 [ switch to compact view ]

Pages: prev1 ... 3 4 5 6 7 [8] 9 10next
36
I added lines 62 to 66 to close the tab after saving it. See the attached.
Remember to edit the hotkey (in line 7) to something that is not in use.

37
I have the same system as you, Win7-64.
On Win7-64 you have to do the following:
- Right-click AutoIt3.exe (located at C:\Program Files (x86)\AutoIt3\AutoIt3.exe) and select Properties.
- Click the Compatibility tab.
- Click the checkbox next to Run this program in compatibility mode for, then select Windows XP (Service Pack 3).
Try it again and let me know if it works.

38
Nice utility! Thanks.

39
I made the attached program using AutoIt. I attached the EXE and the source code file (AU3) inside the zip file. If you install AutoIt, you can run the program by double-clicking the AU3 file. (The advantage of doing it this way is that you can edit it yourself.)

To use this program, double-click the EXE. It runs in the background.
When you want to save a webpage, first copy a URL then press the shortcut key: CTRL+WindowsKey+S
Select the output format and click OK. (The default format is Webpage Complete.)
Webpages are saved to a folder on your desktop.

In Internet Explorer 9, you can copy a URL by right-clicking a link, then selecting "Copy shortcut." So if you use Internet Explorer, you would first right-click a link, select "Copy shortcut," then press CTRL+WindowsKey+S.

If you want a different shortcut key or other changes, let me know. One option is to have a separate shortcut key for each output format, Webpage Complete and MHT.

I didn't add the feature of automatically changing the file name if there are duplicates. First try it as is and let me know if you like it.

You can put the program in your Windows Startup folder and it will run when Windows starts up.

40
AutoHotkey / Re: AutoIt instead of AHK for assignments OK?
« on: May 28, 2012, 07:34 AM »
In AutoIt, you can use the HotKeySet function.
You can also use _IsPressed() together with #Include <Misc.au3>. This works a little differently.

See:
http://www.autoitscript.com/autoit3/docs/functions/HotKeySet.htm
http://www.autoitscript.com/autoit3/docs/libfunctions/_IsPressed.htm
 

Pages: prev1 ... 3 4 5 6 7 [8] 9 10next
Go to full version