The MASM Forum Archive 2004 to 2012

Project Support Forums => GoAsm Assembler and Tools => Topic started by: donkey on December 27, 2004, 02:56:44 PM

Title: WinExplorer
Post by: donkey on December 27, 2004, 02:56:44 PM
I added a few things to WinExplorer, it is a fairly good, though a little large, example of some file and shell related functions. It's kind of a pet project of mine that I keep adding to all the time as it helps me test ideas. This time I have added a properties function to the right click menu and "Open target folder". The prog and GoAsm source are included

WinExplorer (http://www.members.shaw.ca/contact_donkey/files/WinExplorer.zip)
Title: Re: WinExplorer
Post by: Vortex on December 27, 2004, 07:37:16 PM
Very nice work, congrats :U
Title: Re: WinExplorer
Post by: donkey on December 27, 2004, 09:33:01 PM
Thanks Vortex,

Like I said, it makes a good place to test shell and file functions when I need to. I guess I should have noted that you will require my libs in order to rebuild the project. They are available from my website.
Title: Re: WinExplorer
Post by: Vortex on December 28, 2004, 11:19:42 AM
Hi donkey,

I have already your libs from your website.

Thanks  :U
Title: Re: WinExplorer
Post by: hutch-- on December 28, 2004, 01:04:23 PM
Donkey,

This is impressive. I like the process view and run as well.  :U
Title: Re: WinExplorer
Post by: donkey on December 30, 2004, 12:04:02 PM
As Jibz kindly pointed out there was a bug in the IsPEFile lib function, WinExplorer has been updated to take care of it. I also added icons to the files properties page.