Search found 647 matches
- 03 Jan 2014, 06:34
- Forum: Ask For Help
- Topic: [Solved] GDI Painting GUI controls
- Replies: 5
- Views: 2059
[Solved] GDI Painting GUI controls
I have a screen pen script I want the GUI controls range (eg Picture 300 * 300) painting How can I modify it? Or :How to display it to a GUI control (size 300x300) after drawing on screen. #Persistent #SingleInstance force CoordMode, Mouse, Screen SetBatchLines -1 BISE=0xFFFF8000 BIKUAN=10 #LButton:...
- 20 Dec 2013, 04:00
- Forum: Scripts and Functions
- Topic: [Class] SQLiteDB - Update on 2019-12-12
- Replies: 234
- Views: 70559
Re: [Class] SQLiteDB
Thanks. I will transfer to V2.
I used to add two functions make it more easy to use:
I used to add two functions make it more easy to use:
Code: Select all
Class_SQLiteDB(){
Return New SQLiteDB
}
SQLite_(v){
Return InStr(v, "`'") ? StrReplace(v,"`'","`'`'") : v
}
- 19 Dec 2013, 05:15
- Forum: Scripts and Functions
- Topic: [Class] SQLiteDB - Update on 2019-12-12
- Replies: 234
- Views: 70559
Re: [Class] SQLiteDB
Can you add support for ahk v2 it?
I tried to modify, but always errors, especially reading and writing binary part.
Thanks.
I tried to modify, but always errors, especially reading and writing binary part.
Thanks.
- 06 Dec 2013, 06:13
- Forum: Scripts and Functions
- Topic: Alternative compiling function COMPLETE CODE OBFUSCATION!
- Replies: 29
- Views: 14885
Re: Alternative compiling function COMPLETE CODE OBFUSCATION
Thanks for reply.
- 05 Dec 2013, 06:46
- Forum: Scripts and Functions
- Topic: Alternative compiling function COMPLETE CODE OBFUSCATION!
- Replies: 29
- Views: 14885
Re: Alternative compiling function COMPLETE CODE OBFUSCATION
Thanks for sharing.
After compiling can be cracked it?
After compiling can be cracked it?
- 17 Nov 2013, 11:36
- Forum: Scripts and Functions
- Topic: Class RichEdit - update on 2015-04-14 (v0.1.05.00)
- Replies: 200
- Views: 62472
Re: Class RichEdit - rich edit control for AHK (Unicode)
This is very useful. Thanks.