when i run a form at 1024*768 it works fine .when i run same form at 800*600 resolution ,size of all tools r incresing.i want size of tools(control box,text box) to remain same even if i change resolution .is it possible.
do i need to code for each tools to restrict their size or is there any property setting available in vb.net.

WolfPack commented: blue -1

when i run a form at 1024*768 it works fine .when i run same form at 800*600 resolution ,size of all tools r incresing.i want size of tools(control box,text box) to remain same even if i change resolution .is it possible.
do i need to code for each tools to restrict their size or is there any property setting available in vb.net.

It's normal for things to increase size as screen resolution decreases. That's because there's less pixels to use, so the monitor must draw everything bigger so as not to lose image quality. And no, I don't think there's a way to stop this.

And stop putting everything in blue.

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.