How to resize the form and its controls according to the screen resolution
-
Hi, I am using Visual Studio 2003. I had developed a project in VB.Net using 1024 * 768 Resolution in XP Operating System. My client wants the application to be displayed properly in any resolution of his choice. Even though i set the AUTOSCALE property of the form to TRUE. The Form is not resizing according to the resolution. Can You please help me out. Hari Prasad... -- modified at 4:01 Wednesday 15th March, 2006
-
Hi, I am using Visual Studio 2003. I had developed a project in VB.Net using 1024 * 768 Resolution in XP Operating System. My client wants the application to be displayed properly in any resolution of his choice. Even though i set the AUTOSCALE property of the form to TRUE. The Form is not resizing according to the resolution. Can You please help me out. Hari Prasad... -- modified at 4:01 Wednesday 15th March, 2006
well... in my WF i have the same trouble but with a difference... in clients with the screen properties 96dpi my WF runs OK if the client setting is 120dpi the winform gone wrong... for exemple the datagrid are compressed and resized with some scrollbars.... why???? roberto baggio rules
-
Hi, I am using Visual Studio 2003. I had developed a project in VB.Net using 1024 * 768 Resolution in XP Operating System. My client wants the application to be displayed properly in any resolution of his choice. Even though i set the AUTOSCALE property of the form to TRUE. The Form is not resizing according to the resolution. Can You please help me out. Hari Prasad... -- modified at 4:01 Wednesday 15th March, 2006
I have been watching this question since it appeared. When I write a program on my computer then try to run it on another one, it is always to big to fit on the screen. I have to crank my resolution down to write programs for other computers. When you buy a program it always seems to automaticly fit the screen of whattever computer that you run it on. I think that anyone who can answer this question will be helping more than the three of us! Thanks, Garner
-
Hi, I am using Visual Studio 2003. I had developed a project in VB.Net using 1024 * 768 Resolution in XP Operating System. My client wants the application to be displayed properly in any resolution of his choice. Even though i set the AUTOSCALE property of the form to TRUE. The Form is not resizing according to the resolution. Can You please help me out. Hari Prasad... -- modified at 4:01 Wednesday 15th March, 2006
Hi Guys, Well u can use the Anchor property to resolve this issue. By default the Anchor property is "Left,Top" for all the controls. Set this to "Left,Top,Right,Bottom" depending up on the position of the control where it is placed. HAVE A NICE TIME CODING. :) Regards.. Hari. Hari Prasad...
-
well... in my WF i have the same trouble but with a difference... in clients with the screen properties 96dpi my WF runs OK if the client setting is 120dpi the winform gone wrong... for exemple the datagrid are compressed and resized with some scrollbars.... why???? roberto baggio rules
Hi Guys, Well u can use the Anchor property to resolve this issue. By default the Anchor property is "Left,Top" for all the controls. Set this to "Left,Top,Right,Bottom" depending up on the position of the control where it is placed. HAVE A NICE TIME CODING. :) Regards.. Hari. Hari Prasad...