Search found 44 matches
- 03 Nov 2013, 09:37
- Forum: Ask For Help
- Topic: Help With Windows Media Player (WMP)
- Replies: 10
- Views: 4357
Re: Help With Windows Media Player (WMP)
Sorry, it will take me some time to figure out the COM magic behind this. Until then, could you please edit your posts to put the code in spoiler tags ?
- 03 Nov 2013, 05:14
- Forum: Offtopic
- Topic: Shall we have an official AHK channel without Ops and rules?
- Replies: 60
- Views: 19188
Re: Shall we have an official AHK channel without Ops and ru
+1sTrolling wrote:What in the world is over-respect is it like over-eating???kidbit wrote:Morpheus
not all people deserve respect, so that's not lack of respect, that's lack of over-respect.

- 02 Nov 2013, 07:27
- Forum: Ask For Help
- Topic: Help With Windows Media Player (WMP)
- Replies: 10
- Views: 4357
Re: Help With Windows Media Player (WMP)
Please use spoiler tags while posting code. It becomes hard to navigate with such long code.
The line you're looking for, I guess would be wmp.controls.playitem(pl.item(track-1))
The line you're looking for, I guess would be wmp.controls.playitem(pl.item(track-1))
- 02 Nov 2013, 07:25
- Forum: Offtopic
- Topic: « What's on your mind? »
- Replies: 4482
- Views: 1067027
Re: « What's on your mind? »
Thanks! That was unexpected.tomoe_uehara wrote:Shubh Diwali @ smorgasboard, Rihul Ahuja, SKAN

- 30 Oct 2013, 01:49
- Forum: Offtopic
- Topic: Suggestions about program sharing site? Softopedia?
- Replies: 51
- Views: 15545
Re: Suggestions about program sharing site? Softopedia?
Does webs.com really store files on Dropbox ? There's no mention in the Features page . If it does, it would be awesome .. I have tried another pancakeapps.com which also stores files on dropbox but it isn't that good . No, the files are stored in my dropbox account. Sorry but isn't it the same thi...
- 29 Oct 2013, 12:03
- Forum: Ask For Help
- Topic: Audio Duration
- Replies: 19
- Views: 9165
Re: Audio Duration
I have personally used the COM method, and it works great. It can retrieve other tags as well, but is not able to change them, I believe.
But the AudioGenie method is better, I migrated to it later, although I don't remember requiring a different DLL for 64 bit.
But the AudioGenie method is better, I migrated to it later, although I don't remember requiring a different DLL for 64 bit.

- 29 Oct 2013, 11:54
- Forum: Ask For Help
- Topic: Help With Windows Media Player (WMP)
- Replies: 10
- Views: 4357
- 29 Oct 2013, 11:44
- Forum: Ask For Help
- Topic: Retrieve traytip text using TTM_GetText message
- Replies: 9
- Views: 4471
Re: Retrieve traytip text using TTM_GetText message
I believe I understood what you mean, but the code still doesn't work. :?: Title:="Title" Text:="Related text" wParam:=StrLen(Text)+1 ;total length, including null char cbSize:= 4 ;UINT cbSize; 4 4 4 +4 ;UINT uFlags; 4 4 4 +A_PtrSize ;HWND hwnd; A_PtrSize 4 8 +A_PtrSize ;UINT_PTR uId; A_PtrSize 4 8 ...
- 29 Oct 2013, 11:22
- Forum: Ask For Help
- Topic: Replacing AHK exe app without installing
- Replies: 14
- Views: 5770
Re: Replacing AHK exe app without installing
Thanks, I forgot about that. So, is installing the same as extracting, setting up file associations, and adding stuff to the right click menu ?lexikos wrote:Why avoid installing? The installer also updates the help file.
- 27 Oct 2013, 11:59
- Forum: Wish List
- Topic: Open a new forum for script collection?
- Replies: 12
- Views: 4135
Re: Open a new forum for script collection?
I would support this, we do not want to lose the works of great members, who may or may not show up here in the future.
Of course, any license of the original author must be obeyed.
Of course, any license of the original author must be obeyed.
- 27 Oct 2013, 11:54
- Forum: Ask For Help
- Topic: AHK v2 version.txt?
- Replies: 3
- Views: 2295
Re: AHK v2 version.txt?
Coco, thanks for posting this, I didn't know about it. It helps me keep AHK updated. 

Re: Shoutbox
Thanks, but did you intend to post it here, or was it accidental ?tank wrote:I have modified the code so that all avatars more than 80 wide will be shrunk to 80 and preserve aspect ratio
- 27 Oct 2013, 11:44
- Forum: Ask For Help
- Topic: Replacing AHK exe app without installing
- Replies: 14
- Views: 5770
Re: Replacing AHK exe app without installing
The latest version is now 1.1.13.01Guest10 wrote:now when i run this i get 1.1.13.00RijulAhuja wrote:Run this code.
MsgBox % A_AHKVersion

- 27 Oct 2013, 11:33
- Forum: Ask For Help
- Topic: Replacing AHK exe app without installing
- Replies: 14
- Views: 5770
Re: Replacing AHK exe app without installing
Is it normal I get the number 1.1.11.01? No, the latest version is 1.1.13.01. You can get it from this direct link . Also, I suggest you implement a check for the latest version in your master script, by calling this function from its auto execute section. CheckAHKLatest() { ;requires internet acce...
- 27 Oct 2013, 10:41
- Forum: Ask For Help
- Topic: Replacing AHK exe app without installing
- Replies: 14
- Views: 5770
Re: Replacing AHK exe app without installing
Run this code.
MsgBox % A_AHKVersion
MsgBox % A_AHKVersion
- 27 Oct 2013, 09:05
- Forum: Ask For Help
- Topic: Retrieve traytip text using TTM_GetText message
- Replies: 9
- Views: 4471
Re: Retrieve traytip text
Some questions regarding this 1. UINT_PTR is defined as #if defined(_WIN64) typedef unsigned __int64 UINT_PTR; #else typedef unsigned int UINT_PTR; #endif Do I need to check if my system is 64 bit or the running exe ? 2. How did you determine the size of lpszText ? It would depend on whether the exe...
- 27 Oct 2013, 07:03
- Forum: Ask For Help
- Topic: Replacing AHK exe app without installing
- Replies: 14
- Views: 5770
Re: Replacing AHK exe app without installing
I think so, but you would probably want to copy the compiler as well.
- 27 Oct 2013, 06:52
- Forum: Offtopic
- Topic: « What's on your mind? »
- Replies: 4482
- Views: 1067027
Re: « What's on your mind? »
My reply.nnnik wrote:Found something again.SpoilerImagine this'd happen to you.
Spoiler
- 27 Oct 2013, 06:09
- Forum: Ask For Help
- Topic: Scrambled output in OpenOffice
- Replies: 4
- Views: 2458
Re: Scrambled output in OpenOffice
May I recommend the Clip() function, to be used for pasting text, rather than sending it ?
- 27 Oct 2013, 06:06
- Forum: Offtopic
- Topic: Missing posts
- Replies: 8
- Views: 3907
Re: Missing posts
Yes, they are missing. It's probably due to mods removing the thread, as it is the current spot for fights, or due to some of them being lost in backup and restore operations.