Good day everybody...

I have a bit of problem here, which I'm not sure whether my explaination is good enough.

Well, I develop an ERP system which is used by various clients. Every clients PC may be using different screen resolution. As I fixed my screen resolution to 800 x 600, therefore when I run my program it won't produce any problem as I adjust the form's size according to my screen resolution. But, if client uses a different resolution, the form will enlarge or shrink. This make the form very 'ugly'. So, my question is, how do I make the size of the form adjusted correctly according to the screen resolution?

Thanks in advanced...