AutoHotkey Community

It is currently May 23rd, 2012, 5:36 am

All times are UTC [ DST ]


Search found 13 matches
Search these results:

Author Message

 Forum: Support   Topic: [Solved] StringReplace a Comma

Posted: November 8th, 2011, 5:02 pm 

Replies: 2
Views: 99


Need help with StringReplace syntax when the string includes commas.

Code:
;Trying to replace "|," with ","
Board = one|,two
msgbox %Board%
StringReplace, board, board, "|,", ",", All
msgbox %Board%


Thanks

 Forum: Scripts   Topic: [Release] LauncherLite

Posted: May 21st, 2011, 4:16 pm 

Replies: 9
Views: 1563


Nice work SifJar. I had done and use a similar script but it is not polished enough to share. One useful option to add to the Web Search plugin is to search highlighted text. When text is highlighted and the Launcher key is pressed, my script copies the text and pastes it in the search box. I then p...

 Forum: Offtopic   Topic: Looking for free utility to easily create buttons (jpg)

Posted: May 25th, 2010, 10:22 pm 

Replies: 2
Views: 283


You might find what you're looking for at:

http://www.dabuttonfactory.com/
http://cooltext.com/Buttons
http://jirox.net/AsButtonGen/

 Forum: Support   Topic: Close associated app (Launchy) when script closes

Posted: April 30th, 2009, 4:03 pm 

Replies: 1
Views: 371


I like to use Launchy from a flash drive. Problem is that Launchy does not have a tray icon so I sometimes forget that it is still running when I'm removing my flash drive. I would like to have a script that when run launches Launchy and stays open as a tray icon. But when I close the script, using ...

 Forum: Utilities   Topic: Useful Run Commands

Posted: December 17th, 2008, 7:39 pm 

Replies: 14
Views: 2839


Good information - poor presentation!

 Forum: Support   Topic: Alt+M+S opens say, a website

Posted: November 15th, 2008, 6:51 pm 

Replies: 16
Views: 1247


If someone knows the answer to Mikesnm's inquiry, please respond. I did read the manual, specifically the Hotkeys page and could not find the answer.

Thank you.

 Forum: Support   Topic: Retrieve current sites URL

Posted: October 23rd, 2008, 7:00 pm 

Replies: 7
Views: 549


For a newbie's benefit, can someone explain if and why using the following to get a browser's URL is bad practice:

Code:
  send, ^l
  Sleep, 100
  send, ^c
  Sleep, 100
  CurrentURL = %Clipboard%


Thanks.

 Forum: Suggestions   Topic: integrate hotkey script on autohotkey website

Posted: October 23rd, 2008, 5:50 pm 

Replies: 5
Views: 1138


This can be done with 3rd party services. A nice one I use is Dropbox.

https://www.getdropbox.com/

 Forum: Support   Topic: Parse URL String

 Post subject: Parse URL String
Posted: October 22nd, 2008, 5:20 am 

Replies: 2
Views: 531


How do I get an eight character date string = 20081101

From the URL = http://url.com/_php/lookup.php?mode=dat ... d=1&y=2008

Having trouble coming up with the logic using StringSplit.

TIA.

 Forum: Support   Topic: Can AHK be used to apply GMail Lables?

Posted: October 10th, 2008, 3:26 pm 

Replies: 1
Views: 388


I have a long list of labels I use in GMail and filters to apply them. Sometimes I get messages that are not automatically labeled via filters and I need to manually apply a label. Problem is because I have a long list of labels, this process can be tedious. Can AHK hotkeys be used to assign specifi...

 Forum: Support   Topic: How do I get Started?

Posted: October 9th, 2008, 2:14 am 

Replies: 3
Views: 397


Two more things to do:

1. Read the forums to see what people are using AHK for.
2. Find scripts in the Forums. Save them and experiment changing them.

 Forum: Offtopic   Topic: [Solved] RSS Feed for New Threads Only

Posted: October 3rd, 2008, 12:08 am 

Replies: 4
Views: 804


Thank you.

The following works:

http://www.autohotkey.com/forum/rss.php?t=1

 Forum: Offtopic   Topic: [Solved] RSS Feed for New Threads Only

Posted: October 2nd, 2008, 9:31 pm 

Replies: 4
Views: 804


Is there an RSS feed for new forum threads only?

The existing forum's new messages RSS is helpful but a new threads only RSS would cut down on the number of items in the feed and will let users follow only the threads of their interest.

If now such feed is available please consider.

Thanks.
Sort by:  
Page 1 of 1 [ Search found 13 matches ]


All times are UTC [ DST ]


Powered by phpBB® Forum Software © phpBB Group