Create multiple threads from within your application by Calvin Hsia
http://blogs.msdn.com/calvin_hsia/archive/2006/05/16/599108.aspx
I've been playing with the code and I really think it's a start to
giving VFP GUI apps MT capability at least the equivalent of VB6 which has
some basic MT capability and is similar to VFP as far as Apartment
multi-threading.
Calvin's example actually blocks on the main thread so I redid it
somewhat to avoid that and replaced some commands to make it backward
compatible with earlier VFP versions. Not perfect but I think it's a start.
This new version can be downloaded at Sedna Y:
http://codegallery.gotdotnet.com/SednaY (project is called MTmyVFP)...
Claude Fox, SednaY