: I've seen VB apps that when the user used it on a smaller monitor some of the screen wasn't visible. How can I do this? :
you can retrieve the resolution of a users monitor with the screen-object.
e.g. Screen.Height is the Height of the Users Monitor but you have to be careful for those measures come in Twips, not in Pixel ------------------------------------------ Only stupidity of mankind and the universe are infinite, but i'm not sure concerning the universe. A. Einstein
Comments
:
you can retrieve the resolution of a users monitor with the screen-object.
e.g.
Screen.Height is the Height of the Users Monitor
but you have to be careful for those measures come in Twips, not in Pixel
------------------------------------------
Only stupidity of mankind and the universe
are infinite, but i'm not sure concerning
the universe. A. Einstein