Broken property panel

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • NickP

    #1

    Broken property panel

    Hi there,

    For some reason the property panel in the Visual Studio .NET 2005 -
    Visual Basic form designer is not showing the properties for any controls.
    It just remains blank. It's only doing it for 1 solution that I am using,
    but that is one solution too many at the moment. Any ideas on how i can
    wake it back up again??

    Nick.


  • NickP

    #2
    Re: Broken property panel

    I found the problem. A control I had was in a recursive Invalidate loop.

    Nick.

    "NickP" <a@a.com> wrote in message
    news:OBHU5sdlGH A.3576@TK2MSFTN GP04.phx.gbl...[color=blue]
    > Hi there,
    >
    > For some reason the property panel in the Visual Studio .NET 2005 -
    > Visual Basic form designer is not showing the properties for any controls.
    > It just remains blank. It's only doing it for 1 solution that I am using,
    > but that is one solution too many at the moment. Any ideas on how i can
    > wake it back up again??
    >
    > Nick.
    >[/color]


    Comment

    • Cor Ligthert [MVP]

      #3
      Re: Broken property panel

      Nick,

      Next time I will warn you if I *see* that in your program.
      :-)

      Cor

      "NickP" <a@a.com> schreef in bericht
      news:OLDeDlelGH A.3528@TK2MSFTN GP02.phx.gbl...[color=blue]
      >I found the problem. A control I had was in a recursive Invalidate loop.
      >
      > Nick.
      >
      > "NickP" <a@a.com> wrote in message
      > news:OBHU5sdlGH A.3576@TK2MSFTN GP04.phx.gbl...[color=green]
      >> Hi there,
      >>
      >> For some reason the property panel in the Visual Studio .NET 2005 -
      >> Visual Basic form designer is not showing the properties for any
      >> controls. It just remains blank. It's only doing it for 1 solution that
      >> I am using, but that is one solution too many at the moment. Any ideas
      >> on how i can wake it back up again??
      >>
      >> Nick.
      >>[/color]
      >
      >[/color]


      Comment

      • NickP

        #4
        Re: Broken property panel

        LOL!

        Cheers Cor!

        "Cor Ligthert [MVP]" <notmyfirstname @planet.nl> wrote in message
        news:OeHixxelGH A.1272@TK2MSFTN GP03.phx.gbl...[color=blue]
        > Nick,
        >
        > Next time I will warn you if I *see* that in your program.
        > :-)
        >
        > Cor
        >
        > "NickP" <a@a.com> schreef in bericht
        > news:OLDeDlelGH A.3528@TK2MSFTN GP02.phx.gbl...[color=green]
        >>I found the problem. A control I had was in a recursive Invalidate loop.
        >>
        >> Nick.
        >>
        >> "NickP" <a@a.com> wrote in message
        >> news:OBHU5sdlGH A.3576@TK2MSFTN GP04.phx.gbl...[color=darkred]
        >>> Hi there,
        >>>
        >>> For some reason the property panel in the Visual Studio .NET 2005 -
        >>> Visual Basic form designer is not showing the properties for any
        >>> controls. It just remains blank. It's only doing it for 1 solution that
        >>> I am using, but that is one solution too many at the moment. Any ideas
        >>> on how i can wake it back up again??
        >>>
        >>> Nick.
        >>>[/color]
        >>
        >>[/color]
        >
        >[/color]


        Comment

        Working...