Originally posted by: Bret
I don't want the source code but was wondering if you could clue me in on how to start my own app in the minimized state. I can't seem to figure it out.
Thanks,
Bret
ReplyOriginally posted by: Tim Stubbs
http://www.geocities.com/dangel888/ProjectNinjaSetup.zip
(lite installer)
or
http://www.geocities.com/dangel888/CompleteInstall.zip
(complete install - for those with older windows installers)
I wrote this tool for me, and thus i'm updating it a little.
New:
-Sorting added
-New grid control added
-Busy indication (waitcursor)
-.NET compatible (MFC 7.0)
-WindowsXP common controls supported (nicer visuals)
-Has own installer (yay)
-Pressing return in file mask or file directory combos causes search.
-Changing selection in combos causes search.
Tim Stubbs
(much maligned programmer, obviously satanic as he doesn't give you the source code, still giving something away for nothing all the same).
Reply
Originally posted by: randy
don't like it
Originally posted by: Adnan Habib
Where is the source code dude?? We know you did a nice job there. But on this site, people share source code too....would you???
ReplyOriginally posted by: Tim Stubbs
mail me if you require it, i'm not updating this unless there's a need for it :)
Tim
Originally posted by: Patricio Vidal
Maybe I'm not getting the big picture here, but if all you want is to open several .dsw at the same time there is an alternative way.
MSDEV opens the .dsw files in the same program instance because is using DDE in the default option for the .dsw file types. If you want to open each .dsw in a different MSDEV instance do can do the following:
1.- In any Explorer Windows goto View->Folder Options and select the "File Types" tab.
2.- Look for the "Project Workspace" type and click in the Edit button.
3.- Now select the "Open with MSDEV" action, and click on the Edit button.
NOTE: before doing step 4 write down the DDE parameters in case you want to undo your changes!
4.- Un-select the "Use DDE" option and click OK.
You can get fancier and add a new action ("Open with new MSDEV" for example) without the "Use DDE" option and set it as the default option. Now you will have the two options in the .dsw context menu (when you right-click on a .dsw file in Explorer.)
Thanks to Tim Stubbs for sharing his work and effort.
Best regards,
Patricio Vidal.
Originally posted by: D-Face
10x
Originally posted by: Peter
Attempts to open anything fails.
'i'm sorry can't find shell registry entry for that type
Something real bad went wrong. Sorry'
Sytem does have shell entries for VC projects, word, everything but kitchen sink.
W2K Pro, sp2,all hotfixes
Grasshopper maybe need some more lessons :)
any help appreciated
Regards,
Peter
Originally posted by: Tom Welch
I think the ProjectNinja is great. However, I would like to see one of two things.
1. The list sorted by Project name
or
2. Use a Listview instead and put the project name and path in separate columns that can be sorted by clicking on the respective column header.
ReplyOriginally posted by: Radu
Nice tools, looking forward for next versions .........
Reply