Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
UI functionality in a dll
Message
General information
Forum:
ASP.NET
Category:
Other
Environment versions
Environment:
VB 9.0
OS:
Vista
Network:
Windows 2008 Server
Database:
MS SQL Server
Miscellaneous
Thread ID:
01355414
Message ID:
01355650
Views:
18
In addition to what Eric said, you can create the DLL as an EXE and call forms in it.

Or you can create an EXE and SET PROC to it can call forms -- you just have to call a stub procedure that actually calls the form. I use this method in an add-in tool to the VFP IDE, in fact.

When I was in my young(er) days <s>, I even fooled around with doing this over DCOM. I got it working, once. Then I wised up to the fact there was no point in doing it.

Hank

>Thank you.
Previous
Reply
Map
View

Click here to load this message in the networking platform