Here's some shell extensions... what's your favorite? :P
#21
Posted 07 September 2005 - 01:35 PM
#22
Posted 09 September 2005 - 05:36 PM
had a couple of hours today so I repackaged the dlls and wrote a sample cmd that registers them (...in case anybody was interested
i have a bit of work to do this weekend so i doubt i'll get time for any programming
This post has been edited by spiritpyre: 09 September 2005 - 05:38 PM
#23
Posted 10 September 2005 - 06:40 AM
#24
Posted 17 September 2005 - 08:20 PM
[In English]: Busy with classes, but hopefully I've have something to release in around a week.
Anyway here's a Preview:
Currently I store the settings in [HKEY_CURRENT_USER\Software\My Shell Extensions] with a SubKey for each item that will appear in the menu. I'm also considering setting some kind of ceiling on how many items can appear in the menu (to help cut down the lag) in the version that I release.
One cool feature is that you can use environment variables in the paths,
[i]<edit 10/13/05> fixed some bugs and got rid of some of the lag but I still have a few things to do. Here's what I'm hoping to get in before I release:
3) opting for fully configurable settings that allow you to use either the registry or a settings file. spent the last week cleaning up my registry functions, now I just need to code file op's (should be pretty easy)
5) make a config utility for easy item entry, and changing settings
[Quick Update]: Finished the registry part currently working on ini support (so far main problems are 1)generating a default file if one isn't found and 2) i'm getting a high number of compiler warnings when my current ini-class is included). Finished re-designing the config utility, just need to finish off some code in some parts -- as it is now the config utility has around 3/4 of its coding left but it should be much much easier to code than the extension itself....partly because i can reuse code.
[After This Project]
1) attempt something i found that might "refresh" better
2) [IF I CAN] create a Toolbar extension
3) attempt to add bitmaps to previous extensions (either a checkmark, X, or +/- ) ... probably a checkmark or else it would be configurable
This post has been edited by spiritpyre: 19 May 2007 - 12:22 PM
#25
Posted 21 September 2005 - 09:47 AM
REGEDIT4 [HKEY_CLASSES_ROOT\dllfile\shell\Register] [HKEY_CLASSES_ROOT\dllfile\shell\Register\command] @ = "regsvr32.exe \"%L\"" [HKEY_CLASSES_ROOT\dllfile\shell\UnRegister] [HKEY_CLASSES_ROOT\dllfile\shell\UnRegister\command] @ = "regsvr32.exe /u \"%L\""
It works on 9x. Dunno on NT+ because of privileges but otherwise I think the syntax is the same.
I also use that with ocx files and ax files (DirectShow Filters).
#26
Posted 21 September 2005 - 10:06 PM
eidenk, on Sep 21 2005, 11:47 AM, said:
...
<{POST_SNAPBACK}>
or if you're *REALLY* lazy you can use a shell extension...lol.
DLL Registration / Unregistration using a Shell Extension (By Sardaukar)
This post has been edited by spiritpyre: 21 September 2005 - 10:07 PM
#27
Posted 21 September 2005 - 10:21 PM
Too bad that image previewer "instant thumbview" isn't freeware though I kinda like the looks of it.
This post has been edited by kelsenellenelvian: 21 September 2005 - 10:28 PM
#28
Posted 22 September 2005 - 03:46 AM
#29
Posted 22 September 2005 - 02:17 PM
Download
Very useful for multiple folder/file changes (i.e. Multiboot distro's).
Also, the menu can easily be redone through a resource editor. (I posted a example long ago with pics do a search and PM me if you want a copy of my version.)
Includes :
-Send file/folder to cmd prompt
-Copy Paths to Clipboard w/ a UNC format option.
-
#30
Posted 23 September 2005 - 01:50 AM
kelsenellenelvian, on Sep 22 2005, 02:21 PM, said:
Too bad that image previewer "instant thumbview" isn't freeware though I kinda like the looks of it.
<{POST_SNAPBACK}>
http://www.firmtools...shellextension/
#31
Posted 23 September 2005 - 01:56 AM
The handy dll @ the bottom of this page http://www.cognitive....com/shlext.php places a tick beside enabled attributes in the context menu. Would it B possible 2 incoporate these ticks with the "hidden files" & "extension" context menu items?
Thanx again.
#32
Posted 23 September 2005 - 03:09 AM
skywalka, on Sep 23 2005, 01:50 AM, said:
kelsenellenelvian, on Sep 22 2005, 02:21 PM, said:
Too bad that image previewer "instant thumbview" isn't freeware though I kinda like the looks of it.
<{POST_SNAPBACK}>
http://www.firmtools...shellextension/
<{POST_SNAPBACK}>
WOW Thats even better thanks!!!
#33
Posted 27 September 2005 - 09:26 PM
skywalka, on Sep 23 2005, 03:56 AM, said:
The handy dll @ the bottom of this page http://www.cognitive....com/shlext.php places a tick beside enabled attributes in the context menu. Would it B possible 2 incoporate these ticks with the "hidden files" & "extension" context menu items?
Thanx again.
<{POST_SNAPBACK}>
I'll try to look into it when I get a chance. right now school's been picking up and when I get time I've been trying to improve/finish/add to the SubMenu Pack extension.
I've been going over its string parsing routine trying to make it more flexible, I'm working on a separate app that you can use to import the commands & (optionally parameters) without having to deal with the registry/settings file, and then i need to recode my previous extensions as windowless .exe's...
btw would you be able to post a (cropped) screenshot of the menu? I'm not really sure what you mean by tick and the link didn't show any screens... I'm assuming its a bitmap/icon or something like that, right? (if so I think it should be do-able, but I just want to make sure) thanks.
This post has been edited by spiritpyre: 27 September 2005 - 09:27 PM
#34
Posted 27 September 2005 - 11:02 PM
#35
Posted 28 September 2005 - 12:52 AM
eg Arrange Icons by > Auto Arrange etc
#36
Posted 30 September 2005 - 09:07 PM
spiritpyre, on Aug 4 2005, 04:16 PM, said:
- adds "Select..." to all context menu which will bring up a dialog box where you can you dos-like wildcards in your search criteria (i.e. "h*.gif" or "*.g*" etc) and it will select the results<{POST_SNAPBACK}>
OK... sites that don't let you download without signing up already suck huge ones, but the signup form doesn't even work.
#37
Posted 02 October 2005 - 01:11 AM
@ HyperHacker: yeah, I didn't like that either when i first found them, but i never had any problem signing up. sorry its not working, did you try sending them an email about it? codeprojects has a lot of cool stuff -- even if you're not interested in their coding articles, there are lots of FREE tools and demos.
anyways, quite a few of their articles have come in very handy for helping figure out how to accomplish some bast***ly programming trick or another.
This post has been edited by spiritpyre: 02 October 2005 - 01:29 AM
#38
Posted 17 October 2005 - 04:34 AM
StartupSelector
StartupSelector will save or load the Windows configuration data that causes programs to run at system startup. This allows you to easily switch between multiple startup configurations, for a myriad of potential purposes.
PathCopyEx
A very simple shell extension that copies the text path of any file/folder in Explorer to the clipboard. Saves a bit of time on all those annoying Browse for Folder windows!
RegSvrEx
A shell extension that provides convenient and quick registration for ActiveX DLLs and OCXs. A great tool for ActiveX developers - much more convenient than regsvr32!
RdocEx
A nifty shell add-on that adds the programs you run as well as the documents you open to your Recent Documents menu.
StartXplorer
Mirrors a directory with shortcuts. Allows you to create a kind of Explorer in your Start Menu. This is neat for building a shortcut mirror of your MP3 subdirectory in the Start Menu - you can play MP3s just as if you were starting a program.
Taskbar Commander
Only for the most eccentric of Windows users - lets you control the order that buttons appear on your taskbar. Alphabetize them, etc. Requires IE4+ with shell integration.
Insert ToggleKey
Ever accidentally turn on overtype, and as a result typed over half a sentence? ITK sounds a tone whenever you press Insert.
MLHotKey
Assign an activation hotkey to any top-level window - press the hotkey, and that window is instantly activated.
WindowSizer
Sets a given window to an exact size in pixels. Useful for web developers who want to see what their site will look like at various resolutions.
#39
Posted 20 October 2005 - 04:50 PM
#40
Posted 21 October 2005 - 03:08 AM
but how can i rename the menu in context
eg. i want to see "Hide/ Show Hidden Files" instead of "Hidden Files Toggle"
also do you know how to rename "Send to" in context (as well)
thanks so much ^_^



Help

Back to top










