Monitor resolution independence

A

Al Reid

I have an application where a 3rd party viewer is displayed next to a VB2005 app. I was told that the viewer needs to occupy the
left 2/3 of the screen and the app the right 1/3. Is there something built in that will allow me to dynamically scale the forms
and all contained controls based on the monitor resolution. I already can detect the number of monitors and the resolutions. I
tried Me.Scale(..) and Me.ScaleControl(...) in the form load event, but that didn't work. Can someone please help me?
 
A

Armin Zingler

Al Reid said:
I have an application where a 3rd party viewer is displayed next to
a VB2005 app. I was told that the viewer needs to occupy the left
2/3 of the screen and the app the right 1/3. Is there something
built in that will allow me to dynamically scale the forms and all
contained controls based on the monitor resolution. I already can
detect the number of monitors and the resolutions. I tried
Me.Scale(..) and Me.ScaleControl(...) in the form load event, but
that didn't work. Can someone please help me?


As the problem is not specific to the VB.Net language, you could try the
..Net Framework group:

microsoft.public.dotnet.framework.windowsforms


Armin
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top