Mar 29, 2008, 5:31 PM
[INVALID] Windows don't appear in Windows Vista
in the desing mode i put visible in false and then i put a button with this code
but if i use windows vista to compile the code i can't see the windows control when it is running.
protected void Button1_Click(object sender, EventArgs e)
{
Window1.Visible = true;
}
in Windows XP don't have problem,but if i use windows vista to compile the code i can't see the windows control when it is running.