TheSwamp

Code Red => .NET => Topic started by: Troy Williams on November 23, 2005, 08:08:41 AM

Title: VB 2005 File Hasher
Post by: Troy Williams on November 23, 2005, 08:08:41 AM
Hi all I created a VB 2005 program that calculates file Hashes using MD5, SHA and CRC32 and I placed it here (http://www.theswamp.org/forum/index.php?topic=7725.0). I would appreciate any comments or critiques as this is the first program that I have written in VB 2005. It has some interesting code, particularly in regards to the listview control. It allows the user to manually arrange columns and then adds the information to the correct columns. More details can be found in the referenced thread.
Title: Re: VB 2005 File Hasher
Post by: Kerry on November 23, 2005, 08:26:36 AM
Hi Troy,
From reading the solution<.sln> file you used VB Express.
I dont have it loaded yet, just C# and C++, so I'll try later .. thanks for the examples.

Whats your impression of the Express version ?
Title: Re: VB 2005 File Hasher
Post by: Troy Williams on November 23, 2005, 09:31:04 AM
I like it.  :-)

I haven't run into a problem with it (coding wise) that I haven't been able to find a solution for it. However it crashed on me a couple of times but I am not sure if it was the IDE or my computer causing the problems. I also had a bit of a problem installing it as I couldn't uninstall the beta version. I found a utility that uninstalled VS 2005 beta, that seemed to do the trick.

All in all, I don't really want to go back to VB 6. I really like OOP!
Title: Re: VB 2005 File Hasher
Post by: Kerry on November 23, 2005, 10:03:55 AM
>>  I found a utility that uninstalled VS 2005 beta, that seemed to do the trick.

for anyone else, There is one on the MS site to unistall all betas ..


>>  I really like OOP!

me too.