[INVALID] Windows don't appear in Windows Vista

  1. #1

    [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



    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.

  2. #2

    RE: [INVALID] Windows don't appear in Windows Vista

    I'll run some tests to try and reproduce this problem.

    Do you have the AutoShow property on the Window set to "true"?

    Example

    <cool:Window runat="server" ID="Window1" AutoShow="true" />
    Geoffrey McGill
    Founder

Similar Threads

  1. [CLOSED] IIS7 Windows 7 x Windows 2008
    By majunior in forum 1.x Legacy Premium Help
    Replies: 14
    Last Post: Nov 08, 2011, 6:56 PM
  2. Windows 7 issue
    By Tbaseflug in forum 1.x Help
    Replies: 0
    Last Post: Oct 14, 2010, 3:18 PM
  3. Fun with Windows
    By jlertle in forum Examples and Extras
    Replies: 2
    Last Post: Jul 01, 2010, 3:45 AM
  4. [CLOSED] Desktop BUG: Modal windows can be minimized and you can interact with the other windows
    By juanpablo.belli@huddle.com.ar in forum 1.x Legacy Premium Help
    Replies: 2
    Last Post: Mar 31, 2009, 2:49 PM
  5. Replies: 1
    Last Post: Mar 17, 2009, 1:17 AM

Posting Permissions