Form

Posts filed under Form

TreeView, GroupBox Control and MDIParent Form in C#.NET

Filed in ASP.NET, Desktop AppTags: , , , , , , , , , ,

In this article I will show how to use TreeView Control in MDIParent Form. I have used C# language to do this. As you all know that TreeView Control in C#.NET Provide the Tree Look for the nodes. In this project I am binding the Window Application Form inside the GroupBox Control. So in this project [...]

MenuStrip Control and MDIParent Form in C#.NET

Filed in ASP.NET, Desktop AppTags: , , , , , , , ,

In this article I will show how to use MenuStrip Control in MDIParent Form. I have used C# language to do this. Also I will tell you that how to open the forms on click of MenuStrip items. All the Winform will opened in the specific Panel Control inside the MDIParent Form. This project will help [...]

How to validate Email Address in Window Form in C#.NET

Filed in ASP.NET, Desktop AppTags: , , , , , , , , ,

A perfect Application should not only to show the output as our requirement, the application should also validated by the developer who developed the application. For web application we can use the controls to validate the web page. But in Window Application there is no available control for validation. We have to write code to [...]