News

Create the fun classic snakes game using C# in Windows Form. We will be using little elements of OOP programming to make this project, the code, project files and video tutorial is all presented with ...
Notepad - Windows form application in visual C# The application contains only basic functionalities of the Notepad: Open, Save, Copy, Paste, Undo, Redo, Font, Background Color and Exit Add a rich ...
Hello All, Working with Windows form application using C# while developing desktop application, many times we need to show the folder structure in TreeView control, and to do that we have the ...
Creating a new form in C# is fairly simple, thanks to the Form class. But what about referencing an existing one? Step through this sample code and see how it's done.