Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. The Lounge
  3. Your favorite Tools

Your favorite Tools

Scheduled Pinned Locked Moved The Lounge
25 Posts 13 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • C Christian Skovdal Andersen

    What about a discussion about the tools that we use on our systems for making work a little funnier/easier/faster. I'll start - here is a coupple of tools that I would recommend:

    • PowerArchiver - freeware Winzip clone with a nice UI
    • Visual Assist - Intellisense Add-In to Visual Studio. Highly recommended. Buyware - and addictive like heroine, but a lot cheaper (US$ 80,-).
    • Stingray Objective Toolkit for ATL - Makes COM collections a breeze. Very expensive though, since it is part of the Objective Toolkit Suite :-(
    • Tiny personal firewall. - small, simple and lightweight. Free for home use
    • VNC Remote administration - very nice an light remote administration tool. Open source
    • Inno Setup - compact and easy to use installer. Sports the modern userinterface, that the customers has been accustomed to. Open source

    This was some of my favorites - how about you? Christian Skovdal Andersen

    C Offline
    C Offline
    Chris Losinger
    wrote on last edited by
    #14

    Inno Setup - better than most non-free installers. it's not in the same league as InstallShield, but that's a good thing - InstShld is crazy. Visual Assist - nice, handy, but a little unstable still - it knocks VC over every few days. Search and Replace - nice multi-file S&R app. Does RegExps, multi-line S&Rs, etc.. SACapture - a simple window capture utility. Yes, i wrote it, but I still use it to do all of the screen caps for my help files. DC Forum - the message board scripts I use on my site. It's not as fancy as the CodeProject stuff, but it's Perl, so it can run most anywhere. SAHotShot - a simple hotkey program. I have it set up to launch Eudora, VB, VC, etc.. Yes, I wrote this one too, but it's free so I don't feel bad telling you about it. :) PhotoShop is handy, too. -c ------------------------------ Smaller Animals Software, Inc. http://www.smalleranimals.com

    1 Reply Last reply
    0
    • C Christian Skovdal Andersen

      What about a discussion about the tools that we use on our systems for making work a little funnier/easier/faster. I'll start - here is a coupple of tools that I would recommend:

      • PowerArchiver - freeware Winzip clone with a nice UI
      • Visual Assist - Intellisense Add-In to Visual Studio. Highly recommended. Buyware - and addictive like heroine, but a lot cheaper (US$ 80,-).
      • Stingray Objective Toolkit for ATL - Makes COM collections a breeze. Very expensive though, since it is part of the Objective Toolkit Suite :-(
      • Tiny personal firewall. - small, simple and lightweight. Free for home use
      • VNC Remote administration - very nice an light remote administration tool. Open source
      • Inno Setup - compact and easy to use installer. Sports the modern userinterface, that the customers has been accustomed to. Open source

      This was some of my favorites - how about you? Christian Skovdal Andersen

      C Offline
      C Offline
      Christian Graus
      wrote on last edited by
      #15

      So how do I embed URL'S ??? My list would be: PowerArchiver Visual Assist WndTabs WinAmp ( can't code without music ) mIrc (same reason) Setup Factory ( makes setups quick and easy, great when I don't have a lot of time to spend writing scripts ) www.CodeProject.com ( for obvious reasons ) Computer Graphics: Principles & Practice/Windows Graphics PRogramming by Feng Yuan (if books count, these are the ones I live by) I used to include PaintShop Pro, but as I am writing a graphics program, I eventually found I run it and Photoshop only to compare how they do things when writing new features. I'm not saying GrausPaint is close to as broad in it's application to either of these, but who ever uses a hot wax filter anyhow. ) ( Having said that, if anyone knows how to do a hot wax filter, please response... :) ) I hope one day to include Bounds Checker, as I have run a demo and thought it looked sweet but niether my boss or my wife would let me get it. Christian The early bird may get the worm, but it's the second mouse that gets the cheese.

      L 2 Replies Last reply
      0
      • C Christian Graus

        So how do I embed URL'S ??? My list would be: PowerArchiver Visual Assist WndTabs WinAmp ( can't code without music ) mIrc (same reason) Setup Factory ( makes setups quick and easy, great when I don't have a lot of time to spend writing scripts ) www.CodeProject.com ( for obvious reasons ) Computer Graphics: Principles & Practice/Windows Graphics PRogramming by Feng Yuan (if books count, these are the ones I live by) I used to include PaintShop Pro, but as I am writing a graphics program, I eventually found I run it and Photoshop only to compare how they do things when writing new features. I'm not saying GrausPaint is close to as broad in it's application to either of these, but who ever uses a hot wax filter anyhow. ) ( Having said that, if anyone knows how to do a hot wax filter, please response... :) ) I hope one day to include Bounds Checker, as I have run a demo and thought it looked sweet but niether my boss or my wife would let me get it. Christian The early bird may get the worm, but it's the second mouse that gets the cheese.

        L Offline
        L Offline
        Lost User
        wrote on last edited by
        #16

        To embed a url typing : an example of a link to <a href="http://www.codeproject.com/">Code Project</a> will produce : an example of a link to Code Project

        C 1 Reply Last reply
        0
        • C Christian Skovdal Andersen

          What about a discussion about the tools that we use on our systems for making work a little funnier/easier/faster. I'll start - here is a coupple of tools that I would recommend:

          • PowerArchiver - freeware Winzip clone with a nice UI
          • Visual Assist - Intellisense Add-In to Visual Studio. Highly recommended. Buyware - and addictive like heroine, but a lot cheaper (US$ 80,-).
          • Stingray Objective Toolkit for ATL - Makes COM collections a breeze. Very expensive though, since it is part of the Objective Toolkit Suite :-(
          • Tiny personal firewall. - small, simple and lightweight. Free for home use
          • VNC Remote administration - very nice an light remote administration tool. Open source
          • Inno Setup - compact and easy to use installer. Sports the modern userinterface, that the customers has been accustomed to. Open source

          This was some of my favorites - how about you? Christian Skovdal Andersen

          W Offline
          W Offline
          Wayne Fuller
          wrote on last edited by
          #17

          Ed for Windows - The best editor I have ever used. I used the DOS version in my first programming job and I was hooked. Guy I worked with was a BRIEF expert, and Ed's BRIEF emulation is superb while Visual Studio's is very crappy. The newest version, even while it is in beta, rocks!!! And I am just not kissing Neville Frank's butt. :eek: Search & Replace - Gotta have a good search tool, and in my opinion this is one of the best. Wayne

          1 Reply Last reply
          0
          • C Christian Skovdal Andersen

            I agree that Terminal Server is much faster, but AFAIK it will only run on Win2K Advanced Server. Christian Skovdal Andersen

            J Offline
            J Offline
            Jim Wuerch
            wrote on last edited by
            #18

            Actually, terminal services are also in regular server. It's darn useful. I even use it to log on to my dev machine from another machine when I've so totally hosed explorer that I can't even get up taskman. Just termsrv in, and kill stuff from there :) Jim Wuerch www.miwasoft.com Quote from my readme files: "This is BETA software, and as such may completely destroy your computer, change the alignment of the planets and invert the structure of the universe."

            1 Reply Last reply
            0
            • C Christian Skovdal Andersen

              What about a discussion about the tools that we use on our systems for making work a little funnier/easier/faster. I'll start - here is a coupple of tools that I would recommend:

              • PowerArchiver - freeware Winzip clone with a nice UI
              • Visual Assist - Intellisense Add-In to Visual Studio. Highly recommended. Buyware - and addictive like heroine, but a lot cheaper (US$ 80,-).
              • Stingray Objective Toolkit for ATL - Makes COM collections a breeze. Very expensive though, since it is part of the Objective Toolkit Suite :-(
              • Tiny personal firewall. - small, simple and lightweight. Free for home use
              • VNC Remote administration - very nice an light remote administration tool. Open source
              • Inno Setup - compact and easy to use installer. Sports the modern userinterface, that the customers has been accustomed to. Open source

              This was some of my favorites - how about you? Christian Skovdal Andersen

              J Offline
              J Offline
              Jim Wuerch
              wrote on last edited by
              #19

              These are the things I tend to have running or use: (oh yah, I'm waaaay to lazy and hateful of html to ever make links for the stuff below, so type it yourself in your browser :)) - Visual Assist - As mentioned, after you get used to it, there's no living without it. - Workspace Whiz - Another great tool. I use the ctags stuff from it mostly. - CvsIn - Plug-in for VS for CVS stuffs. I mainly use it for doing cvs edit's on stuff. (I still do commit and queries and stuff from the command line) For other things I use: - BCGControlBar library - I've been using this for years, and it keeps getting better. - Lua (www.lua.org) - Awesome embedded scripting language. Can't say enough good things about it. Check out Joshua Jenson's (Workspace Whiz author) class wrapper for it. - MiwaIRC - my own irc client for the truly brave ^_^ - MSDN Universal Subscription - More CD's than you can count! - Dual monitor setup - Go ahead, cram another vid card into your comp, you'll be happy you did. Jim Wuerch www.miwasoft.com Quote from my readme files: "This is BETA software, and as such may completely destroy your computer, change the alignment of the planets and invert the structure of the universe."

              1 Reply Last reply
              0
              • L Lost User

                To embed a url typing : an example of a link to <a href="http://www.codeproject.com/">Code Project</a> will produce : an example of a link to Code Project

                C Offline
                C Offline
                Christian Graus
                wrote on last edited by
                #20

                Does this mean I can embed ANY HTML I want into my posts ? Christian The early bird may get the worm, but it's the second mouse that gets the cheese.

                A 1 Reply Last reply
                0
                • C Christian Skovdal Andersen

                  I agree that Terminal Server is much faster, but AFAIK it will only run on Win2K Advanced Server. Christian Skovdal Andersen

                  A Offline
                  A Offline
                  Anders Molin
                  wrote on last edited by
                  #21

                  It also runs perfectly on Win2k Standard Server. I use it for administration of all our servers at work. :) - Anders Money talks, but all mine ever says is "Goodbye!"

                  1 Reply Last reply
                  0
                  • C Christian Graus

                    Does this mean I can embed ANY HTML I want into my posts ? Christian The early bird may get the worm, but it's the second mouse that gets the cheese.

                    A Offline
                    A Offline
                    Anders Molin
                    wrote on last edited by
                    #22

                    Almost any HTML, yes. I know Chris have some filters that remove Script and Object tags (and some more I guess) - Anders Money talks, but all mine ever says is "Goodbye!"

                    1 Reply Last reply
                    0
                    • C Christian Graus

                      So how do I embed URL'S ??? My list would be: PowerArchiver Visual Assist WndTabs WinAmp ( can't code without music ) mIrc (same reason) Setup Factory ( makes setups quick and easy, great when I don't have a lot of time to spend writing scripts ) www.CodeProject.com ( for obvious reasons ) Computer Graphics: Principles & Practice/Windows Graphics PRogramming by Feng Yuan (if books count, these are the ones I live by) I used to include PaintShop Pro, but as I am writing a graphics program, I eventually found I run it and Photoshop only to compare how they do things when writing new features. I'm not saying GrausPaint is close to as broad in it's application to either of these, but who ever uses a hot wax filter anyhow. ) ( Having said that, if anyone knows how to do a hot wax filter, please response... :) ) I hope one day to include Bounds Checker, as I have run a demo and thought it looked sweet but niether my boss or my wife would let me get it. Christian The early bird may get the worm, but it's the second mouse that gets the cheese.

                      L Offline
                      L Offline
                      Lost User
                      wrote on last edited by
                      #23

                      Christian good to be back in cold miserable Hobart? Following on from Anonymous, if you want to have the embedded URL open in another instance of your browser leaving your original instance at the same page try the following. <A HREF="http://www.codeproject.com" TARGET="_blank">Code Project</A> Code Project Michael Martin Pegasystems Pty Ltd Australia martm@pegasystems.com +61 413-004-018

                      C 1 Reply Last reply
                      0
                      • L Lost User

                        Christian good to be back in cold miserable Hobart? Following on from Anonymous, if you want to have the embedded URL open in another instance of your browser leaving your original instance at the same page try the following. <A HREF="http://www.codeproject.com" TARGET="_blank">Code Project</A> Code Project Michael Martin Pegasystems Pty Ltd Australia martm@pegasystems.com +61 413-004-018

                        C Offline
                        C Offline
                        Christian Graus
                        wrote on last edited by
                        #24

                        It *is* good to be back, but it *is* cold as well. Thanks for the info - it's *years* since I did any html. ViewBuild Just testing :) Christian I've learned that you cannot make someone love you. All you can do is stalk them and hope they panic and give in. The early bird may get the worm, but it's the second mouse that gets the cheese.

                        1 Reply Last reply
                        0
                        • C Christian Skovdal Andersen

                          What about a discussion about the tools that we use on our systems for making work a little funnier/easier/faster. I'll start - here is a coupple of tools that I would recommend:

                          • PowerArchiver - freeware Winzip clone with a nice UI
                          • Visual Assist - Intellisense Add-In to Visual Studio. Highly recommended. Buyware - and addictive like heroine, but a lot cheaper (US$ 80,-).
                          • Stingray Objective Toolkit for ATL - Makes COM collections a breeze. Very expensive though, since it is part of the Objective Toolkit Suite :-(
                          • Tiny personal firewall. - small, simple and lightweight. Free for home use
                          • VNC Remote administration - very nice an light remote administration tool. Open source
                          • Inno Setup - compact and easy to use installer. Sports the modern userinterface, that the customers has been accustomed to. Open source

                          This was some of my favorites - how about you? Christian Skovdal Andersen

                          T Offline
                          T Offline
                          Thomas Freudenberg
                          wrote on last edited by
                          #25

                          Here are my favorites:

                          • Visual Assist

                          IntelliSense Upgrade for DevStudio

                          • WndTabs

                          Window and file management utility for DevStudio

                          • Araxis Merge

                          Visual file comparison/merging and folder synchronization application

                          • 4DOS resp. 4NT

                          Powerful replacement for cmd.exe

                          • Doxygen

                          documentation system for C++, Java, IDL (Corba, Microsoft and KDE-DCOP flavors) and C

                          • cygwin

                          port of popular GNU development tools to Windows API

                          • Download Accelerator

                          Download acceleration software with multi-connection management

                          • Cookie Pal

                          Excellent Cookie Filter and Manager

                          • BCGControlBar library

                          MFC extension library

                          • UltraEdit

                          Very handy text editor

                          Best regards, Thomas


                          I am a signature virus! Help me spread and copy me to your sig!

                          1 Reply Last reply
                          0
                          Reply
                          • Reply as topic
                          Log in to reply
                          • Oldest to Newest
                          • Newest to Oldest
                          • Most Votes


                          • Login

                          • Don't have an account? Register

                          • Login or register to search.
                          • First post
                            Last post
                          0
                          • Categories
                          • Recent
                          • Tags
                          • Popular
                          • World
                          • Users
                          • Groups