VBcoders Browse New Submit Contact Sign In

No account? Register free

Forgot password?

Screen Manager

Albert Tedja  (4 Submissions)   Complete Applications   Visual Basic 3.0   Beginner   Wed 3rd February 2021

Many people have built projects to capture desktop screen. Many functions have been called, BitBlt, GetDesktopWindow, GetDC, even keybd_event, to execute this process.
There is one thing you should know about screen capturing in Windows. Windows itself provides function to capture the screen! Actually, you do not need to build a project for it. Just press PrintScreen, and the captured screen will be stored in clipboard. Run mspaint (or any other graphic applications), and then paste. The screen is now stored as bitmap. Pressing Alt+PrintScreen will capture activewindow. I found this by myself.
What you should do is just managing the clipboard, so when user press printscreen, it automatically saves the clipboard to a file.
This simple project will manage your clipboard and automatically saves the bitmap as file. Run this app, minimize it, and then you can capture the screen freely.

Rate Screen Manager (4(4 Vote))

Download Screen Manager

Screen Manager Comments

No comments yet — be the first to post one!

Post a Comment

0/1000 characters