Skip to content
C Sharpens
  • Home
  • About Us
  • Contact Us
  • Learn C# Online
  • Privacy Policy

How To

How to reference two forms with each other in C#

January 11, 2016 by Sajjad Arif Gul
This C# Example in Windows Form Application Program shows how to reference form2 in other form1. This C# tutorial is easy to Understand. Referencing in C# programming. How to show form1 on clicking on button on form2 using referencing.

Read more

Categories C#, Source Codes Tags How To, Tricks, Windows Form Application

How to use Windows Registry in C#

January 3, 2016 by Sajjad Arif Gul
This article is about using Windows Registry functions in C#.Net application. Today I learned some basic functions of registry in Visual Programming Lab. In this example we will learn how to store a value in registry. This example will save the current Height & Width of windows form at Form1_FormClosing event.

Read more

Categories C#, Projects, Source Codes Tags How To, Tricks

Exception Handling in C#

December 28, 2015 by Sajjad Arif Gul

Error Handling has always been crucial for an application in a number of ways. It may affect the execution state of the application, or expose sensitive information to a user.If the error handling is not strong,it may aid the attacker, as the errors returned may assist them in constructing correct attack factors.

Read more

Categories Articles, C#, Source Codes Tags How To, Tricks 2 Comments

How to Create & Use DLL in C# Projects

December 13, 2015 by Sajjad Arif Gul
In this week I learned how to use dll files in any program. dll stands for Dynamic Link Library. The main use of the dll files is when we need some functions of other program into our project.

Read more

Categories C#, Source Codes Tags How To, Tricks
© 2023 C Sharpens • Built with GeneratePress