Search found 8 matches

by Jstjacques
31 Mar 2014, 10:49
Forum: Ask for Help (v1)
Topic: get product id or any other fixed property
Replies: 2
Views: 1634

Re: get product id or any other fixed property

If you're creating a license system, maybe you could write entries to the registry using Regwrite upon install and then check that registry item every time the app is started. If you want to base the script off of the product key take a look at this thread: http://www.autohotkey.com/board/topic/7327...
by Jstjacques
14 Mar 2014, 13:36
Forum: Gaming Help (v1)
Topic: pls help urgent! :(
Replies: 7
Views: 5352

Re: pls help urgent! :(

I ran this script and it seems to do what it says. Although no matter what key I pressed I didn't feel any urgency.
by Jstjacques
13 Feb 2014, 16:53
Forum: Ask for Help (v1)
Topic: FTP upload
Replies: 2
Views: 3859

Re: FTP upload

Here is an example of use based on a snippit from my code: Server := "ftp.XXX.net" UserName := "user" Password := "Password" UploadFile = All__Cases_%Month%-%Day%-%Year%.csv UploadFile2 = All__Case_Comments%Month%-%Day%-%Year%.csv ftp1 := new FTP() ftp1 ? TTip("InternetOpen Success") : Quit("Could n...
by Jstjacques
13 Feb 2014, 16:51
Forum: Ask for Help (v1)
Topic: FTP upload
Replies: 2
Views: 3859

Re: FTP upload

Someone (I wish I remember who) created a set of functions for FTP uploading, downloading, etc... I've included the original FTP include code. Past that, you would just call whichever function you need. ; ; Function: FTPv2 ; Description: ; Initializes and returns the FTP object. It is an alias for t...
by Jstjacques
10 Feb 2014, 16:54
Forum: Off-topic Discussion
Topic: Ahkscript Vs. Autohotkey
Replies: 33
Views: 13733

Re: Ahkscript Vs. Autohotkey

Disagreement was not in AutoHotkey (as a scripting language). Disagreement was only about website functioning. So there is no reason for forking. Fair enough. The "re-branding" forum posts located here http://ahkscript.org/boards/viewtopic.php?f=2&t=214&hilit=brand are very misleading then. Long li...
by Jstjacques
10 Feb 2014, 15:32
Forum: Off-topic Discussion
Topic: Ahkscript Vs. Autohotkey
Replies: 33
Views: 13733

Re: Ahkscript Vs. Autohotkey

Will this community stay as simply another resource for AHK or eventually fork into another language with it's own set of different functionality? I'm not sure which would turn out better, just curious as to the future as the rest of you see it. I've seen the other posts concerning re-branding, but ...
by Jstjacques
07 Feb 2014, 10:01
Forum: Off-topic Discussion
Topic: Test your Forum Posts
Replies: 422
Views: 221664

Re: Test your Forum Posts

test

Code: Select all

test!!!!!!
test

:D :) ;) :( :o :shock: :? :!: :?: :idea: :arrow: :| :geek: :ugeek:
by Jstjacques
07 Feb 2014, 09:03
Forum: Ask for Help (v1)
Topic: [SOLVED] How to remove GUI title bar icon
Replies: 16
Views: 10046

Re: How to remove GUI title bar icon

Gui, -border

Go to advanced search