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 6 matches
AutoHotkey Community Forum Index
Author Message
  Topic: Chickenfoot (Greasemonkey) for the people.
chris_lee

Replies: 10
Views: 2385

PostForum: Utilities & Resources   Posted: Wed Apr 02, 2008 6:14 am   Subject: Chickenfoot (Greasemonkey) for the people.
Thanks for the information about Chickenfoot.
Do you know how to enter double-byte character in Chickenfoot?

enter('English works');
enter('中文 not works');
  Topic: why add(pD, "k9", "v9"), get v9:v9
chris_lee

Replies: 0
Views: 172

PostForum: Ask for Help   Posted: Tue Jan 15, 2008 9:17 am   Subject: why add(pD, "k9", "v9"), get v9:v9
I have problem using dictionary. Hope someone can help me.

CoInitialize()
pdic := Dictionary()
Add(pdic, "k9", "v9")
MsgBox, % Enumerate(pdic& ...
  Topic: checkbox created by VB 2005 express
chris_lee

Replies: 10
Views: 438

PostForum: Ask for Help   Posted: Fri Apr 20, 2007 2:01 am   Subject: checkbox created by VB 2005 express
I apologize for posting the common error as a bug report, and thanks for all your replies.

As my understanding, VB express is different from VB6 and most likely to be VB.NET.

Since VB express is ...
  Topic: checkbox created by VB 2005 express
chris_lee

Replies: 10
Views: 438

PostForum: Ask for Help   Posted: Thu Apr 19, 2007 11:13 am   Subject: checkbox created by VB 2005 express
get check state of a checkbox created by VB 2005 express always return 0
  Topic: xpath v3 - read and write XML documents with XPath syntax
chris_lee

Replies: 317
Views: 23101

PostForum: Scripts & Functions   Posted: Mon Apr 09, 2007 4:38 am   Subject: xpath v3 - read and write XML documents with XPath syntax
I tried version 1.01 and it works just fine.
Thanks a lot! Laughing
  Topic: xpath v3 - read and write XML documents with XPath syntax
chris_lee

Replies: 317
Views: 23101

PostForum: Scripts & Functions   Posted: Wed Apr 04, 2007 11:13 am   Subject: why I got some extra tailing bytes of 0xA0?
I tried the code
xkcdFeed = http://xkcd.com/rss.xml
rss := XmlDoc(xkcdFeed)
latest := XPath(rss, "/rss/channel/item[1]/link/text()")
MsgBox, % ...
 
Page 1 of 1
All times are GMT
Jump to:  


Powered by phpBB © 2001, 2005 phpBB Group