Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Problems using CopyHere...
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Fonctions Windows API
Divers
Thread ID:
00354242
Message ID:
00354404
Vues:
21
>>I finally found this VB code in MSDN:
>>Public Const FOF_SIMPLEPROGRESS As Long = &H100
>>
>>What's the VFP equivalent?

>#DEFINE FOF_SIMPLEPROGRESS = 0x0100

I was receiving a "Missing operand" error with the code above, but I realized it should be:

#DEFINE FOF_SIMPLEPROGRESS 0x0100

Thanks
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform