Missing buttons on a Windows Forms Form

Hi,

I'm working with C# windows forms for more than 3 years but now I'm facing a strange problem:

One of the customers reported that he can not see the 2 buttons (Add and Delete button) on the initial form of a simple c# application we provided for him. This is a really simple form with a tab control and 3 tab pages. The 2 buttons are on the first tab page and the customer says that he can not see them. This is strange because We don't have any code about making these buttons visible/invisible.

Is there any known bug about this Like the bug in Mcaffe virus scan that causes blank listboxes


Thanks in advance,
Shadi





Answer this question

Missing buttons on a Windows Forms Form

  • odelfim

    Thanks David

    I changed the display setting and the 2 buttons disapeared!!!
    I will check with that cutomer hoping that this was the reason of his problem too!

  • BrentRogers

  • Atkins

    The one listed in the forum is broken, and having a similar problem with some customers in the fields... And really would rather my code adapt than the user.

    Thanks


  • 12thFret

    Are they running large fonts

    Check via: Control Panel -> Display Properties -> Settings tab -> Advanced -j> DPI setting

    This could be causing the form to AutoSize and this may be the problem.

  • Missing buttons on a Windows Forms Form