| Author |
Message |
Topic: online ahk chat room ftp and local |
nickromano
Replies: 18
Views: 2186
|
Forum: Scripts & Functions Posted: Mon Mar 17, 2008 1:28 am Subject: online ahk chat room ftp and local |
| Hi i am the developer and I am glad someone is still interested in this script. A couple weeks ago I actually rewrote the entire code because I wanted it to be more AIM like with multiple windows wit ... |
Topic: text file to desktop background |
nickromano
Replies: 17
Views: 661
|
Forum: Ask for Help Posted: Wed Jan 16, 2008 11:31 pm Subject: text file to desktop background |
| thanks that helps a lot |
Topic: text file to desktop background |
nickromano
Replies: 17
Views: 661
|
Forum: Ask for Help Posted: Wed Jan 16, 2008 10:22 pm Subject: text file to desktop background |
| thats really cool but how do i hide the taskbar button? |
Topic: online ahk chat room ftp and local |
nickromano
Replies: 18
Views: 2186
|
Forum: Scripts & Functions Posted: Wed Jan 09, 2008 9:52 pm Subject: online ahk chat room ftp and local |
| i was the one who originally wrote this program and i think you will have to go back to the version i made to add ftp. the reason is that mine uses an edit box instead of a listbox so the chat.dat fi ... |
Topic: #INCLUDE SQLite.ahk - Functions to access SQLite3 DB's |
nickromano
Replies: 33
Views: 6665
|
Forum: Scripts & Functions Posted: Sun Jan 06, 2008 9:36 pm Subject: #INCLUDE SQLite.ahk - Functions to access SQLite3 DB's |
| do you think this could be used to edit the calendar on an iphone because it stores the calendar file with a .sqlite extension? |
Topic: Silent Compile |
nickromano
Replies: 6
Views: 247
|
Forum: Ask for Help Posted: Mon Dec 24, 2007 4:28 pm Subject: Silent Compile |
alright i found how to do it.
Run ahk2exe.exe /in "%script%" /out "%compiledscript%" /icon MyIcon.ico /pass MyPassword
thanks anyways |
Topic: Online HTML Editor - Beta |
nickromano
Replies: 4
Views: 464
|
Forum: General Chat Posted: Thu Dec 20, 2007 12:51 am Subject: Online HTML Editor - Beta |
| why isn't it up anymore i really wanted to look at this? |
Topic: Gui Color Help |
nickromano
Replies: 1
Views: 205
|
Forum: Ask for Help Posted: Mon Dec 17, 2007 11:56 pm Subject: Gui Color Help |
| So i'm trying to add color to my gui but these colors aren't working. I used the gui, color, , (whatever the color is) command but it will only put a color in one of the controls. i have tried to ad ... |
Topic: Lan Chat |
nickromano
Replies: 16
Views: 1433
|
Forum: Scripts & Functions Posted: Mon Dec 17, 2007 12:47 am Subject: Lan Chat |
| thanks for the suggestions i will try to add them in. also can i add colors to my gui? |
Topic: Lan Chat |
nickromano
Replies: 16
Views: 1433
|
Forum: Scripts & Functions Posted: Sun Dec 16, 2007 4:45 am Subject: v1.0.4 |
| I have made a TON of edits and here are some screenshots and the code. Sorry for all of the unnecessary comments in the code (I'm trying to teach someone some autohotkey and i thought comments would ... |
Topic: Lan Chat |
nickromano
Replies: 16
Views: 1433
|
Forum: Scripts & Functions Posted: Thu Dec 13, 2007 3:31 am Subject: Lan Chat |
| I am in this class that has computers that are only conected by LAN and not the internet so all of us in the class needed a way to chat. So i made this script that everyone can run from a shared fold ... |
Topic: Peek under a window |
nickromano
Replies: 5
Views: 3714
|
Forum: Scripts & Functions Posted: Mon Dec 10, 2007 11:23 pm Subject: Peek under a window |
Thank you so much i have been trying to do this for EVER.  |
Topic: IP Address |
nickromano
Replies: 18
Views: 1597
|
Forum: Scripts & Functions Posted: Mon Dec 10, 2007 11:14 pm Subject: IP Address |
| i did a search for "ip address" and i got no results. that is why I made this script but apparently some one already did this a couple of years ago. http://www.autohotkey.com/forum/viewtop ... |
Topic: How to let AHK press the left button?? |
nickromano
Replies: 5
Views: 157
|
Forum: Ask for Help Posted: Sun Dec 09, 2007 4:58 am Subject: How to let AHK press the left button?? |
it worked for me. i don't know if it matters or not though  |
Topic: How to let AHK press the left button?? |
nickromano
Replies: 5
Views: 157
|
Forum: Ask for Help Posted: Sun Dec 09, 2007 4:35 am Subject: How to let AHK press the left button?? |
try it like this
x::
send, {left}
with a comma in there |
| |