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...
- Compare will take a snapshot of the extensions before you install a program and compare after the install what extensions were added or removed (code works, just have to add the dialog...)
- Recently used will allow you to edit the recently used programs explorer shows you in the opens with list
- Opens with editor will allow you to add or remove programs from explorers opens with list
- Perceived will allow you to edit the default programs for each perceived type
- Shell new editor
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!
that's going to be a nice app, Gunner :U
Thanks Dave, I try :dazzled:
Hmm, no comments? interesting....
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...
New version at top!
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.
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
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 :()
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. :(
always a nice feeling to have a fresh build
it's like putting on a clean pair of socks
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
Fixed that bug sinsi.. New version at top
heh, I will wait until I get my VMs working this time... :boohoo:
sinsi, your the only one that has any comments? It can't work that well :wink New version up there
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
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:
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
anyone using a 64bitos? see if this version saves your changes.. I added a manifest and would like to know if it works
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
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
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
No, I just tried the last verson you posted and it worked fine.
Either way its a good thing it works :U
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)
i like that layout - you could use that for a lot of programs
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...
great Gunner
when you are done, i may steal it from you :P
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...