English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

Hi,
I m facing a problem in developing the Application.
I m developing the Front End of the Application using Visual Basic(VB) on a 21 Inch monitor.
My client views it in a 15 Inch monitor.

how the Form size and Controls placed on that form will be displayed?
Definitely, it will not be displayed in a correct manner.

I know the samething works fine in .Net with Anchor & Dock Properties.

In VB how do u Achieve It??

So, any one suggest me an Idea.

2007-01-02 01:00:07 · 3 answers · asked by Ravi Nanjunda Rao 3 in Computers & Internet Programming & Design

3 answers

Turn on the 'Form Layout Window' under View | Form Layout Window. This will show a representation of your monitor, usually in the lower right hand corner of your screen.
Right click on the form layout window and turn on 'Resolution Guides'
Any active form will now appear on this screen, and you can see how big it will be and where it will be placed if it is set to 'startup position=manual'.
By using the resolution guides, you can make sure the form will fit on any size monitor you like.

You can also drag your form around the form layout window to place it anywhere you like.

Hope this helps.

2007-01-02 03:21:26 · answer #1 · answered by I don't think so 5 · 1 0

This is an extremely common problem in development. My suggestion is that you keep this in mind.

In VB, forms are sized in pixels. Change your screen resolution (in windows control panel) to 800 by 600. On a 21 inch monitor, things will look HUGE, but this is the only way to see how the form will appear on another smaller monitor. While in this view, you can resize the form so that it takes up a proper amount of the screen.

2007-01-02 09:07:49 · answer #2 · answered by Doug k 3 · 2 0

Please keep in mind that the size of the screen isn't the problem, it's the resolution the screen is set to; so all you should have to do is set your computer to the same resolution as your client uses to see what it will look like on that machine.

Good Luck!

2007-01-03 15:43:12 · answer #3 · answered by Anonymous · 1 0

fedest.com, questions and answers