-DeToX- wrote:UI makes me want to kill myself. Other than that nice job

Yeah, this wasn't meant to be a huge project, you have access to the source code, change what you don't like
Prey wrote:Prey - A Programmers Reference wrote:The Vision
This is where it all starts, the idea. A short sentence or small paragraph, it is what will drive you during the course of development on your new program, and is one of the most important parts of the development cycle.
[...]
Now let me quickly list 2 very important
don'ts:
- [...]
- If your idea has already been realized in some sort of other application, you should not continue unless you honestly feel that the job could have been done better. In the case of a calculator, theres no point in making it if the eventual result is not going to be better than the one Windows comes with for free.
OwnZ joO wrote:[...] I know this can be done using tools > folder options [...]
I see no improvement >_>
As for the source code, I had a quick look over it.. you need to cut back on the regions man, and it is way too heavily coded to be honest. Also you forget to call the .Close() on the regkey once your done with it >_>
I didn't do it to improve on the fold options, it was as an example for other people wanting to program file associations. If I was trying to just make a better version, I wouldn't have released overly commented source code. Also a lot of people on here probably only have one default program for map file, I'm sure you have thought of this already, but not everyone on this site is as crafty with computers as a programmer, I guess I could have done a tutorial on just using folder options to change it, but then people wouldn't get the code examples.
I know I coded heavily, but error catching without try catch blocks is good, you're really only supposed to use those when you can't know if there will be an error or not like in an IO situation.