application form size for different OS
-
hi all, we have developed application on dotnetframework2 on wondows xp OS. we have set the form size to maximum on load. but we are recicving complain stated as The forms are not fully displayed when the screen resolution is less that 1024x768. It is not possible to navigate to fields which are not displayed, there are no scroll bars to see the hidden screen area. how can we resolve this issue. Any help on this please. :confused:
-
hi all, we have developed application on dotnetframework2 on wondows xp OS. we have set the form size to maximum on load. but we are recicving complain stated as The forms are not fully displayed when the screen resolution is less that 1024x768. It is not possible to navigate to fields which are not displayed, there are no scroll bars to see the hidden screen area. how can we resolve this issue. Any help on this please. :confused:
Hi, Do you set the hard code size? I mean how do you set the maximum size? Cheers Ashik
-
Hi, Do you set the hard code size? I mean how do you set the maximum size? Cheers Ashik
well i do that by setting the Windowstate property to Maximized during the design time
-
hi all, we have developed application on dotnetframework2 on wondows xp OS. we have set the form size to maximum on load. but we are recicving complain stated as The forms are not fully displayed when the screen resolution is less that 1024x768. It is not possible to navigate to fields which are not displayed, there are no scroll bars to see the hidden screen area. how can we resolve this issue. Any help on this please. :confused:
Hi, Take a look at this article on msdn about automatic scaling of Windows forms. http://msdn.microsoft.com/en-us/library/ms229605(VS.80).aspx[^] Also I'm not sure if you have understood your customer's problem. Switch one of your monitors to 800x600 resolution, run your app and I think all will become clear. AlanN
-
hi all, we have developed application on dotnetframework2 on wondows xp OS. we have set the form size to maximum on load. but we are recicving complain stated as The forms are not fully displayed when the screen resolution is less that 1024x768. It is not possible to navigate to fields which are not displayed, there are no scroll bars to see the hidden screen area. how can we resolve this issue. Any help on this please. :confused: