(some) Labels moving down every time I build the project

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

    (some) Labels moving down every time I build the project

    Hello everyone,

    I am using Visual Studio 2003 Enterprise Architect. Everytime I build
    the project, some of the labels move 2 pixels down. I even locked those
    labels. No Good. Any idea whats going on here?

    I am also getting a warning saying "can not bind an event handler to
    the 'Click" event because it is read only". When I double click on the
    message, it take me to the class name at the top.

    Your help is appreciated.

    Thanks
    Ahmed

  • Herfried K. Wagner [MVP]

    #2
    Re: (some) Labels moving down every time I build the project

    "Ahmed" <ahmed1979@gmai l.com> schrieb:[color=blue]
    > I am using Visual Studio 2003 Enterprise Architect. Everytime I build
    > the project, some of the labels move 2 pixels down. I even locked those
    > labels. No Good. Any idea whats going on here?[/color]

    What border style does the form have? Does the form contain a menu? Which
    version of Windows do you use?

    --
    M S Herfried K. Wagner
    M V P <URL:http://dotnet.mvps.org/>
    V B <URL:http://classicvb.org/petition/>

    Comment

    • Ahmed

      #3
      Re: (some) Labels moving down every time I build the project

      I have the the labels in User controls. Each user control has a tab
      control. at the top of the of each tab page there is groupbox. The
      label that keep moving downword is in the groupbox, although there are
      other labels in the same group box are not acting up. Groupbox
      flatstyle is set to standard. The border style of the user control is
      set to "none. The user control has a context menu but it is not
      attached to the label. I am using Windows xp pro SP2.

      Comment

      Working...