Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Save Pos?
Message
 
À
20/11/1996 10:50:23
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Titre:
Divers
Thread ID:
00012875
Message ID:
00012899
Vues:
35
>>>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!
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform