G
Guest
I have a form (FindForm) that provides search capabilities over
datagridviews. This search capabilities are called and used from several
forms in my application.
I want this form to be separate from the main application, so I defined it
as a class library and it is compiled into a dll.
My problem is that, when my main application calls the dll, it runs in its
own memory space (the FindForm appears as an independent application in
Windows, it does not appear in my application forms collection, etc).
Can anybody tell me how to implement this so my FindForm is not part of my
main application executable, but, at the same time, when called is included
in the main application memory space?
Thank you,
--
Sergio Torres C.
(505) 897 2041
___________________
http://www.stcsys.com
___________________
datagridviews. This search capabilities are called and used from several
forms in my application.
I want this form to be separate from the main application, so I defined it
as a class library and it is compiled into a dll.
My problem is that, when my main application calls the dll, it runs in its
own memory space (the FindForm appears as an independent application in
Windows, it does not appear in my application forms collection, etc).
Can anybody tell me how to implement this so my FindForm is not part of my
main application executable, but, at the same time, when called is included
in the main application memory space?
Thank you,
--
Sergio Torres C.
(505) 897 2041
___________________
http://www.stcsys.com
___________________