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.

Recommended Answers

All 3 Replies

>Is there any provision in Components(.dll's) to create a small UI. which would be used by external applicaton.

Yes you can do. Windows Form control library is an example.

>Is there any provision in Components(.dll's) to create a small UI. which would be used by external applicaton.

Yes you can do. Windows Form control library is an example.

could u
elaborate a little more on this...I didnt understand properly wat u said !!!

You can create normal application and then modify application settings to create library from your project. I just made that with my form designer project.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.