Page 1 of 1

BLF Image Extractor (UPDATED! Ver. 2)

Posted: Sat Mar 21, 2009 12:09 pm
by HaLo2FrEeEk
I wrote this in C# with a lot of help from a lot of people here. I'll try to list them all at the bottom.

Version 2! Yay!

Ok, I added some things, and took away others. No more huge buttons! Here's whats new:
Menustrip, instead of buttons. Contains File>Open, Batch, Exit; About.
Batch processing, now you can specifiy a folder and the code will get and extract all the blf files.
Progress bar for batch processing.

I also changed the way the files are saved, so now the code determines the image format and saves it with that extension.

Files will be skipped if their extracted counterpart already exists, to save processing time.

The about link populates the textbox with the About information, including a list of the people that helped me out.

Image

People who helped:
OwnZ joO
Luxurious Meat
JacksonCougaAr
Rogue_Modder
unknownv2
Corbin (from phpfreaks.com)

Thanks everyone. And like I said, I know this app is useless, but I figured I'd post my first attempt, so please be nice about it, I don't need to HEAR that it's useless.

Re: My first program: BLF opener

Posted: Sun Mar 22, 2009 4:51 am
by Glitch101
At least you made something for the community :)
Its better than i can do (Y)
Nice work dude!

Re: My first program: BLF opener

Posted: Sun Mar 22, 2009 9:54 am
by HaLo2FrEeEk
Thanks. I wish I could get a few more comments, it would really make me a little more liable to make more programs. If I think that anything I do is just gonna get ignored I'm not gonna do anything.

Re: My first program: BLF opener

Posted: Mon Mar 23, 2009 10:03 am
by OwnZ joO
You shouldn't program for attention, you should do it because you are interested in it and enjoy it.

Re: My first program: BLF opener

Posted: Mon Mar 23, 2009 12:21 pm
by HaLo2FrEeEk
Sure but it's nice to get comments on what I do, how else do I know that anyone's even interested in it?

Even just a comment that would help me do better next time, like design and whatever.

Re: My first program: BLF opener

Posted: Mon Mar 23, 2009 12:28 pm
by Tural
I'm not a fan of the large buttons.
I haven't tested it, but does it have Drag-and-Drop (Shell?) support? Could be a useful feature to be able to just drop a file on the program executable and have it process it without needing to load the UI, browse to the file, etc.

Re: My first program: BLF opener

Posted: Mon Mar 23, 2009 12:39 pm
by Rogue_Modder
If you want some help AIM me:

Rogue Modder


I might be able to help, Im not good at programming, but i wana help where i can.

Re: My first program: BLF opener

Posted: Mon Mar 23, 2009 2:49 pm
by HaLo2FrEeEk
Tural, I'm not a fan of the big button either, but idk, I just didn't want to mess with it. When I work on it again I'll probably change it.

Rogue, thanks for the offer, but I don't use IM clients.

Re: My first program: BLF opener

Posted: Tue Mar 24, 2009 10:53 am
by Veegie
It takes two seconds to change the size of a button...
Just admit you thought it looked good.

Re: My first program: BLF opener (UPDATED! Ver. 2)

Posted: Wed Mar 25, 2009 6:54 pm
by HaLo2FrEeEk
I hated it, I'm just lazy. I rewrote this program completely. No buttons, a new menu strip, batch processing, a progress bar. It looks loads better.

It might take 2 seconds to resize a button, but I didn't want to then have to mess with the size and position of the textbox, so I left it.

Edit: Version 2 is up, please check it out in the first post. New screenshot, new attachment.

Sorry Tural, I didn't add drag and drop, I couldn't figure out how, and even if I knew, I couldn't figure out how to validate that the file dropped is a real .blf file. I'll work on it though.

Re: BLF Image Extractor (UPDATED! Ver. 2)

Posted: Sat Mar 28, 2009 6:54 pm
by HaLo2FrEeEk
So...is no one gonna try my updated version?

Re: BLF Image Extractor (UPDATED! Ver. 2)

Posted: Sat Mar 28, 2009 8:51 pm
by unknownv2
Well, this isn't exactly a new, revolutionary idea. Johnson and Engineer already do this.

Re: BLF Image Extractor (UPDATED! Ver. 2)

Posted: Sat Mar 28, 2009 8:55 pm
by Tural
Yeah, there's really nothing to test. You're fishing for people to test a design that has already been demonstrated and works fine, and there's not much to comment on. I think you're capable of testing its functionality, and the UI design has been spoken to. There's not much reason to invest a lot of time in a program like this, and as such, you'd be better taking the comments existing here and applying them when you're working on your next program rather than sinking more time in this one. Based on your previous posts, this appears to be a demonstration program, a learning program, etc. You have made it and you have gotten feedback, it's not as though there's a ton to do with it.

Re: BLF Image Extractor (UPDATED! Ver. 2)

Posted: Sun Mar 29, 2009 5:30 am
by Rogue_Modder
Use this it practice you C# skills then make better more helpful apps ;)/.

Re: BLF Image Extractor (UPDATED! Ver. 2)

Posted: Sun Mar 29, 2009 11:58 am
by HaLo2FrEeEk
I redesigned the UI, that's mostly what I wanted comments on. I took away the big button, that's what you said you didn't like, I added the batch mode and the progress bar. Yeah, this was just a test program, but it was still my first ever.