Hi everyone,
I have been writing a .dll in C#.net
I have to write a function in that which would create a small window, accepting uname and pwd.
Is there any provision in Components(.dll's) to create a small UI. which would be used by external applicaton.
I mean I am not able to understand how can I create Panel,label and textboxes in class library. There is no provision for
using System.Windows.Form etc.