AutoHotkey Homepage AutoHotkey Community
Let's help each other out
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Search found 126 matches
AutoHotkey Community Forum Index
Author Message
  Topic: Spotify without ads
lilljimpa

Replies: 21
Views: 9358

PostForum: Scripts & Functions   Posted: Sat Aug 22, 2009 12:44 pm   Subject: Spotify without ads
i know a better way to avoid it!
why i havent done it yet is becouse i don't know how to fix it. maybe you can help me help you

i first figure out how you could add every title in your playlist to ...
  Topic: DllCall( GetMenuState ... ) - spotify
lilljimpa

Replies: 1
Views: 134

PostForum: Ask for Help   Posted: Mon Aug 10, 2009 10:23 pm   Subject: DllCall( GetMenuState ... ) - spotify
I have never worked with dll call before so i need a bit help...
i need to use (getMenuState) to get check whenever the playback | Next is disabled or not on spotify
  Topic: check if menu control is disabled
lilljimpa

Replies: 1
Views: 142

PostForum: Ask for Help   Posted: Sat Aug 01, 2009 1:14 am   Subject: check if menu control is disabled
ok, i found out that i need to use a dll call (getMenuState) to get check whenever the playback | Next is disabled or not on spotify

working with a application to mute when that is disabled
all ...
  Topic: check if menu control is disabled
lilljimpa

Replies: 1
Views: 142

PostForum: Ask for Help   Posted: Fri Jul 31, 2009 6:57 pm   Subject: check if menu control is disabled
i want to see if a menu control is click able \ grayed out for example on a empty notepad on:
edit | seach (ctrl + F)



have been looking on controlGet without success...
ControlGet, OutputVar ...
  Topic: Yet another spotify witout ads
lilljimpa

Replies: 2
Views: 756

PostForum: Scripts & Functions   Posted: Sat Jul 18, 2009 2:11 am   Subject: Yet another spotify witout ads
I saw that some tried to arrange so that the sound mutes when advertising was running. however, some works not when minimized to tray. or for other it may not work in vista but this will work! (at lea ...
  Topic: UrlDownloadToFile as named or filecopy
lilljimpa

Replies: 2
Views: 310

PostForum: Ask for Help   Posted: Fri May 15, 2009 12:57 pm   Subject: UrlDownloadToFile as named or filecopy
okey.
the site i am downloading from is www.opensubtitles.org
as an example we take this sub title
http://www.opensubtitles.org/en/subtitles/3510631/jagad-x-code-en

the direct link to download ...
  Topic: UrlDownloadToFile as named or filecopy
lilljimpa

Replies: 2
Views: 310

PostForum: Ask for Help   Posted: Tue May 12, 2009 2:13 pm   Subject: UrlDownloadToFile as named or filecopy
when i download a url with a ID
example: http://www.domain.com/download.php?id=xxx

i wont know the file type or the file name (now it happens to be .srt sub files only) i would like it to be bett ...
  Topic: [solved] Finding missing number
lilljimpa

Replies: 3
Views: 196

PostForum: Ask for Help   Posted: Tue Apr 28, 2009 3:17 pm   Subject: [solved] Finding missing number
FileRead, Content, Existing.txt
Loop, Parse, Content, `n
{
If (InStr(A_LoopField, A_Index) = false)
MissingNo .= A_LoopField "`n"
}
FileAppend, % ...
  Topic: [solved] Finding missing number
lilljimpa

Replies: 3
Views: 196

PostForum: Ask for Help   Posted: Tue Apr 28, 2009 2:39 pm   Subject: [solved] Finding missing number
Hi

i have manges to sort a hole list with number from 1-16911
unfortunately there are some few numbers missing. It is 15241 lines in the txt file and i need to figure out how to find the missing n ...
  Topic: gui drag checkbox
lilljimpa

Replies: 5
Views: 383

PostForum: Ask for Help   Posted: Tue Mar 17, 2009 2:14 pm   Subject: gui drag checkbox
how can i modify this to take affect on checkbox insted?

Loop 6
Gui, Add, Picture, Icon%A_Index% gControlMove, User32.dll
Gui, Add, Text, w200 h30 +0x201 +Border gControlMove, Static Text Contro ...
  Topic: java
lilljimpa

Replies: 2
Views: 276

PostForum: Ask for Help   Posted: Sun Jan 04, 2009 4:54 am   Subject: java
not AHK related but...

hi, i wounder how (if possible) to make to javascript on one url link


can i make this do both on one singel attempt when i enter it in the adress?
javascript:window ...
  Topic: Merry XMas!
lilljimpa

Replies: 17
Views: 2221

PostForum: Scripts & Functions   Posted: Thu Dec 25, 2008 12:35 pm   Subject: Re: spectacular
spectacular is all I can say.


very original use of ahk.

so you maybe could make a scorch code with a image in a gui and tell me lite how it works and send it to me?
  Topic: Merry XMas!
lilljimpa

Replies: 17
Views: 2221

PostForum: Scripts & Functions   Posted: Tue Dec 23, 2008 5:07 pm   Subject: Merry XMas!
this is cool
wish i could understand it Razz
  Topic: Put here requests of problems with regular expressions
lilljimpa

Replies: 356
Views: 18613

PostForum: Ask for Help   Posted: Fri Dec 19, 2008 11:39 am   Subject: Put here requests of problems with regular expressions
quite don't understand whats is wrong here... i got this help from someone and dosen't work longer
page =
(
<tr>
<td width='20%'><b>Name</b>:</td>
< ...
  Topic: [new problem] RegExMatch
lilljimpa

Replies: 16
Views: 598

PostForum: Ask for Help   Posted: Thu Dec 18, 2008 11:11 pm   Subject: [new problem] RegExMatch
bump
 
Page 1 of 9 Goto page 1, 2, 3, 4, 5, 6, 7, 8, 9  Next
All times are GMT
Jump to:  


Powered by phpBB © 2001, 2005 phpBB Group