The information in this article applies to:
SUMMARYThe following functions were added to the version of Foxtools.fll that ships with Visual FoxPro. This includes versions 3.0 and later as displayed with the FoxToolVer() function. The version included with 2.6a was the 1.02 version. MORE INFORMATIONGETPROSTRGThis function is used to call the GetProfileString() Windows API. The function allows you to read entries in the Win.ini file. The preferred method would be to call that function with DECLARE - DLL in Visual FoxPro.For example:
PUTPROSTRGThis function calls the WriteProfileString() Windows API function to write data into the Win.ini file. The function can also be called directly from Kernel32.dll with the DECLARE - DLL function.For example:
RGBCOMPThis function returns the Red, Green, and Blue component values of the corresponding composite RGB color value, which is a single number. It is the opposite of the RGB() command from the Visual FoxPro language.For example:
The FoxTools.hlp file in the \Vfp\Tools\ directory discusses the commands
that are exposed in the FLL. These are functions used by FoxPro internally
and are only exposed as a courtesy; their use is not directly supported.
Foxtools is accessed like any other FLL with the SET LIBRARY command.
Additional query words: VFoxWin
Keywords : FxprgFoxtools |
Last Reviewed: August 12, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |