English 中文(简体)
Capture desktop without my window
原标题:

I want to create a recording of desktop content, but without a certain window. The role of this window is to provide a text that will be read, while recording desktop changes. Any suggestions?

问题回答

You could first capture the desktop window (wallpaper, icons, start menu, etc). Then iterate through each visible window, and capture each window s display (skipping over the window that you don t want to show). For each window, just copy its captured bitmap onto the background (placed at the proper coordinates).

How about setting up a two-monitor environment and moving the reading window to the other desktop?

There are even USB powered digital picture frames, quite cheap, some of which can serve as second monitors.





相关问题
Capture desktop without my window

I want to create a recording of desktop content, but without a certain window. The role of this window is to provide a text that will be read, while recording desktop changes. Any suggestions?

Logout from an desktop application to change user in C#.net

I have designed an desktop application using C#.net that has many users. Each USer has specific rights. The User logs into the system when the application first starts and the UserID number is stored ...

Programmatically take ScreenShot of Desktop in Ruby?

I asked this question about taking a picture of a webpage programmatically, and I ve downloaded and got webkit2png working (taking pictures of HTML pages like blogs and whatnot). So cool, thanks for ...

热门标签