| Author |
Message |
Topic: [examples+minituts] The GDI+ Examplecodes thread |
Chronos
Replies: 58
Views: 21966
|
Forum: Scripts & Functions Posted: Thu Nov 20, 2008 9:22 pm Subject: [examples+minituts] The GDI+ Examplecodes thread |
Lines Coordinates Recordertool
could you post that drawing skript? I'm shure it would be very funny
Sure i will. Basically it goes like this (but keep in mind, this script is pretty much prim ... |
Topic: [examples+minituts] The GDI+ Examplecodes thread |
Chronos
Replies: 58
Views: 21966
|
Forum: Scripts & Functions Posted: Tue Nov 18, 2008 4:09 pm Subject: [examples+minituts] The GDI+ Examplecodes thread |
to tic and isnull:
the coordinates were handmade ... i created a simple script drawing lines where i clicked with my mouse. these were saved into a seperate file. the here presented script just inc ... |
Topic: [examples+minituts] The GDI+ Examplecodes thread |
Chronos
Replies: 58
Views: 21966
|
Forum: Scripts & Functions Posted: Mon Nov 17, 2008 8:06 pm Subject: [examples+minituts] The GDI+ Examplecodes thread |
A little drawing example
This was my first GDI+ toy. It draws (literally) my signature's logo. Maybe you like it.
; base from gdi+ ahk tutorial 2 written by tic (Tariq Porter)
; Requir ... |
Topic: AHK Remote - TCP/IP based remote control |
Chronos
Replies: 21
Views: 15870
|
Forum: Scripts & Functions Posted: Sun Sep 14, 2008 6:52 pm Subject: AHK Remote - TCP/IP based remote control |
why dont you use this function instead?
found this on derRaphael's winsock2 preview code
/*
This code based originally upon an example by DarviK
http://www.autohotkey.com/forum/topi ... |
Topic: Checking variable existance |
Chronos
Replies: 6
Views: 498
|
Forum: Ask for Help Posted: Sat Sep 13, 2008 5:50 pm Subject: Checking variable existance |
Skan, that's a nice one You have there, personally i think this is easier:
OutX =
OutY = 0
if StrLen(OutX)>0
MsgBox OutX Exists!
Else
MsgBox OutX? WTF?
MsgBox % "OutY&q ... |
Topic: Regex help |
Chronos
Replies: 10
Views: 642
|
Forum: Ask for Help Posted: Sat Sep 13, 2008 5:41 pm Subject: Regex help |
my unicode / utf-8 chartable tells me the following about your desired char:
Unicode code point character UTF-8 (hex.) name
U+0102 Ă c4 82 LATIN CAPITAL LETTER A WITH BREVE
U+0103 ă c ... |
Topic: Disable soundbeep? |
Chronos
Replies: 9
Views: 1066
|
Forum: General Chat Posted: Sat Sep 13, 2008 9:17 am Subject: Disable soundbeep? |
download systernal's process explorer (just google for it - its now on a ms site) - start it
look at the list of processes and do a right click on each - select "google for this" from menu ... |
Topic: Blank parameter in function call usability example |
Chronos
Replies: 3
Views: 637
|
Forum: Scripts & Functions Posted: Sat Sep 13, 2008 2:02 am Subject: Blank parameter in function call usability example |
| Thank You for sharing this script. Am I right, that it wont work with expressions? |
| |