Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Compiled DLL does not appear when called
Message
General information
Forum:
Visual FoxPro
Category:
Classes - VCX
Miscellaneous
Thread ID:
00139335
Message ID:
00139350
Views:
28
>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
Previous
Reply
Map
View

Click here to load this message in the networking platform