Using Win32 (WinAPI) Functions in Microsoft Visual FoxProAdd Microsoft Win32 functionality to your Visual FoxPro applications! This web site presents declarations and FoxPro code samples for over 1,100 Windows API functions.Visits from MS crawler using regular agent string- October 9, 2007 Last several weeks an MS crawler is hitting my website coming from ip range of 65.55.165.10 to approx. 65.55.165.125.An interesting thing that the agent parameter is a regular one:Mozilla4.0 (compatible; MSIE 7.0; Windows NT 5.2; .NET CLR 1.1.4322)supposedly pointing at an average web user.A typical query string look like this:http:search.live.comresults.aspxq=functionsThe robot's searches are mostly too general and repetitive: functions, foxpro, using, process, windows, registry, connections,..http://www.who.is/whois-ip/ip-address/65.55.165.76/ Code sample: How to display a Print property sheet- October 4, 2007 The Print property sheet is a standard user interface that enables the user to specify the properties of a particular print job.http://www.news2news.com/vfp/?example=531 API function: PrintDlgEx- October 4, 2007 The PrintDlgEx function displays a Print property sheet that enables the user to specify the properties of a particular print job.http://www.news2news.com/vfp/?function=1093 |