Problems with dpi size

  • Thread starter Thread starter Fernando Sanz
  • Start date Start date
F

Fernando Sanz

Hello!
I´m new in VB.NET and I found a problem I can´t solve. I´m developing a
little application that works OK when the user chooses 96 dpi for his
screen, but when he changes to 120 dpi the most of the objects of my
application don´t work propertly. How can I do to solve my problem? Is there
any way to know dpi that screen uses? I'm looking in my references books and
I don´t found anything that helps me.

Thanks for your help
Fernando
 
* "Fernando Sanz said:
I´m new in VB.NET and I found a problem I can´t solve. I´m developing a
little application that works OK when the user chooses 96 dpi for his
screen, but when he changes to 120 dpi the most of the objects of my
application don´t work propertly. How can I do to solve my problem? Is there
any way to know dpi that screen uses? I'm looking in my references books and
I don´t found anything that helps me.

Did you have a look at the form's 'AutoScale' property?
 
Thanks for your help. It works!!! I really needed help, I had the problem
in front of my eyes and I didn´t see it!!!. Thanks for all
 
Back
Top