Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 339045
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 12, 20262026-05-12T10:29:11+00:00 2026-05-12T10:29:11+00:00

what i want to do is write an application in C# like fraps and

  • 0

what i want to do is write an application in C# like “fraps” and other scren capture apps that when you press the “Print Screen” it saves the current screen as an image.

What i thought of is that

“i could create a background worker thread that checks the clipboard after x seconds and if there is an image, that is now in clipboard because of print screen click, it writes the clipboard contents to a jpeg or bitmap file” bu i lack the following knowledge

  • How will i know that there is an image in clipboard or some text or file

  • how to write that clipboard to an image file like how to convert that data into a JPEG (LZ-W format) or bitmap format etc.

Can anybody endow me with some knowledge or guide or help from C# coding prespective

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-12T10:29:11+00:00Added an answer on May 12, 2026 at 10:29 am

    The saving to a particular format is incredibly easy thanks to the Image class:

    myImage.Save("someimage.bmp", System.Drawing.Imaging.ImageFormat.Bmp);
    

    As far as checking the clipboard, well you can do this, but i think you might run into issues that you won’t know whether the image came from a Print-Screen, or from a Ctrl-c that the user did. However you can easily check the clipboard:

    if (Clipboard.ContainsImage())  
        myImage = Clipboard.GetImage();
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Hi I want to write an application that can prevent other application from using
I want to write a application to switch to other running application, like Switch
I want to write an application that takes an XML-schema as input and has
I want to write an application that will automatically detect and fill the text
I want to write an application for Android devices that interacts with the surface
I want to write an application that monitors a music player. In my app
I want to write an application for Android, a card game that can be
I want to write an application (C# would be best, other are also welcome)
I want to write an application using processing-JS , and I'd like to be
I want to write an application in Java that will communicate with Google App

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.