Resolution Problem.
-
Hi, I am using vs.net with windows application. My screen resolution is 1024 by 768 pixels. My form size is fixed to 1024 by 740. What i want is if i increase the resloution form will fit to the screen automatically. If i decrease the resolution, the scrollbars have to be appear. How to this. ? Plz help me urgent.
-
Hi, I am using vs.net with windows application. My screen resolution is 1024 by 768 pixels. My form size is fixed to 1024 by 740. What i want is if i increase the resloution form will fit to the screen automatically. If i decrease the resolution, the scrollbars have to be appear. How to this. ? Plz help me urgent.
Hi, I suggest you have a look at SystemEvents.DisplaySettingsChanged event. :)
Luc Pattyn
-
Hi, I am using vs.net with windows application. My screen resolution is 1024 by 768 pixels. My form size is fixed to 1024 by 740. What i want is if i increase the resloution form will fit to the screen automatically. If i decrease the resolution, the scrollbars have to be appear. How to this. ? Plz help me urgent.
Hi My idea is using Anchors. Each control will be having one property called anchor. Set the anchor. When the form is resizing controls will also resize
Cheers Navaneeth!!