Hi,
how programmatically can get the screen resolution ? I want to display different windows forms for different screen resolutions.
Thanks.
Hi,
how programmatically can get the screen resolution ? I want to display different windows forms for different screen resolutions.
Thanks.
Screen(0).width?
[quote=161643:@Antonis Vakondios]Hi,
how programmatically can get the screen resolution ? I want to display different windows forms for different screen resolutions.
[/quote]
Screen(0).Width and Screen(0).Height. See http://documentation.xojo.com/index.php/Screen
Thanks to all