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.
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.