Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Transparent Form in Vfp8
Message
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00920570
Message ID:
00920573
Vues:
24
Sergey,

It's worse than that! If I learned to spell, it would be a lot easier. I had WinApi32 in the DECLARE statement rather than Win32API. It works a lot better when it can find the DLL<g>.

Stephen

>Hi Stephen,
>
>There's seems to be an error in your DECLARE statement, extraneous dot after WIN32API. The WIN32API isn't a DLL but a kwyword that referes to a few core Windows DLL's. Here's a sample of correct DECLARE statement
DECLARE Sleep IN WIN32API long
>
>>
>>I have a Vfp7 application that I am considering porting over to Vfp8 and enhancing somewhat. The application has a splash screen that disappears after 3 seconds followed by a logon form. I took a look at the Transparent Form example in the solutions and added the DODEFALT() and DECLARE code to the form.init and lnValue ties to a TIMER event (since I don't have a slider on the splash screen). When I try to run the form I get an error of "Cannot load 32-bit DLL Winapi32." I probably need to add an ActiveX or FFD control to the form but I can't determine from the sample which one.
>>
>>Any hints or at least where I should look?
>>
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform