| Author |
Message |
Topic: AHK Basic Lib: FreeImage.dll wrapper |
linpinger
Replies: 3
Views: 418
|
Forum: Scripts & Functions Posted: Tue Aug 30, 2011 7:06 am Subject: AHK Basic Lib: FreeImage.dll wrapper |
What is FreeImage?
FreeImage is an Open Source library project for developers who would like to support popular graphics image formats like PNG, BMP, JPEG, TIFF and others as needed by today's mult ... |
Topic: Wrapper for libHaru (creates PDFs) (stdlib) [r1, 2009-05-11] |
linpinger
Replies: 16
Views: 6267
|
Forum: Scripts & Functions Posted: Fri Aug 12, 2011 6:45 am Subject: Wrapper for libHaru (creates PDFs) (stdlib) [r1, 2009-05-11] |
Thanks for this wrapper and excellent examples!
I am using this lib to create pdfs, I am chinese.
I found Some bugs
1. When Create enbeded TrueType Fonts And Using HPDF_UseCNSEncodings
... |
Topic: AutoHotkey64: 64-bit AutoHotkey_L [updated 6/24/10] |
linpinger
Replies: 40
Views: 12874
|
Forum: Scripts & Functions Posted: Tue Jun 29, 2010 11:17 am Subject: AutoHotkey64: 64-bit AutoHotkey_L [updated 6/24/10] |
Hi, fincs
Thanks for the new release
Your release merged sean's com lib
in your example script, I only found ComObjCreate()
Did it have other new functions?
Better to write a documentat ... |
Topic: #INCLUDE SQLite.ahk - Functions to access SQLite3 DB's |
linpinger
Replies: 63
Views: 26360
|
Forum: Scripts & Functions Posted: Tue May 11, 2010 1:54 am Subject: when i insert a 'big' text into db, ahk break down |
At First, thanks nick to made this great lib
i am useing the latest sqlite3.dll and your sqlite.ahk
I found that, when i insert a 'big' text into the table
and then i query this record, then ahk ... |
Topic: AutoHotkey_L: Arrays, Debugger, x64, COM, #If expression ... |
linpinger
Replies: 1035
Views: 177350
|
Forum: Scripts & Functions Posted: Tue Feb 02, 2010 3:00 am Subject: AutoHotkey_L: Arrays, Debugger, x64, COM, #If expression ... |
At First ,Thanks Lexikos and Others
What does it show on standard AutoHotkey v1.0.48.05? Also, what encoding are you using for the file? Are those 8-bit characters? (If not, it is unlikely that an ... |
Topic: AutoHotkey_L: Arrays, Debugger, x64, COM, #If expression ... |
linpinger
Replies: 1035
Views: 177350
|
Forum: Scripts & Functions Posted: Mon Feb 01, 2010 8:11 am Subject: AutoHotkey_L: Arrays, Debugger, x64, COM, #If expression ... |
Is this a bug ?
Test code:
string := "君子以自强不息"
b := "自"
msgbox, % instr(string, b)
In Revision ... |
Topic: WMI COM |
linpinger
Replies: 39
Views: 8465
|
Forum: Scripts & Functions Posted: Tue Dec 08, 2009 11:44 am Subject: WMI COM |
If I want to rename the "Administrator" to "hey"
How to did it through WMI ? |
Topic: StrX() :: Auto-Parser for XML / HTML |
linpinger
Replies: 50
Views: 11277
|
Forum: Scripts & Functions Posted: Sat Nov 21, 2009 12:08 pm Subject: StrX() :: Auto-Parser for XML / HTML |
Maybe StrX() should reset N with 1 when it is about to return an empty string?
I think reseting N is a good Ideal
Because, When we Use N as the last Parameter
It always show , N ... |
Topic: StrX() :: Auto-Parser for XML / HTML |
linpinger
Replies: 50
Views: 11277
|
Forum: Scripts & Functions Posted: Sat Nov 21, 2009 2:13 am Subject: StrX() :: Auto-Parser for XML / HTML |
I have get the latest strX()
It's completly Great !
I noticed that new Example 1 don't have
N := 1
It means that N is blank, does it matter?
(The result is right, have no problem.) |
Topic: StrX() :: Auto-Parser for XML / HTML |
linpinger
Replies: 50
Views: 11277
|
Forum: Scripts & Functions Posted: Fri Nov 20, 2009 1:58 pm Subject: StrX() :: Auto-Parser for XML / HTML |
Thanks SKAN's Reply !
I still Don't UnderStand
while Searching on the end of string, why It don't stop and break
I had to add some other check code,
add this three line in while loop can bre ... |
Topic: StrX() :: Auto-Parser for XML / HTML |
linpinger
Replies: 50
Views: 11277
|
Forum: Scripts & Functions Posted: Fri Nov 20, 2009 9:50 am Subject: StrX() :: Auto-Parser for XML / HTML |
If I Comment No. 03 line
It will go into an unend loop
why does this happen?
my English is pool, ^_^ |
Topic: libiconv - Conversion between encodings [DLL/CMD] |
linpinger
Replies: 3
Views: 1295
|
Forum: Utilities & Resources Posted: Tue Oct 06, 2009 3:40 am Subject: libiconv - Conversion between encodings [DLL/CMD] |
can you give a dllcall example to convert UCS-2 string to UTF-8 String
really dont't known how to use dllcall |
Topic: MS Office Automation Functions (via COM) [thanks Sean] |
linpinger
Replies: 294
Views: 63005
|
Forum: Scripts & Functions Posted: Sat Sep 19, 2009 12:12 am Subject: MS Office Automation Functions (via COM) [thanks Sean] |
My Code is Here:
FileName = %A_scriptdir%\aaa.doc
COM_Init()
objword := COM_CreateObject("Word.Application")
COM_Invoke(objword,"Visible=",True) ... |
Topic: MS Office Automation Functions (via COM) [thanks Sean] |
linpinger
Replies: 294
Views: 63005
|
Forum: Scripts & Functions Posted: Fri Sep 18, 2009 7:12 am Subject: MS Office Automation Functions (via COM) [thanks Sean] |
MS Word
in a existing .doc file
in this file only have one "Hello"
How To Replace Text "Hello" To "World" with COM ?
Thanks a lot !
My English is pool ^_^ |
| |