Sunday, January 11, 2009

Set Form Visible properties tutorial example

using System.Windows.Forms;

class RunFormBadly
{
public static void Main()
{
Form form = new Form();

form.Text = "Not a Good Idea...";
form.Visible = true;

Application.Run();
}
}

0 comments:

Followers

Get our toolbar!

 
Design by Wordpress Theme | Bloggerized by Free Blogger Templates | JCPenney Coupons