View Single Post
  #1 (permalink)  
Old 11-23-2007, 05:23 PM
glook glook is offline
Junior Member
 
Join Date: Oct 2007
Location: Berkshire, UK
Posts: 30
Awards Showcase
Beta Tester 
Total Awards: 1
Default FullScreen and getting screen size

When using FullScreen from FormLib.dll, how is it possible to determine the actual usable screen size? I would like to resize an Image control to the maximum available.

Perhaps I have misunderstood something? I thought that Form.Width and Form.Height would always give the screen dimensions, but they do not change after invoking FullScreen!

The menu and title bars are removed, as expected. I used MsgBox to check the
form dimensions before and after - they are always 240x188. However it is possible to display the Image control with a "forced" height of more than 188.

Geoff.
Reply With Quote