The MASM Forum Archive 2004 to 2012

Miscellaneous Forums => Miscellaneous Projects => Topic started by: Gunner on November 07, 2009, 10:30:00 PM

Title: Myfile type editor
Post by: Gunner on November 07, 2009, 10:30:00 PM
Forgotten I started playing around with this idea a long while ago, and am going to continue with it.  When it comes to designing any GUI I suck... so this is an idea and not the final layout... the buttons don't work just need some feedback like if it shows all your file types and if it doesn't.  Suggesstion are greatly needed! What would you like WFTE to do, what features etc...  I plan woking off of the internal windows extension editor and expanding on it...

Thanks!
Title: Re: Myfile type editor
Post by: UtillMasm on November 08, 2009, 08:32:02 AM
 ::)
Another RegEditor?
Title: Re: Myfile type editor
Post by: dedndave on November 09, 2009, 02:31:38 AM
it works great under XP pro sp2, Gunner  :U
Title: Re: Myfile type editor
Post by: BlackVortex on November 10, 2009, 02:50:20 AM
Quote from: UtillMasm on November 08, 2009, 08:32:02 AM
::)
Another RegEditor?
:dazzled:

Regeditors edit the registry. This lists the extensions.
Title: Re: Myfile type editor
Post by: sinsi on November 10, 2009, 06:29:42 AM
Works fine under win7 x64. I would be interested in 1)changing the default program and 2)deleting an entry.
I know you can do it with windows but everything in windows is so s l o w whereas yours took maybe 3 secs to come up.

Never realised that winrar has '.r00' to '.r29' in there as well (although 30 entries out of 655 isn't much).
Title: Re: Myfile type editor
Post by: Gunner on January 10, 2010, 03:23:20 AM
Quote from: sinsi on November 10, 2009, 06:29:42 AM
Works fine under win7 x64. I would be interested in 1)changing the default program and 2)deleting an entry.
I know you can do it with windows but everything in windows is so s l o w whereas yours took maybe 3 secs to come up.

almost there sinsi:
1- change icon - finished
2- change description - finished
3 - change default program - finished
4 - change MIME type - finished

just have to udate the listview item with the new icon, then I will work on deleting and adding a new item... writing this has been more work than I expected, thought it would be quick but am having fun doing it.
Title: Re: Myfile type editor
Post by: sinsi on January 10, 2010, 03:51:42 AM
Quotehaving fun doing it
And learning a lot I would imagine.  :U
Title: Re: Myfile type editor
Post by: Gunner on January 10, 2010, 04:08:59 AM
Quote from: sinsi on January 10, 2010, 03:51:42 AM
Quotehaving fun doing it
And learning a lot I would imagine.  :U

That is an understatement!  can't explain the sheer joy I get from getting something to work after a long while trying to figure it out.