Distort the field in the screen

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi,

I am using VB.Net in Visual Studio.Net. The version is 7.1.3088.

Every time when I open a Window Form, I found that the height of most of
the object such as button, checkbox and group panel will be decrease. When I
switch from the window / tab / page that contains coding back to the window
of Form Designer, this problem will also happens.

This problem makes me spend a lot of time to recover the appearence of
window form.

Is there any way to solve this problem?

Thanks for your attention.

Rgs,
John
 
John said:
I am using VB.Net in Visual Studio.Net. The version is 7.1.3088.

Every time when I open a Window Form, I found that the height of most of
the object such as button, checkbox and group panel will be decrease.
When I
switch from the window / tab / page that contains coding back to the
window
of Form Designer, this problem will also happens.

* What's the form's 'FormBorderStyle' property set to?

* Does the form contain a menu bar?

* Are you running your machine with large fonts enabled?

* Does the problem even occur in a simple test project or does
it only occur in a certain project/form?
 
Dear Herfried K. Wagner,

Nice to see your reply. The following is the info that you wants. I hope
they can help.

The FormBorderStyle is set to FixedSingle.

The form does not have a menu bar

For the issue Large Font enabled, I am not very sure where is the setting.
If you are talking about the setting in the advance tab of display property,
the setting is using small font. Would you please tell me how to check the
setting "Large font enabled".

If you are talking about problem occurence, I would rather say that it
happens to the form which is created by my colleagues. When I have to edit
the form, the problem happens just when I open it before I started to edit it.

Thanks for your help.

Rgs,
John
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top