Click here to Skip to main content
15,886,799 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello there guys...

We are encountering a very strange problem. On a single machine, a VB.NET has its controls displayed correctly, however after minimized/maximized, some controls disappear. The controls themselves are in a tablelayoutpanel. Also this problem happens on one machine only. All other machines work perfectly fine.

The UI appears on the machine like this (this is how it should appear):

Correct layout

However after minimizing the window, and maxmizing it we get the following layout on the same machine:

Buttons disappear

Now if you resize the window and then maximize it, you get the following:

Buttons shifted

Again this issue happens on a single machine only running windows 7. The same application runs without a problem after maximize/restore on other machine.

I really appreciate it if you could help identify the issue.

yours sincerely
Posted
Updated 15-May-15 23:06pm
v2
Comments
Maciej Los 16-May-15 6:23am    
Upgrade graphic drivers.
Ralf Meier 16-May-15 11:06am    
Do you set the Buttons by the code of the application on a calculated position ?
If "Yes" - what is the content of the responsible Sub ...?
mkaatr2 16-May-15 11:19am    
The buttons are placed in a TableLayoutPanel. No code is controlling their location. Everything is fixed.
Ralf Meier 16-May-15 11:38am    
Are the Button's docked to something ?

What happens if you change to the other Tab and come back ?
mkaatr2 18-May-15 9:37am    
Hi there...

The dock option for these buttons is fill.

I did not check what happens when navigating different tabs, I will have to check that and get back to you.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900