Hi,
We have a Win form app written in VB.Net. One of the issues we have now is that the size/proportion of the win controls differ from workstation to workstation and that is NOT because of the windows resolution! (all the workstations have the same 1024x768 resolution).
As result of this, about 70 percent of our workstations display the controls the way we want, but the rest 30 percent display smaller forms relative to the available spaces on the window. This makes some of our controls not functioning correctly. One example would be that we have a one-charactor field which works fine on those 70 percent workstations. But on those 30 percent machines, it becomes too small to hold the charactor typed in and therefore it always appear to be blank - even if there is a charactor in it!
I tried everthing I can to track this down but am still out of luck so far. Like I said, it is not the resolution, not the widnow's font, not the operting system. What else could this be
If anyone could shed some light on this one, it would be highly appreciated!
Thanks in advance!
Feng