AutoHotkey Community

It is currently May 24th, 2012, 7:25 am

All times are UTC [ DST ]


Search found 566 matches
Search these results:

Author Message

 Forum: Support   Topic: graphic-related: how to turn a square into round shape

Posted: Yesterday, 3:53 am 

Replies: 1
Views: 32


Hi, All I need to turn a square shape into a round one, hopefully AutoHotkey resolves this problem for me. I have a check board like image pattern and need to convert all the square parts to ball like figures, I know we might be able to do this using commercial graphic tool such as photoshop, but I ...

 Forum: Support   Topic: [Solved]A system for fastfood store

Posted: March 25th, 2012, 5:19 am 

Replies: 3
Views: 140


Curious... But it seems like your hard-coding too much.. actually I used Creator for GUI then modified with manual works. it's not I don't like loop, but I prefer this way for easier reference. Likely a history for the day's transactions which would hold details for each order for later reference.....

 Forum: Support   Topic: [Solved]A system for fastfood store

Posted: March 25th, 2012, 4:07 am 

Replies: 3
Views: 140


Hi, how's your weekend ? I am testing this ordering system for some promising fast-food store, you can see from the panel, it looks like a POS system, this script is a trial for demonstration purpose. In this system, I need to 'addend' a new meal below any previous selected meal and add up the costs...

 Forum: Support   Topic: Silent or Background downloading a file

Posted: March 23rd, 2012, 4:52 am 

Replies: 1
Views: 78


Hello, How to download a file in the background without actually launching the url where the target file is stored ? What I attempt to do is to let the program download a file to create a hit count, but the user won't notice or feel being hassled. Gui, Add, Picture, x0 y3 w480 h330 , %A_ScriptDir%\p...

 Forum: Support   Topic: Easy way to check the download history ?

Posted: March 22nd, 2012, 5:00 pm 

Replies: 5
Views: 132


http://bitly.com/pages/sidebar Indeed, at the same time, I already registered said site, cos it seems to be an alternative to me. Will feedback later of it works. (minutes later...) OK, this is how I did : As mentioned earlier, I put a check file ( check,txt) on Dropbox ( just for experimenting, wil...

 Forum: Support   Topic: Easy way to check the download history ?

Posted: March 22nd, 2012, 4:49 pm 

Replies: 5
Views: 132


The file in DropBox for example and not downloaded from your computer. Right, I should use other web server to upload the checking file. ConnectedToInternet(flag=0x43) { Return DllCall("Wininet.dll\InternetGetConnectedState", Str,flag, Int,0 ) } if !connectedtoin...

 Forum: Support   Topic: Easy way to check the download history ?

Posted: March 22nd, 2012, 4:02 pm 

Replies: 5
Views: 132


Hello, have a good day ;) How to check the download history of a download file? I want to know how many times my file has been downloaded from server such as Dropbox or else. At Dropbox, I upload a file and when launching my program running at users' side, they will have to access the web so to dld ...

 Forum: Support   Topic: exe2ahk question

Posted: March 22nd, 2012, 12:04 pm 

Replies: 4
Views: 211


Thanks for both your feedback.

I do use AHK_L to code and comiple cause I need Unicode for foreign text support.

 Forum: Support   Topic: exe2ahk question

 Post subject: exe2ahk question
Posted: March 22nd, 2012, 11:44 am 

Replies: 4
Views: 211


Hello, I tried to decompile my own compiled script, it successfully brings me the source code I wrote, if I append the password at the rear of the command line. now I wonder: 1. without knowing the password, it is hard to decompile any AutoHotkey execution file to get the source code, right? 2. with...

 Forum: Support   Topic: count the number of users using ahk-compiled app

Posted: March 20th, 2012, 5:10 pm 

Replies: 4
Views: 107


I had a similar issue, but didnt need EXACT numbers...i just set up an internal URL, used a COM object reference to open the URL in the background, and used my web tools to monitor the hits. Not elegant, but it worked for my needs. sounds cool, could u be specific as how you use the com object and ...

 Forum: Support   Topic: count the number of users using ahk-compiled app

Posted: March 20th, 2012, 4:39 pm 

Replies: 4
Views: 107


Hi, I need to figure out a solution for my problem:how to acquire the number of people who use my program ? to do this, I figure I might need my users to access the internet when they use the program, so I may detect them and get the sum of users, perhaps on a daily basis. Can AutoHotkey do that? I ...

 Forum: Support   Topic: how to check if user's software is genuine?

Posted: March 20th, 2012, 11:42 am 

Replies: 7
Views: 165


"they can ask refund within 7 days " I think I will live near you... Where do you live ? :-D So you can buy a game, hack it and return it ??? o_O I run my software-based company in Taiwan, where the government requests the website stores (Yahoo...), software companies ( including Google, ...

 Forum: Support   Topic: how to check if user's software is genuine?

Posted: March 20th, 2012, 11:04 am 

Replies: 7
Views: 165


rtcvb32, you have good points, I will perhaps release it semi-free , users can buy it for commercial purpose, usually and legally they have to use genuine programs, but it's hard to trace. or I join the anti-piracy community and catch the companies that use cracked program. The alternative for me is...

 Forum: Support   Topic: rectangle image inside a tray menu, how

Posted: March 20th, 2012, 10:46 am 

Replies: 2
Views: 79


I see, thk for the info.

 Forum: Support   Topic: how to check if user's software is genuine?

Posted: March 20th, 2012, 10:45 am 

Replies: 7
Views: 165


CodeKiller wrote:
If it's an AHK script you are wasting your time as the code is visible in the compiled script (at least in the last version of AHK).


Perhaps this is the major concern . :(
Sort by:  
Page 1 of 38 [ Search found 566 matches ]


All times are UTC [ DST ]


Powered by phpBB® Forum Software © phpBB Group