Results 1 to 6 of 6
  1. #1
    Cryptonic's Avatar
    Join Date
    Apr 2010
    Gender
    male
    Location
    United Provinces of Canada
    Posts
    1,313
    Reputation
    44
    Thanks
    190
    My Mood
    Bored

    Lightbulb Advanced Snipping Tool

    I'm trying to make a snipping tool (like the one that comes with windows), but I have a few problems.

    First of all, you may ask, why would I want to make a program that does the same thing that already exists on windows?
    Well, I'm going to add an option for full screen and being able to select a certain window and taking a image of just that. I'm also going to add an Uploader (most likely for Imgur)

    Anyways, I've googled this for awhile, and I did find one method. You have to use another form to choose the coordinates. But I was wondering if anyone knew of a method that could be like the same thing as the Snipping tool, where you just click and drag your mouse to crop your coordinates.

    I also can't find a method where you can select a window and take a screen shot of that.

    Any suggestions?

  2. #2
    'Bruno's Avatar
    Join Date
    Dec 2009
    Gender
    male
    Location
    Portugal
    Posts
    2,883
    Reputation
    290
    Thanks
    1,036
    My Mood
    Busy
    One day I tried to play around with printscreening closed windows. (You really cant since its not being draw)

    Found a way, making it invisible, opening it open, taking the screenshot, minimize it and make it visible again. (in a few ms)

    Cant help you exactly with the rest tho, not sure how that could work, never really tried tbh. :\ But I guess WinAPI should have something more to help you with that, which I might have missed, usually happens.
    Light travels faster than sound. That's why most people seem bright until you hear them speak.

  3. #3
    DawgiiStylz's Avatar
    Join Date
    Aug 2009
    Gender
    male
    Location
    Dawg House
    Posts
    7,811
    Reputation
    219
    Thanks
    2,896
    My Mood
    Tired
    I could give you my snippet for draging a custom area and location to take the SS in but idk if I wanna do that o:

  4. #4
    Raow's Avatar
    Join Date
    Nov 2010
    Gender
    male
    Location
    47°37′39″N 122°14′32″W
    Posts
    2,720
    Reputation
    140
    Thanks
    594
    Make a custom form, so make a transparent region in the middle, then make the form back colour (or just the sides) a different colour, and add code so upon clicking them, it changes the size.

  5. #5
    Cryptonic's Avatar
    Join Date
    Apr 2010
    Gender
    male
    Location
    United Provinces of Canada
    Posts
    1,313
    Reputation
    44
    Thanks
    190
    My Mood
    Bored
    Quote Originally Posted by raow25 View Post
    Make a custom form, so make a transparent region in the middle, then make the form back colour (or just the sides) a different colour, and add code so upon clicking them, it changes the size.
    Yes, this is what I had mentioned. This is the method I don't want to use. I want to know how to use the method that the Snipping Tool uses.


    ---------- Post added at 05:09 PM ---------- Previous post was at 05:07 PM ----------

    Quote Originally Posted by Dawgy Dawg View Post
    I could give you my snippet for draging a custom area and location to take the SS in but idk if I wanna do that o:
    The same thing the Snipping Tool uses? If so, contact me if you change your mind.

  6. #6
    DawgiiStylz's Avatar
    Join Date
    Aug 2009
    Gender
    male
    Location
    Dawg House
    Posts
    7,811
    Reputation
    219
    Thanks
    2,896
    My Mood
    Tired
    Exact same .
    Quote Originally Posted by PepsiXHacker View Post


    Yes, this is what I had mentioned. This is the method I don't want to use. I want to know how to use the method that the Snipping Tool uses.


    ---------- Post added at 05:09 PM ---------- Previous post was at 05:07 PM ----------



    The same thing the Snipping Tool uses? If so, contact me if you change your mind.

  7. The Following User Says Thank You to DawgiiStylz For This Useful Post:

    Cryptonic (08-11-2012)

Similar Threads

  1. Tools
    By Dave84311 in forum General Game Hacking
    Replies: 5
    Last Post: 12-27-2017, 02:39 PM
  2. [Release] Cc Advanced Tool V1 !
    By Snipermon in forum CrossFire Spammers, Injectors and Multi Tools
    Replies: 43
    Last Post: 06-18-2011, 08:10 PM
  3. [Release][OpenSource] Advanced IP Tool +New Features
    By VernK in forum Visual Basic Programming
    Replies: 12
    Last Post: 03-27-2011, 11:40 AM
  4. [Release] Advanced IP Tool +New Features
    By VernK in forum Visual Basic Programming
    Replies: 23
    Last Post: 03-26-2011, 11:27 PM
  5. Snipping Tool
    By Dart IV in forum General
    Replies: 13
    Last Post: 08-16-2009, 08:44 PM