Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Compiled DLL does not appear when called
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Classes - VCX
Divers
Thread ID:
00139335
Message ID:
00139350
Vues:
27
>HI everyone,
>
>I have been trying to compile a simple DLL, based on a form, and call it from the command window using a CREATEOBJECT command. It compiles fine, registers itself, etc, but when I try to "show" it, it does not appear. However, it is instantiated and I can run its methods, and view its properties successfully. When I instantiate it, this is my code:
>
>x = createobject('oletest.test')
>x.visible = .t.
>x.show
>
>As I said, it does get created, but does not visually appear anywhere on the screen. Am I missing something obvious?
>
>Thanks in Advance,
>
>Andrew Griffin
>agriffin@starnetinc.com
You cannot create any form of COM object, that is a DLL that has a visual interface in VFP. Sorry, but that's its limitation.
Travis Vandersypen
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform