Winform in dll library

Apr 29 2005 1:47 PM
Hi all! I have to show a win form in a dll library. I have a program that uses one library, and I have to monitorize some data of this library. Program ---> lib.dll (this must show an interface) How can I show an interface from a .dll??? I cant show the interface in the initial program, its not posible :( Thanks!!!