Hi!
In my app I offer users the possibilty to have a form fill up the full screen.(Both form and controls width and height are multiplied based upon actual form size and current available screen size). Code for this is published in the book 1001 things you always wanted to know about VFP.
This works fine but when running in non-classic style it seems that forms show a border which is wider than the classic one. Due to that I need to do a correction.
Q:
How can I find out if windows is running in classic mode ?
-Bart
In my app I offer users the possibilty to have a form fill up the full screen.(Both form and controls width and height are multiplied based upon actual form size and current available screen size). Code for this is published in the book 1001 things you always wanted to know about VFP.
This works fine but when running in non-classic style it seems that forms show a border which is wider than the classic one. Due to that I need to do a correction.
Q:
How can I find out if windows is running in classic mode ?
-Bart