Image/Resolution Resizing

gorilla

Member
Joined
Jun 12, 2003
Messages
12
Hi, im new to C#.NET.
i created a windows form with several different bitmaps from several different customized user controls. When I change the resolution, only the .NET controls resize automatically (text boxes, labels etc). How can i make it so that my images/bitmaps (that are with in the user controls) will resize accordingly as well? i made the windows from using the [design] method. thanks a lot for your help :)
 
Do manually

In forms Paint - Method or better in Resize call the functions youre need... Youre Pictures wont resize without doing it manually. :eek:


Try using SizeMode. If not, try the above!
 
Back
Top