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
    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.

    R Offline
    R Offline
    Rage
    wrote on last edited by
    #6

    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 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.

      D Offline
      D Offline
      Dalek Dave
      wrote on last edited by
      #7

      The real joy is just knowing stuff.

      ------------------------------------ I will never again mention that I was the poster of the One Millionth Lounge Post, nor that it was complete drivel. Dalek Dave CCC Link[^] Trolls[^]

      R 1 Reply Last reply
      0
      • S Shelby Robertson

        Rajesh R Subramanian wrote:

        and I search for alternatives.

        I thought the alternative for snipping tool, was print screen->mspaint

        Pete O'Hanlon wrote:

        I'm looking forward to it; primarily because it should wipe that smug grin off Steve Jobs face.

        CPallini wrote:

        You cannot argue with agile people so just take the extreme approach and shoot him. :Smile:

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

        Shelby Robertson wrote:

        I thought the alternative for snipping tool, was print screen->mspaint

        That's what I've always used, or Alt+PrtScn if I just want the active window.

        "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
        • 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.

          H Offline
          H Offline
          hairy_hats
          wrote on last edited by
          #9

          I find that the best solution is to relax and reboot from time to time, not get stressed about it. I don't see the point in getting anal about not rebooting your system when asked. Yes, I am sure that we get asked to do it more often than strictly necessary, but if rebooting was the most stressful thing I ever had to do to a PC I'd be very happy.

          R 1 Reply Last reply
          0
          • S Shelby Robertson

            Rajesh R Subramanian wrote:

            and I search for alternatives.

            I thought the alternative for snipping tool, was print screen->mspaint

            Pete O'Hanlon wrote:

            I'm looking forward to it; primarily because it should wipe that smug grin off Steve Jobs face.

            CPallini wrote:

            You cannot argue with agile people so just take the extreme approach and shoot him. :Smile:

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

            Shelby Robertson wrote:

            I thought the alternative for snipping tool, was print screen->mspaint

            MS Paint:

            1. Capture the screen.
            2. Open MS Paint.
            3. Paste the image (not to mention you'll have to resize the canvas most of the time, which is ANNOYING)
            4. Do editing if required.
            5. Save the image.
            6. Use it

            With a screen capture utility:

            1. Press a hot key combo (single key in this case) and it draws a transparent, sniping cross hairs on the screen.
            2. Select the portion of the screen that you want by dragging the cross hair, and the utility captures the image and puts it in the clipboard automatically. You can paste it into outlook or wherever, right away.
            3. Plus, it optionally opens itself where it allows you edit (minor, but useful modifications).

            "Real men drive manual transmission" - Rajesh.

            D 1 Reply Last reply
            0
            • D David Crow

              Shelby Robertson wrote:

              I thought the alternative for snipping tool, was print screen->mspaint

              That's what I've always used, or Alt+PrtScn if I just want the active window.

              "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
              #11

              And what if you want the portion of the screen, if it includes more than one window? Capture the whole screen and edit it in MS paint, right? What's wrong in using a tiny program with miniscule memory footprint if it gets the job done in a much quicker and efficient way?

              "Real men drive manual transmission" - Rajesh.

              D 1 Reply Last reply
              0
              • D Dalek Dave

                The real joy is just knowing stuff.

                ------------------------------------ I will never again mention that I was the poster of the One Millionth Lounge Post, nor that it was complete drivel. Dalek Dave CCC Link[^] Trolls[^]

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

                Exactly! That was my point. :)

                "Real men drive manual transmission" - Rajesh.

                1 Reply Last reply
                0
                • T thrakazog

                  hmmm. I'd have taken the approach of: 1. Nightly reboot. 2. Declare victory.

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

                  thrakazog wrote:

                  1. Nightly reboot.
                  2. Declare victory.

                  That's if you would be sure that the utility is going to work after a restart. Remember, it said something along these lines: "...try restarting the system to see if that..." :)

                  "Real men drive manual transmission" - Rajesh.

                  1 Reply Last reply
                  0
                  • H hairy_hats

                    I find that the best solution is to relax and reboot from time to time, not get stressed about it. I don't see the point in getting anal about not rebooting your system when asked. Yes, I am sure that we get asked to do it more often than strictly necessary, but if rebooting was the most stressful thing I ever had to do to a PC I'd be very happy.

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

                    I'll restart my machine when needed. But a screen capture utility should absolutely never be asking me to do that, in my opinion.

                    "Real men drive manual transmission" - Rajesh.

                    M 1 Reply Last reply
                    0
                    • R Rajesh R Subramanian

                      And what if you want the portion of the screen, if it includes more than one window? Capture the whole screen and edit it in MS paint, right? What's wrong in using a tiny program with miniscule memory footprint if it gets the job done in a much quicker and efficient way?

                      "Real men drive manual transmission" - Rajesh.

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

                      Rajesh R Subramanian wrote:

                      And what if you want the portion of the screen, if it includes more than one window? Capture the whole screen and edit it in MS paint, right?

                      Yes.

                      Rajesh R Subramanian wrote:

                      What's wrong in using a tiny program with miniscule memory footprint if it gets the job done in a much quicker and efficient way?

                      Nothing, but none of that was evident in your original post.

                      "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

                      1 Reply Last reply
                      0
                      • R Rajesh R Subramanian

                        I'll restart my machine when needed. But a screen capture utility should absolutely never be asking me to do that, in my opinion.

                        "Real men drive manual transmission" - Rajesh.

                        M Offline
                        M Offline
                        Manfred Rudolf Bihy
                        wrote on last edited by
                        #16

                        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 G 2 Replies Last reply
                        0
                        • R Rajesh R Subramanian

                          Shelby Robertson wrote:

                          I thought the alternative for snipping tool, was print screen->mspaint

                          MS Paint:

                          1. Capture the screen.
                          2. Open MS Paint.
                          3. Paste the image (not to mention you'll have to resize the canvas most of the time, which is ANNOYING)
                          4. Do editing if required.
                          5. Save the image.
                          6. Use it

                          With a screen capture utility:

                          1. Press a hot key combo (single key in this case) and it draws a transparent, sniping cross hairs on the screen.
                          2. Select the portion of the screen that you want by dragging the cross hair, and the utility captures the image and puts it in the clipboard automatically. You can paste it into outlook or wherever, right away.
                          3. Plus, it optionally opens itself where it allows you edit (minor, but useful modifications).

                          "Real men drive manual transmission" - Rajesh.

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

                          I see what you are trying to compare, but it's not a true and accurate comparison (i.e., 3 vs. 6 steps). Once the image is captured, regardless of method used, all other steps are meaningless. Editing the image, saving it do disk, and pasting it into other apps is all the same.

                          Rajesh R Subramanian wrote:

                          Select the portion of the screen that you want by dragging the cross hair, and the utility captures the image...

                          How does this address the "And what if you want the portion of the screen, if it includes more than one window" requirement?

                          "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 see what you are trying to compare, but it's not a true and accurate comparison (i.e., 3 vs. 6 steps). Once the image is captured, regardless of method used, all other steps are meaningless. Editing the image, saving it do disk, and pasting it into other apps is all the same.

                            Rajesh R Subramanian wrote:

                            Select the portion of the screen that you want by dragging the cross hair, and the utility captures the image...

                            How does this address the "And what if you want the portion of the screen, if it includes more than one window" requirement?

                            "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
                            #18

                            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 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.

                              A Offline
                              A Offline
                              Abhinav S
                              wrote on last edited by
                              #19

                              Rajesh R Subramanian wrote:

                              It's 8.45 PM, and I'd better get moving to home.

                              Yes. The joys of being a nerd. :sigh:

                              Too much of heaven can bring you underground Heaven can always turn around Too much of heaven, our life is all hell bound Heaven, the kill that makes no sound

                              R 1 Reply Last reply
                              0
                              • A Abhinav S

                                Rajesh R Subramanian wrote:

                                It's 8.45 PM, and I'd better get moving to home.

                                Yes. The joys of being a nerd. :sigh:

                                Too much of heaven can bring you underground Heaven can always turn around Too much of heaven, our life is all hell bound Heaven, the kill that makes no sound

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

                                :laugh: :laugh: :laugh:

                                "Real men drive manual transmission" - Rajesh.

                                1 Reply Last reply
                                0
                                • 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
                                          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