0
Answer

Winform in dll library

Ask a question
subscribe

subscribe

19y
2.1k
1
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!!!