Click here to Skip to main content
15,885,782 members
Everything / Desktop Programming

Desktop Programming

desktop

Great Reads

by Graeme_Grant
This article comprehensively covers the Microsoft ClickOnce Installer with a bare bones WinForm/WPF C#/VB Silent Updater framework plus covers how to implement, troubleshoot, test locally, to release.
by Michael Haephrati
Desktop application that can be used to convert from and to various audio formats, such as .mp3, .m4a and .wav
by Member 9913858
An introduction to using FakeModel to create test aata for you.
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.

Latest Articles

by Graeme_Grant
This article comprehensively covers the Microsoft ClickOnce Installer with a bare bones WinForm/WPF C#/VB Silent Updater framework plus covers how to implement, troubleshoot, test locally, to release.
by Kai Schtrom
How to use DSE-Patcher to disable Driver Signature Enforcement
by Michael Sydney Balloni
A .NET client-server application for sending files over a network
by Aleh Baradzenka
In this article, you will learn about an adjustable control that has zooming and scrolling tabs, dragging with the mouse, custom drawing and much more.

All Articles

Sort by Score

Desktop Programming 

8 Feb 2019 by DiponRoy
Limit number of lines in a RichTextBox
9 Oct 2013 by _Noctis_
Quick tip for forms/windows/views where save/insert/cancel buttons are used
11 Aug 2015 by Steffen Ploetz
How to group applications into user defined menus of the GNOME desktop menu.
11 Oct 2013 by wim4you
We wanted a first impression of a clockwork using simple gear for visual evaluation. A provisory prototype is made.
4 Sep 2018 by simonp_ca
If you like those beautiful Windows10 PC startup screens and wonder how to capture and save them as images, this tip/trick is for you...
13 Nov 2017 by Herbert Lausmann
Icon Pro - A C# + WPF open source tool for creating windows icons from PNG images or SVG vectors
15 Sep 2015 by Blondy314
An application which allows you to set a different wallpaper for each desktop
15 Mar 2015 by manchanx
Tidy, generic solution to bind Enums (with or without a DescriptionAttribute) to a ComboBox or other Controls
3 Mar 2016 by The Zakies
Tutorial 2 (how to interactively add multiple shapes GDI using linked lists)
8 Jun 2012 by CodingLover
Learn how to manage multiple log files in a single application using log4net.
12 Mar 2014 by Rohit Dot net
Validation control with a single validation rule is easy, but what if we need to validate a control using different validation rules. This article tells how to achieve multiple validation on single control in an easy and systematic way.