Resolution Overlap Problem

M

Miro

I created an app and run it on my computer... it all looks great.
Installed it on a computer with a different resolution and some of the
labels and text boxes overlap with eachother.

I used the default font for these - Microsoft Sans Serif, 8.25pt
( both text box and label use these ).

What do I have to do so the text box and the label does not overlap in
different resolutions?

Thanks,

Miro
 
M

Miro

I tried the AutoScale,

DPI didnt work,
setting it to "None" worked better, and still had some minor overlapping.

I have tried this as well: ( it did not work either )
Dim fNewForm As New frmMyForm
'This setting did not work either
fNewForm .PerformAutoScale()

fNewForm .MdiParent = Me
fNewForm .Show()


Just wondering if anyone else has run into this situation and what their
solution is.
I didnt even realize this setting existed in windows.

For the most part, the rest of the form looks fine.

Mir
 

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