Monthly Archives: January 2010

Start C# Dot Net

Topic: how to link a page in C# dot net very simple. on click method write the following code: frmNewEmployee newFrm = new frmNewEmployee(); newFrm.Show(); this.Hide(); Topic: Setup Startup Form => Open File “Program.cs”. and in main function  set form … Continue reading

Posted in dot net | Leave a comment