I am looking to display VB forms in a resolution independent environment.
I can't create an array of controls that can be resized at design time as each control must be individually named.
Is it possible to create a form that can be de displayed in all screen resolutions without having to code for the lowest common demoninator i.e. 640 * 480 display?
Can forms be displayed on a screen with scroll bars like occurs for web pages within an Internet browser, i.e. it doesn't matter about the resolution of the screens as all text within the browser can be seen with the help of scroll bars?