Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Save Pos?
Message
 
To
20/11/1996 10:50:23
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Title:
Miscellaneous
Thread ID:
00012875
Message ID:
00012899
Views:
34
>>>The TSTrade sample application has SaveWindowPos and RestoreWindowPos.
>>>Are these functions standard VFox functions and where are they documented?
>>>
>>>Thank you
>>>mendel
>>
>>These are user-added methods in one of the classes -- look in tsbase.vcx, I believe...baseform, or something like that.
>Thank's Bruce
>Pity that they arn't using VFox functions.
>
>mendel


Lee,

they are in the WIN32API. Look in the main program, you will see they declare these functions such as;
'DECLARE INTEGER GetPrivateProfileString IN Win32API AS GetPrivStr' to read from the INI file ( and if I'm not mistaken, this is to lessen the typing in the program when calling these functions). 'DECLARE INTEGER WritePrivateProfileString IN Win32API AS WritePrivStr' to write to the INI file. Also, look at their header file, a lot of other valuable things are declared there. Remember you have to have a file to read and write to so make certain they are included in your program.

Good luck
Jon
Jon Paskett

Microsoft Certified Systems Engineer
We all have to start somewhere...
Sometimes over again!
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform