Tips for the Windows 2000 Logo Program Sample
File: ...\Samples\Solution\FFC\Logo.scx
Custom applications can be submitted to receive the Windows 2000 Logo. There are a number of requirements your application must adhere to in order to obtain the Logo (see https://www.microsoft.com/winlogo). This sample shows several Foundation Classes that provide information that might be of use in making your application Logo compliant.
This sample contains the following classes
Class | Library | Description |
---|---|---|
_sysmetrics | _ system.vcx | Returns system information, such as number of mouse buttons, number of monitor, and whether a mousewheel is present. |
_userpriv | _ system.vcx | Returns the logged on user access rights (guest, power user, administrator). |
_commonfolder | _ system.vcx | Returns path to common system folders such as My Documents. |
For details on all classes available in the foundation classes, see Visual FoxPro Foundation Classes A-Z.
See Also
Visual FoxPro Foundation Classes A-Z | Guidelines for Using Visual FoxPro Foundation Classes