Search found 45 matches

by Snoop0304
Tue Aug 28, 2007 6:57 am
Forum: Announcement
Topic: img2ascii v1.07
Replies: 19
Views: 5268

Ok, if it is a bug, this will be fixed in the next version.
by Snoop0304
Mon Aug 27, 2007 4:50 pm
Forum: Announcement
Topic: img2ascii v1.07
Replies: 19
Views: 5268

@Progi1984: It's hard to explain for somebody who don't now what I mean. Just test it! ;)
@r_hyde: Do you mean this char "&"?
by Snoop0304
Mon Aug 27, 2007 9:59 am
Forum: Announcement
Topic: img2ascii v1.07
Replies: 19
Views: 5268

img2ascii v1.07 released!

Changes v1.07:
- [changed] menu
- [added] default options
- [added] a save-requester pattern addition
- [fixed] bug in text-conversion
- [fixed] bug in gui with win2k or winxp without skins
- [fixed] another gui addition
by Snoop0304
Tue Aug 21, 2007 3:26 pm
Forum: Announcement
Topic: img2ascii v1.07
Replies: 19
Views: 5268

GeoTrail wrote:Great work btw :)
Thx! 8)
by Snoop0304
Tue Aug 21, 2007 8:55 am
Forum: Announcement
Topic: img2ascii v1.07
Replies: 19
Views: 5268

GeoTrail wrote:When I exit the program it deletes the output file.
Yes, but if do not check the checkbox/option "Delete output file(s) when exit" they won't be deleted. Otherwise you can save an image over the menu "File -> Save Ascii as an Image". ^^
by Snoop0304
Mon Aug 20, 2007 7:52 pm
Forum: Announcement
Topic: img2ascii v1.07
Replies: 19
Views: 5268

img2ascii v1.05 released!

Changes v1.05:
- [added] font-size
- [added] char-distance x,y
- [added] gui-changes
- [added] several small fixes
- [fixed] gui
- [fixed] bug in image-conversion
- [fixed] bug in html-conversion
by Snoop0304
Sat Aug 18, 2007 6:05 pm
Forum: Announcement
Topic: img2ascii v1.07
Replies: 19
Views: 5268

img2ascii v1.03 released!

Changes v1.03:
- [added] image-rotation
- [added] output-size in pixel will be shown
if it is to large -> colorized red and the conversion will not start
- [added] option "Delete output file(s) when exit"
- [added] greetz in about-requester
- [added] several fixes & small ...
by Snoop0304
Sat Aug 18, 2007 10:33 am
Forum: Announcement
Topic: img2ascii v1.07
Replies: 19
Views: 5268

Ok, then i will add an option "Delete output file"... so everybody can choose if he (or she ^^) keep this/these file(s).
by Snoop0304
Sat Aug 18, 2007 8:47 am
Forum: Announcement
Topic: img2ascii v1.07
Replies: 19
Views: 5268

Re: img2ascii v1.0

PB wrote:Oops, I can't believe I missed that. :oops:
No problem! ;)
by Snoop0304
Sat Aug 18, 2007 7:44 am
Forum: Announcement
Topic: img2ascii v1.07
Replies: 19
Views: 5268

Re: img2ascii v1.0

Thx. :)
PB wrote:(2) Allow saving of the outputted image, instead of deleting it when the app quits.
This is already implemented, or how do you mean that?
by Snoop0304
Sat Aug 18, 2007 6:10 am
Forum: Announcement
Topic: img2ascii v1.07
Replies: 19
Views: 5268

img2ascii v1.07

http://rising.pytalhost.de/EXPLODED/screens/img2ascii.PNG

~ a program, which converts images to ascii's

~ Download

Changes v1.07:
- [changed] menu
- [added] default options
- [added] a save-requester pattern addition
- [fixed] bug in text-conversion
- [fixed] bug in gui with win2k or winxp ...
by Snoop0304
Sat Aug 18, 2007 6:09 am
Forum: Announcement
Topic: fast-scan v1.0
Replies: 0
Views: 1245

fast-scan v1.0

Image

~ a fast portscanner

~ Download
by Snoop0304
Sat Aug 18, 2007 6:09 am
Forum: Announcement
Topic: Generator v1.0
Replies: 0
Views: 1196

Generator v1.0

Image

~ a generator, e.g. for passwords

~ Download
by Snoop0304
Sun Jul 30, 2006 7:43 pm
Forum: Coding Questions
Topic: Unlimited content in a editor gadget?
Replies: 6
Views: 1404

ts-soft wrote:Use this:

Code: Select all

SendMessage_(GadgetID(#Gadget), #EM_LIMITTEXT, -1, 0)
I have load a 12 MB file for testing :wink:
I'll test it and I hope that it will be OK! Thank you.

> I have load a 12 MB file for testing
Was it ok, or what happend?
by Snoop0304
Sun Jul 30, 2006 6:58 pm
Forum: Coding Questions
Topic: Unlimited content in a editor gadget?
Replies: 6
Views: 1404

On Windows 2000/XP there is no limit to the text length in a rich edit. On Windows 9.x there is a very hard limit at 64kb.
I used the editor gadget of Pure Basic and there is a limit!
Look at this please: http://lp0304.g4.gs/fast-edit.rar
Load a big file (4 MB for example) and you'll see that ...