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. The joys of being a nerd

The joys of being a nerd

Scheduled Pinned Locked Moved The Lounge
c++comdata-structurestoolshelp
29 Posts 15 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.
  • R Rajesh R Subramanian

    As you move the mouse cursor, the crosshair moves with it. You could draw a rectangle anywhere on the screen by depressing and dragging the mouse button to capture ANY rectangular portion of the screen. It doesn't matter how many windows are you covering - just move the crosshair to cover what you want.

    "Real men drive manual transmission" - Rajesh.

    D Offline
    D Offline
    David Crow
    wrote on last edited by
    #21

    I guess I've just been using mspaint too long then to see how this would be of any benefit (to me). I can paste and crop out what I don't want in a matter of seconds.

    "One man's wage rise is another man's price increase." - Harold Wilson

    "Fireproof doesn't mean the fire will never come. It means when the fire comes that you will be able to withstand it." - Michael Simmons

    "Some people are making such thorough preparation for rainy days that they aren't enjoying today's sunshine." - William Feather

    R 1 Reply Last reply
    0
    • D David Crow

      I guess I've just been using mspaint too long then to see how this would be of any benefit (to me). I can paste and crop out what I don't want in a matter of seconds.

      "One man's wage rise is another man's price increase." - Harold Wilson

      "Fireproof doesn't mean the fire will never come. It means when the fire comes that you will be able to withstand it." - Michael Simmons

      "Some people are making such thorough preparation for rainy days that they aren't enjoying today's sunshine." - William Feather

      R Offline
      R Offline
      Rajesh R Subramanian
      wrote on last edited by
      #22

      Sure, whatever works for you. I was using the paint method for years too, but this proved to be quicker for me.

      "Real men drive manual transmission" - Rajesh.

      1 Reply Last reply
      0
      • R Rajesh R Subramanian
        1. The snipping tool (that comes with the OS) stops working, and it tells me that I should restart my system. (This very problem[^])
        2. I will NEVER, in a million years restart my machine because a snipping tool tells me to do so, and I search for alternatives. ( Heck - windows update has been pleading me to restart for a week now, so the snipping tool should get in the queue instead of asking me to restart immediately. :laugh: )
        3. Find something called Greenshot[^], which is open source and works great!
        4. I then found a minor glitch - Previously, I've had the windows snipping tool pinned to my task bar, but this one goes into the system tray.
        5. If I pin it to the task bar and click on it, it tells me that the program is already running (yes it is, in the system tray). That's why it is a glitch - I have to right click on the icon in task bar to get a screen capture (or I can press the Pring screen key). But I WANT an icon pinned in the taskbar to take screenshots, because I'm used to it.
        6. Get into geek mode and think for a few seconds and then... VOILA!
        7. This new utility comes up when I press the print screen key. So, I can write a small C++ program to post this hot key press event to that program's hidden window. (use Spy++ to get the details)
        8. Write code, build an executable that's 56 KB. Pin it to the task bar and click on it. Everything works great. :cool:
        9. I then clicked on the windows snipping tool just to give it one last chance. And ... it just comes up and works fine as if nothing happened at all. :confused:

        But in the process, I learned a couple of things that I had not known and I think that it's worth it! Plus, this new utility is a little faster than the windows snipping tool, so I think it's all good. It's 8.45 PM, and I'd better get moving to home. Have a good day, fellas. :)

        "Real men drive manual transmission" - Rajesh.

        G Offline
        G Offline
        GenJerDan
        wrote on last edited by
        #23

        What's a Snipping Tool? That being said, my Windows keeps losing its audio. I think Flash is stealing it. Something to do with ASIO? Know knows. I have to log off and back on again to get my sounds back. When the sound is gone, there is no error of any kind anywhere. It's just...gone. :(

        It always itches for the first week or so. My Mu[sic] My Films My Windows Programs, etc.

        G 1 Reply Last reply
        0
        • R Rajesh R Subramanian
          1. The snipping tool (that comes with the OS) stops working, and it tells me that I should restart my system. (This very problem[^])
          2. I will NEVER, in a million years restart my machine because a snipping tool tells me to do so, and I search for alternatives. ( Heck - windows update has been pleading me to restart for a week now, so the snipping tool should get in the queue instead of asking me to restart immediately. :laugh: )
          3. Find something called Greenshot[^], which is open source and works great!
          4. I then found a minor glitch - Previously, I've had the windows snipping tool pinned to my task bar, but this one goes into the system tray.
          5. If I pin it to the task bar and click on it, it tells me that the program is already running (yes it is, in the system tray). That's why it is a glitch - I have to right click on the icon in task bar to get a screen capture (or I can press the Pring screen key). But I WANT an icon pinned in the taskbar to take screenshots, because I'm used to it.
          6. Get into geek mode and think for a few seconds and then... VOILA!
          7. This new utility comes up when I press the print screen key. So, I can write a small C++ program to post this hot key press event to that program's hidden window. (use Spy++ to get the details)
          8. Write code, build an executable that's 56 KB. Pin it to the task bar and click on it. Everything works great. :cool:
          9. I then clicked on the windows snipping tool just to give it one last chance. And ... it just comes up and works fine as if nothing happened at all. :confused:

          But in the process, I learned a couple of things that I had not known and I think that it's worth it! Plus, this new utility is a little faster than the windows snipping tool, so I think it's all good. It's 8.45 PM, and I'd better get moving to home. Have a good day, fellas. :)

          "Real men drive manual transmission" - Rajesh.

          J Offline
          J Offline
          jsc42
          wrote on last edited by
          #24

          Rajesh R Subramanian wrote:

          or I can press the Pring screen key

          I wish that I had a Pring screen key. We used to use Ctrl-G in the MS-DOS days (it didn't Pring, but it did ding).

          1 Reply Last reply
          0
          • R Rage

            Linked article states:

            Snipping Tool on Vista always fails when I try to run it with the following error: Any clues on what is going wrong?

            Answer: Yes, Vista.

            G Offline
            G Offline
            giuchici
            wrote on last edited by
            #25

            Really? Is that your explanation? And I have a feeling you're not kidding.

            giuchici

            1 Reply Last reply
            0
            • G GenJerDan

              What's a Snipping Tool? That being said, my Windows keeps losing its audio. I think Flash is stealing it. Something to do with ASIO? Know knows. I have to log off and back on again to get my sounds back. When the sound is gone, there is no error of any kind anywhere. It's just...gone. :(

              It always itches for the first week or so. My Mu[sic] My Films My Windows Programs, etc.

              G Offline
              G Offline
              giuchici
              wrote on last edited by
              #26

              It comes with age.

              giuchici

              1 Reply Last reply
              0
              • M Manfred Rudolf Bihy

                Absolutely correct! 5+ What is it already with windows and all this booting going on? Real OSs require a reboot after recompiling the kernel modules, but not because of configuration changes. Cheers!

                G Offline
                G Offline
                giuchici
                wrote on last edited by
                #27

                Isn't the application you're installing requesting the reboot? Take for example installing Nvidia video drivers. It used to be a business that required reboot. For such an operation I wouldn't even dare to expect not having to. Lately though, there's no need for rebooting. So most of the time is up to the app. And what's a Real OS? What's the definition? Do their names have to end in x or be nicknamed after felines? I looked it up on Google and got nothing. Cheers.

                giuchici

                1 Reply Last reply
                0
                • R Rajesh R Subramanian
                  1. The snipping tool (that comes with the OS) stops working, and it tells me that I should restart my system. (This very problem[^])
                  2. I will NEVER, in a million years restart my machine because a snipping tool tells me to do so, and I search for alternatives. ( Heck - windows update has been pleading me to restart for a week now, so the snipping tool should get in the queue instead of asking me to restart immediately. :laugh: )
                  3. Find something called Greenshot[^], which is open source and works great!
                  4. I then found a minor glitch - Previously, I've had the windows snipping tool pinned to my task bar, but this one goes into the system tray.
                  5. If I pin it to the task bar and click on it, it tells me that the program is already running (yes it is, in the system tray). That's why it is a glitch - I have to right click on the icon in task bar to get a screen capture (or I can press the Pring screen key). But I WANT an icon pinned in the taskbar to take screenshots, because I'm used to it.
                  6. Get into geek mode and think for a few seconds and then... VOILA!
                  7. This new utility comes up when I press the print screen key. So, I can write a small C++ program to post this hot key press event to that program's hidden window. (use Spy++ to get the details)
                  8. Write code, build an executable that's 56 KB. Pin it to the task bar and click on it. Everything works great. :cool:
                  9. I then clicked on the windows snipping tool just to give it one last chance. And ... it just comes up and works fine as if nothing happened at all. :confused:

                  But in the process, I learned a couple of things that I had not known and I think that it's worth it! Plus, this new utility is a little faster than the windows snipping tool, so I think it's all good. It's 8.45 PM, and I'd better get moving to home. Have a good day, fellas. :)

                  "Real men drive manual transmission" - Rajesh.

                  C Offline
                  C Offline
                  Charl
                  wrote on last edited by
                  #28

                  I am not a nerd - I would have just re-started.....................

                  1 Reply Last reply
                  0
                  • M Manfred Rudolf Bihy

                    Absolutely correct! 5+ What is it already with windows and all this booting going on? Real OSs require a reboot after recompiling the kernel modules, but not because of configuration changes. Cheers!

                    G Offline
                    G Offline
                    Gary R Wheeler
                    wrote on last edited by
                    #29

                    Manfred R. Bihy wrote:

                    Real OSs require a reboot after recompiling the kernel modules

                    Real OSs don't require that the end user recompile the kernel modules.

                    Software Zen: delete this;

                    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