Article ID: 148785
Article Last Modified on 10/15/2003
x=space(100)
len=getprostrg('Desktop','Wallpaper','',@x,100)
?left(x,len)
success=putprostrg('Timo','Test','Mytest')
R=0 G=0 B=0 success=RGBCOMP(16777215,@R,@G,@B) ?R,B,GThe 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: KB148785