Hi,

I am finishing up an application in VB.NET at the moment, and am working on making the interfaces perfect, however I don't know how to go about setting the properties for the items on the interface so that if the window is resized, or the user has a larger or smaller screen resolution then the 800 x 600 I'm using, then all of the items resize themselves to fit if possible.

Could someone run me through the best way to go about this?

Thanks

Recommended Answers

All 4 Replies

Use CSS style sheets.That is the best way to handle different screen resolution.Load different style sheet for each screen resolution.

This appliation isn't for the web though, it's a standalone application

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.