| Author |
Message |
Topic: Finding a Process' RAM Memory Usage |
Voltron43
Replies: 5
Views: 701
|
Forum: Ask for Help Posted: Fri Oct 30, 2009 1:54 pm Subject: Finding a Process' RAM Memory Usage |
...but I felt that I should at least contribute with what little I know
Thanks for contributing. |
Topic: Portable ChromeLoader |
Voltron43
Replies: 4
Views: 993
|
Forum: Scripts & Functions Posted: Sun Oct 11, 2009 10:44 am Subject: Portable ChromeLoader |
You might be interested in X-Launcher, based on AutoIt3, from
Thanks for the info. |
Topic: Portable ChromeLoader |
Voltron43
Replies: 4
Views: 993
|
Forum: Scripts & Functions Posted: Sun Oct 11, 2009 2:35 am Subject: Portable ChromeLoader |
These scripts are based off of the ChromeLoader.exe that is packaged with ChromePortable from Carsten Knobloch at
;================================================== ... |
Topic: ExitApp When All Instances of Chrome Close |
Voltron43
Replies: 1
Views: 176
|
Forum: Ask for Help Posted: Sat Oct 10, 2009 2:22 am Subject: ExitApp When All Instances of Chrome Close |
I'm building another ChromeLoader for -An icon shows in the system tray when ChromeLoader is launched along with an instance of ChromePortable
-Double clicking the icon in the system tray launches an ... |
Topic: DigsbyBuddyList - Script to Hide Digsby BuddyList on Startup |
Voltron43
Replies: 0
Views: 506
|
Forum: Scripts & Functions Posted: Fri Oct 09, 2009 1:01 pm Subject: DigsbyBuddyList - Script to Hide Digsby BuddyList on Startup |
| To get Digsby to startup with the Buddy List minimized to the system tray, the value show_on_startup: yes under the buddylist: section in the defaults.yaml file located in the Digsby\res directory nee ... |
Topic: [Library] bit.ly API |
Voltron43
Replies: 28
Views: 3110
|
Forum: Scripts & Functions Posted: Tue Sep 22, 2009 9:47 pm Subject: [Library] bit.ly API |
| Added [url=http://blog.bit.ly/post/179664996/go-ahead-and-j-mp]j.mp support to To-Do list. |
Topic: TweetMyPC with AHK |
Voltron43
Replies: 4
Views: 539
|
Forum: General Chat Posted: Tue Sep 15, 2009 7:38 pm Subject: Re: |
Gahks,
I'm in the middle of writing my own project <but haven't released it yet> that does exactly this.
I can PM you the link to my project if you'd like to see what I've done so far. ... |
Topic: Finding a Process' RAM Memory Usage |
Voltron43
Replies: 5
Views: 701
|
Forum: Ask for Help Posted: Wed Sep 09, 2009 10:23 pm Subject: Finding a Process' RAM Memory Usage |
GetProcessMemoryInfo function
Thanks! It seems to work, but I keep getting a different value from AHK than what the Windows 7 Task Manager states. I'm assuming it's because the W7TM's column title ... |
Topic: Finding a Process' RAM Memory Usage |
Voltron43
Replies: 5
Views: 701
|
Forum: Ask for Help Posted: Wed Sep 09, 2009 1:24 am Subject: Finding a Process' RAM Memory Usage |
| I was looking at the following post to try and find a process' RAM memory usage and found that I had to get the process' memory address. I searched all over the forum and could not find out how to ge ... |
Topic: [Solved] Hotkeys: Ctrl + Shift + Tab |
Voltron43
Replies: 3
Views: 144
|
Forum: Ask for Help Posted: Mon Sep 07, 2009 8:36 am Subject: [Solved] Hotkeys: Ctrl + Shift + Tab |
^+Tab::MsgBox, Works: Ctrl & Shift & Tab
Doh! I should have known this. Thanks for the fast reply |
Topic: [Solved] Hotkeys: Ctrl + Shift + Tab |
Voltron43
Replies: 3
Views: 144
|
Forum: Ask for Help Posted: Mon Sep 07, 2009 8:29 am Subject: [Solved] Hotkeys: Ctrl + Shift + Tab |
How can I get a subroutine to run after pressing the hotkey sequence of Ctrl + Shift + Tab?
Ctrl & Tab::MsgBox, Works: Ctrl & Tab
Ctrl & Shift::MsgBox, Works ... |
Topic: [Library] bit.ly API |
Voltron43
Replies: 28
Views: 3110
|
Forum: Scripts & Functions Posted: Sat Aug 29, 2009 8:08 pm Subject: Re: thanks! |
...Would it be possible to add a leading http:// in case it's missing?
For example if I type just google.com (instead of http://google.com) I get a blank answer.
Let me look into it. |
Topic: [Library] bit.ly API |
Voltron43
Replies: 28
Views: 3110
|
Forum: Scripts & Functions Posted: Sat Aug 29, 2009 7:35 pm Subject: [Library] bit.ly API |
The moment the url contains # or & the query starts to fall and in some cases, throws the authentication problem maybe due to the 'encoding' scheme.
Try add a number sign '#' to line 158 of bitly ... |
Topic: [Library] bit.ly API |
Voltron43
Replies: 28
Views: 3110
|
Forum: Scripts & Functions Posted: Sat Aug 29, 2009 6:22 pm Subject: Re: You must be authenticated to access shorten |
Not sure what I'm doing wrong but I keep getting
"You must be authenticated to access shorten".
It works for me when using Example I.
#Include bitlyAPI.ahk
login := "bitlya ... |
Topic: Upload to TwitPic with httpQuery |
Voltron43
Replies: 0
Views: 241
|
Forum: Scripts & Functions Posted: Fri Aug 21, 2009 12:37 pm Subject: Upload to TwitPic with httpQuery |
Inspired by WARNING: Uploading to TwitPic is NOT secure.;===============================================================================
;
; TITLE: TwitPicUpload.ahk
; VERSION: ... |
| |