Click here to Skip to main content
15,890,882 members
Everything / Screen

Screen

screen

Great Reads

by ToughDev
Revisiting Mario Game Written in Pascal
by Harry Truman
Screencasting (demo screen, screensharing) already works in Google Chrome. The technology allows capturing a window of the browser itself as well as windows of other applicaitons. For example, you can capture Firefox running in a separate window.
by jmix90
Creating a full-screen window in WPF is quite simple, set WindowState to Maximized and WindowStyle to None. However, a border is still visible on the bottom and on the right sides. In this post we'll discover how to remove it.
by Anton Lesnichenko
Add AllowsTransparency="True" and there will not be a border.

Latest Articles

by ToughDev
Revisiting Mario Game Written in Pascal
by ToughDev
Emulate parallel port printer to capture data from Tektronix 1230 Logic Analyzer
by Minh Danh Nguyen (ToughDev)
This is a cheap 320×240 2.8″ TFT LCD module that uses the ILI9320 controller for the display and the XPT2046.
by Harry Truman
Screencasting (demo screen, screensharing) already works in Google Chrome. The technology allows capturing a window of the browser itself as well as windows of other applicaitons. For example, you can capture Firefox running in a separate window.

All Articles

Sort by Score

Screen 

28 Feb 2011 by jmix90
Creating a full-screen window in WPF is quite simple, set WindowState to Maximized and WindowStyle to None. However, a border is still visible on the bottom and on the right sides. In this post we'll discover how to remove it.
28 Feb 2011 by Anton Lesnichenko
Add AllowsTransparency="True" and there will not be a border.
12 Jan 2012 by All Time Programming
Get actual screen size for the application layout dynamically
4 Oct 2016 by Arun Chandrasekhara Pillai
Create a screen recorder using C#
16 Oct 2012 by Shweta Lodha
How to set the splash screen image and how to change the background color.