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 283 matches
AutoHotkey Community Forum Index
Author Message
  Topic: Convert .ppm to .jpg/bmp/png
flak

Replies: 6
Views: 586

PostForum: Ask for Help   Posted: Sat May 28, 2011 6:47 pm   Subject: Convert .ppm to .jpg/bmp/png
http://www.irfanview.com/ can do it
  Topic: =. operator
flak

Replies: 14
Views: 550

PostForum: Wish List   Posted: Thu May 26, 2011 5:48 pm   Subject: =. operator
I personally think it would be better if you could leave the concatenation operator as is and just switch the terms around:

"hi" .= var

a := "1"
b := "2"
a .= b
...
  Topic: What good programs have you come across but found they wer'n
flak

Replies: 6
Views: 420

PostForum: General Chat   Posted: Tue May 24, 2011 10:45 pm   Subject: What good programs have you come across but found they wer'n
I once found one good application, but it was only available in russian.
But then I remembered I'm russian and lived happily ever after.
  Topic: Favorite Browser
flak

Replies: 30
Views: 1052

PostForum: General Chat   Posted: Mon May 23, 2011 10:56 am   Subject: Favorite Browser
https://chrome.google.com/webstore/list/top_rated_list/1?category=ext%2F11-web-development
  Topic: what is *ptr | *++ptr << 8 | *++ptr << 16 | *+
flak

Replies: 4
Views: 149

PostForum: Ask for Help   Posted: Sun May 22, 2011 3:45 pm   Subject: what is *ptr | *++ptr << 8 | *++ptr << 16 | *+
It's in reversed byte order.
  Topic: Favorite Browser
flak

Replies: 30
Views: 1052

PostForum: General Chat   Posted: Sun May 22, 2011 12:06 pm   Subject: Favorite Browser
http://en.wikipedia.org/wiki/Chromium_(web_browser)

The project's hourly Chromium snapshots appear essentially similar to the latest builds of Google Chrome aside from the omission of certain Goog ...
  Topic: [AHK] & [AHK_L] Control a script from the clipboard
flak

Replies: 5
Views: 412

PostForum: Scripts & Functions   Posted: Sat May 21, 2011 10:35 am   Subject: [AHK] & [AHK_L] Control a script from the clipboard
I prefer communication with window messages (SendMessage, OnMessage).
  Topic: Compiled version of the script shows the wrong character
flak

Replies: 11
Views: 573

PostForum: Bug Reports   Posted: Fri May 20, 2011 8:50 pm   Subject: Compiled version of the script shows the wrong character
For example, if this were written in Notepad, you wouldn't be able to compile without first getting a different text editor for UTF-8 encoding.
http://i.imgur.com/D97m0.png

Also, you are probably ...
  Topic: Compiled version of the script shows the wrong character
flak

Replies: 11
Views: 573

PostForum: Bug Reports   Posted: Fri May 20, 2011 5:22 pm   Subject: Compiled version of the script shows the wrong character
Substitute AutoHotkeySC.bin from ANSI version.
  Topic: [AHK_L] __Get wont work for class itself
flak

Replies: 4
Views: 241

PostForum: Ask for Help   Posted: Thu May 19, 2011 11:30 am   Subject: [AHK_L] __Get wont work for class itself
class cc
{
__Get(aName)
{
return aName
}
}

cc2 := {base:{__Get: "ProGetFunc"}}

ProGetFunc(this,a ...
  Topic: WinHttpRequest, ComObjConnect, hangs up
flak

Replies: 8
Views: 438

PostForum: Ask for Help   Posted: Thu May 19, 2011 11:25 am   Subject: WinHttpRequest, ComObjConnect, hangs up
When I use asynchronous mode, I want to catch events from that object, that's why I use ComObjConnect. But script hangs up and crashes.
  Topic: WinHttpRequest, ComObjConnect, hangs up
flak

Replies: 8
Views: 438

PostForum: Ask for Help   Posted: Wed May 18, 2011 8:21 am   Subject: WinHttpRequest, ComObjConnect, hangs up
Your code opens connection in synchronous mode, which is not what I need.
  Topic: WinHttpRequest, ComObjConnect, hangs up
flak

Replies: 8
Views: 438

PostForum: Ask for Help   Posted: Tue May 17, 2011 10:01 pm   Subject: WinHttpRequest, ComObjConnect, hangs up
bmup
  Topic: Open dns
flak

Replies: 7
Views: 704

PostForum: Utilities & Resources   Posted: Tue May 17, 2011 1:17 pm   Subject: Open dns
System nameservers are faster than ALL public alternatives.
  Topic: WinHttpRequest, ComObjConnect, hangs up
flak

Replies: 8
Views: 438

PostForum: Ask for Help   Posted: Mon May 16, 2011 11:57 pm   Subject: WinHttpRequest, ComObjConnect, hangs up
(AHK_L)

#Persistent

http:=ComObjCreate("WinHttp.WinHttpRequest.5.1")
ComObjConnect(http, "h_")
http.open("GET", "http://google.co ...
 
Page 1 of 19 Goto page 1, 2, 3 ... 17, 18, 19  Next
All times are GMT
Jump to:  


Powered by phpBB © 2001, 2005 phpBB Group