The MASM Forum Archive 2004 to 2012

Miscellaneous Forums => Miscellaneous Projects => Topic started by: Gunner on December 28, 2009, 12:46:23 AM

Title: Gunners File Type Editor 2.9.6.2 BETA
Post by: Gunner on December 28, 2009, 12:46:23 AM
Ok, I know Dave said he might steal the other version, but he will want this one more when it is done!  :bg

Thought about many ideas for this one and I love the way it is turning out...  The old version operated on HKR so you had to be admin to make system wide changes. This version works only on HKCU so each user on the computer can have different settings for the same file ext. and doesn't seem to need admin to save changes.

Give it a test run and let me know.  Need some feedback for what accelerators to use for each function.

This is a complete re-write from CreateWindow to using Dialogs (my new friend!!!)  :toothy so for now the only thing that works are: Type, Perceived,and Content, I will be busy this weekend working on more... 

and a few other things I might add... If only I knew COM, seems like most of this would be easier through COM.

Looking forward to your feedback!
Title: Re: Gunners File Type Editor
Post by: dedndave on December 28, 2009, 10:31:14 AM
that's going to be a nice app, Gunner   :U
Title: Re: Gunners File Type Editor
Post by: Gunner on December 28, 2009, 10:50:13 PM
Thanks Dave, I try  :dazzled:
Title: Re: Gunners File Type Editor
Post by: Gunner on December 31, 2009, 07:27:30 PM
Hmm, no comments?  interesting....
Title: Re: Gunners File Type Editor
Post by: jj2007 on December 31, 2009, 07:49:24 PM
Dave is busy this year. Next year, maybe :wink

So I have 543 file extensions installed. Wow. Impressing, given that I use maybe a dozen...
Title: Re: Gunners File Type Editor 1.1.5 ALPHA
Post by: Gunner on January 16, 2010, 04:53:33 AM
New version at top!
Title: Re: Gunners File Type Editor 1.1.5 ALPHA
Post by: sinsi on January 16, 2010, 05:42:58 AM
Running under win7 (either as admin or not) and changing then saving crashes the program (c0000005), but the change is saved.

I would prefer a couple of things
- double click an item to open the edit dialog
- having the edit dialog already filled with the defaults via edit/combo, not having to use the buttons.
The edit dialog then could maybe be used for a 'new' dialog with blank defaults.
Title: Re: Gunners File Type Editor 1.1.5 ALPHA
Post by: Gunner on January 17, 2010, 05:48:45 PM
Quote from: sinsi on January 16, 2010, 05:42:58 AM
Running under win7 (either as admin or not) and changing then saving crashes the program (c0000005), but the change is saved.
eh, I am doing a re-write (changing all my calls into invokes) and I already caught a few things   :dazzled:

QuoteI would prefer a couple of things
- double click an item to open the edit dialog
added the double click to open the edit window (like that better and it took care of an issue I had) thanks for the suggestion  :U

Quote- having the edit dialog already filled with the defaults via edit/combo, not having to use the buttons.
Can you explain more?  When you open the edit window, the fields are filled with info about that extension, the "edit" buttons are to change certain items
Title: Re: Gunners File Type Editor 1.1.5 ALPHA
Post by: sinsi on January 18, 2010, 06:39:59 AM
Quoteeh, I am doing a re-write (changing all my calls into invokes) and I already caught a few things   
I hope it is the 'delete an entry and totally fuck up the registry' thing that I just spent time reinstalling windows for.
Sorry, but I will be using windows and regedit in the future  :bdg

My own fault (some of my software has done this to me too  :()
Title: Re: Gunners File Type Editor 1.1.5 ALPHA
Post by: Gunner on January 18, 2010, 10:13:19 PM
OUCH! Sorry bout that.  Extensions have 2 man keys - .ext and it's default value points to the second key...  Well, I did not put in a check to see if the default value is empty and you saying it screwed up you registry I checked my code and will add the check... I was in a rush the day I wrote the delete function... sorry again. :(
Title: Re: Gunners File Type Editor 1.1.5 ALPHA
Post by: dedndave on January 18, 2010, 11:29:55 PM
always a nice feeling to have a fresh build
it's like putting on a clean pair of socks
Title: Re: Gunners File Type Editor 1.1.5 ALPHA
Post by: sinsi on January 19, 2010, 12:36:27 AM
Quote from: dedndave on January 18, 2010, 11:29:55 PM
always a nice feeling to have a fresh build
it's like putting on a clean pair of socks
Yep, I was due for a reinstall anyway  :bg
Title: Re: Gunners File Type Editor 1.2.10 ALPHA
Post by: Gunner on January 21, 2010, 03:17:20 AM
Fixed that bug sinsi..   New version at top
Title: Re: Gunners File Type Editor 1.2.10 ALPHA
Post by: sinsi on January 21, 2010, 04:00:52 AM
heh, I will wait until I get my VMs working this time... :boohoo:
Title: Re: Gunners File Type Editor 1.2.13 BETA
Post by: Gunner on January 26, 2010, 11:35:35 PM
sinsi, your the only one that has any comments?  It can't work that well  :wink  New version up  there
Title: Re: Gunners File Type Editor 1.2.13 BETA
Post by: dedndave on January 27, 2010, 01:49:37 AM
looks good Gunner   :U
i could suggest a couple things - see what you think
when the edit boxes come up, show the current value
for instance, if i click on edit icon, it comes up and shows me the icon and the source path\file
the other thing - i didn't see DDE in there - maybe i missed it - lol
Title: Re: Gunners File Type Editor 1.2.13 BETA
Post by: Gunner on January 27, 2010, 02:10:21 AM
Quote from: dedndave on January 27, 2010, 01:49:37 AM
looks good Gunner   :U
i could suggest a couple things - see what you think

Quotewhen the edit boxes come up, show the current value
for instance, if i click on edit icon, it comes up and shows me the icon and the source path\file
Yes, I thought about that, That is on my to-do list  :wink

Quotethe other thing - i didn't see DDE in there - maybe i missed it - lol
Nah, you didn't miss it, just didn't add it yet...  shes a young lass and still growing  :dance:
Title: Re: Gunners File Type Editor 1.2.13 BETA
Post by: dedndave on January 27, 2010, 04:44:16 PM
i figured you had probably thought of that stuff, but thought i'd mention it just in case   :bg
oh - if it is a new edit or no icon, %SYSTEM%\shell32.dll could be the default
Title: Re: Gunners File Type Editor 1.2.13 BETA
Post by: Gunner on January 29, 2010, 02:49:44 AM
anyone using a 64bitos?  see if this version saves your changes.. I added a manifest and would like to know if it works
Title: Re: Gunners File Type Editor 1.2.13 BETA
Post by: BlackVortex on January 29, 2010, 10:43:32 AM
I deleted my .blg extension and rerun the proggy and it got deleted fine. So I guess it works fine.

Win7 x64 here.

EDIT: Your app icon is extremely low budget  :green
Title: Re: Gunners File Type Editor 1.2.13 BETA
Post by: PBrennick on January 29, 2010, 02:27:08 PM
Gunner,

As far as icons for a toolbar, i can help you with that. Talk to me at pbrennick@yahoo.com, here is okay too but not necessary.

Paul
Title: Re: Gunners File Type Editor 1.2.13 BETA
Post by: Gunner on January 29, 2010, 10:03:33 PM
Quote from: BlackVortex on January 29, 2010, 10:43:32 AM
I deleted my .blg extension and rerun the proggy and it got deleted fine. So I guess it works fine.

Win7 x64 here.

EDIT: Your app icon is extremely low budget  :green

Have you tried the program before the manifest version?  If yes, did it work also?  Low budget?  Meaning no bells and whistles or no money to use?   :bg
Title: Re: Gunners File Type Editor 1.2.13 BETA
Post by: BlackVortex on January 29, 2010, 10:51:05 PM
No, I just tried the last verson you posted and it worked fine.
Title: Re: Gunners File Type Editor 1.2.13 BETA
Post by: Gunner on January 29, 2010, 11:21:55 PM
Either way its a good thing it works  :U
Title: Re: Gunners File Type Editor 1.2.13 BETA
Post by: Gunner on February 01, 2010, 12:49:15 AM
Didn't like the layout 100% and didn't like having to open all the windows to do something so I am redoing the layout.  Is this too much info for an extension? (Nah, I think it is good)  Any other info you would like to know about an extension?

(http://gunner.001webs.com/Capture-1.jpg)
Title: Re: Gunners File Type Editor 1.2.13 BETA
Post by: dedndave on February 01, 2010, 01:11:27 AM
i like that layout - you could use that for a lot of programs
Title: Re: Gunners File Type Editor 1.2.13 BETA
Post by: Gunner on February 01, 2010, 01:41:25 AM
Yeah I like it better, need something else, just add a tab  :bg.  I "stole" it from one of my other programs which I don't think I am going to update anytime soon anyways.  MS changed something in IE and I don't have the time to track it down...
Title: Re: Gunners File Type Editor 1.2.13 BETA
Post by: dedndave on February 01, 2010, 06:08:54 PM
great Gunner
when you are done, i may steal it from you   :P
Title: Re: Gunners File Type Editor 2.9.6.2 BETA
Post by: Gunner on May 01, 2010, 07:46:59 PM
Quote from: dedndave on February 01, 2010, 06:08:54 PM
great Gunner
when you are done, i may steal it from you   :P
You will want to steal this one when done :-)

New version at top...