AutoHotkey Homepage AutoHotkey Community
Let's help each other out
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Search found 824 matches
AutoHotkey Community Forum Index
Author Message
  Topic: FaxTool - TIFF/PDF Splitter / Joiner
Icarus

Replies: 16
Views: 1579

PostForum: Scripts & Functions   Posted: Thu Jan 28, 2010 3:40 pm   Subject: FaxTool - TIFF/PDF Splitter / Joiner
I am glad to hear.

There is also FaxTool's big brother, which uses the same concept and lightweight interface for other file types, plus it is extensible to do whatever you want.

If interested, ...
  Topic: URLDownloadToFile download emails
Icarus

Replies: 1
Views: 70

PostForum: Ask for Help   Posted: Mon Jan 25, 2010 9:27 pm   Subject: URLDownloadToFile download emails
Not sure you can.

I would suggest looking into [url=http://curl.haxx.se/]cURL if you want to do advanced HTTP downloads, and specifically for emails, I would look into some POP3 mail getters, like ...
  Topic: SW copy protection
Icarus

Replies: 212
Views: 30103

PostForum: Scripts & Functions   Posted: Wed Jan 13, 2010 8:03 pm   Subject: SW copy protection
Weird.

When you are not sending keys to SWP_Initialize, it still uses them, only defaults.
See the declaration for SWP_Initialize

Try calling it with these keys:
SWP_Initialize( 0x11111111, 0x ...
  Topic: FaxTool - TIFF/PDF Splitter / Joiner
Icarus

Replies: 16
Views: 1579

PostForum: Scripts & Functions   Posted: Sun Jan 03, 2010 10:41 pm   Subject: FaxTool - TIFF/PDF Splitter / Joiner

I'd rather my users have to deal with it at a minimum!
Funny enough I've found some lower level functions that ONLY allow for files to be read from the script dir so it looks like this is going to ...
  Topic: FaxTool - TIFF/PDF Splitter / Joiner
Icarus

Replies: 16
Views: 1579

PostForum: Scripts & Functions   Posted: Sun Jan 03, 2010 8:41 am   Subject: FaxTool - TIFF/PDF Splitter / Joiner
1st off I want to thank you for such a speedy reply.
Its nice to have someone to talk to about this (my wife hates it when I try to explain this stuff to her Laughing).


I hear you... Smile


I opte ...
  Topic: FaxTool - TIFF/PDF Splitter / Joiner
Icarus

Replies: 16
Views: 1579

PostForum: Scripts & Functions   Posted: Sat Jan 02, 2010 10:48 pm   Subject: FaxTool - TIFF/PDF Splitter / Joiner
Good questions.

In regards to the separate EXE files, I did not get any negative feedback.

In regards to antivirus false positive - I am getting quite a few of these, with almost all my compiled ...
  Topic: SW copy protection
Icarus

Replies: 212
Views: 30103

PostForum: Scripts & Functions   Posted: Sun Dec 20, 2009 10:50 am   Subject: SW copy protection
Tom,

It is not advisable to use it without any keys.
These are the secret keys that separate your code generation from other people.

Using two is probably enough, and yes, you need to use the s ...
  Topic: FaxTool - TIFF/PDF Splitter / Joiner
Icarus

Replies: 16
Views: 1579

PostForum: Scripts & Functions   Posted: Sat Dec 19, 2009 3:11 pm   Subject: FaxTool - TIFF/PDF Splitter / Joiner
Released version 0.20

Output filenames will be based on the input filename:
Split of SomeDoc.pdf will produce SomeDoc_1.pdf, SomeDoc2.pdf
Join of SomeDoc_1.pdf and SomeDoc_2.pdf will produce Some ...
  Topic: Protecting SQLite Database
Icarus

Replies: 8
Views: 291

PostForum: Ask for Help   Posted: Sat Dec 12, 2009 9:39 am   Subject: Protecting SQLite Database
TodWulff,

I decided to implement my SQLite encryption using a third party encryption tool that I am using regularly.

So, if you are planning on distributing your AHK script to many people, my so ...
  Topic: No Mouse Today! - A Numpad Mouse Replacement
Icarus

Replies: 17
Views: 3256

PostForum: Scripts & Functions   Posted: Fri Dec 11, 2009 6:23 pm   Subject: No Mouse Today! - A Numpad Mouse Replacement
I have noticed that Send behaves differently on XP and Vista.

In line 36, try changing the SendMode to either
SendMode Input
SendMode Event
or
SendMode Play
  Topic: No Mouse Today! - A Numpad Mouse Replacement
Icarus

Replies: 17
Views: 3256

PostForum: Scripts & Functions   Posted: Fri Dec 11, 2009 6:05 pm   Subject: No Mouse Today! - A Numpad Mouse Replacement
Updated version in the first post to 0.20.

Changes:
1. Keys may now be configured at the top of the script
2. Changed some modes for the Send command - hopefully this works ok on both XP and Vist ...
  Topic: No Mouse Today! - A Numpad Mouse Replacement
Icarus

Replies: 17
Views: 3256

PostForum: Scripts & Functions   Posted: Fri Dec 11, 2009 4:43 pm   Subject: No Mouse Today! - A Numpad Mouse Replacement
I spent some time with Zip on a screen session.
It was the SendMode Play that caused the thing to not work on Vista.
SendMode Input fixed it.
  Topic: How to check if a directory EXISTS ?
Icarus

Replies: 4
Views: 183

PostForum: Ask for Help   Posted: Wed Dec 02, 2009 2:34 pm   Subject: How to check if a directory EXISTS ?
The above will of course work, but will also give true if there is a file with that name.

If you need to be sure that it is a directory, you can do something like this:
If( InStr( FileExis ...
  Topic: Game: ManyTetris - Customizable Pocket Tetris
Icarus

Replies: 39
Views: 2878

PostForum: Scripts & Functions   Posted: Sun Nov 29, 2009 6:13 pm   Subject: Game: ManyTetris - Customizable Pocket Tetris
I have an ahk.net account, i think....
but i have tons of hosting space and I sync all my uploads with FTP sync software, I guess it is just a little more convenient.

I changed the URL structure ...
  Topic: Game: ManyTetris - Customizable Pocket Tetris
Icarus

Replies: 39
Views: 2878

PostForum: Scripts & Functions   Posted: Sat Nov 28, 2009 9:17 am   Subject: Game: ManyTetris - Customizable Pocket Tetris
Sorry about that.
I changed the site and forgot some older links.
I have updated the link in the first post, and here it is also.
[url=http://sector-seven.net/stuff/ManyTetris.zip]Download
 
Page 1 of 55 Goto page 1, 2, 3 ... 53, 54, 55  Next
All times are GMT
Jump to:  


Powered by phpBB © 2001, 2005 phpBB Group