Visual Basic .NET » Visual Basic .NET General Discussion
convert an existing application to DLL -- venky --


Hi,
I am a novice user of .Net and c#. I developed a windows application using c# which uses a web service. Now to be able to integrate it into some other big project, I need to make a DLL instead of an EXE. This is really an application which has it's own dialog.
Even though it will be used as DLL, it is just started as a daemon through one entry point, and it should do it's own work later on without awaiting any invocations.

I am confused because if it were an application, I would call Application.Run() method in the main function and windows automatically takes care of the message queue and all that stuff for me. Now with what do I replace this call Application.Run() and does windows still manage message queue for my dialog boxes?

Any small help is appreciated.

TIA,
venky.

-- pavan kumar --

hai this is pavan

i am new to .NET can any one give full details about the delegate class in C#
i need article about C# delegate class and even delegate class.

regards pavan

-- Sreenivasa Rao K --

http://www.c-sharpcorner.com/Code/2003/Nov/EventsinNet.asp 

On 7/7/06, pavan kumar wrote:

hai this is pavan

i am new to .NET can any one give full details about the delegate class
in C#
i need article about C# delegate class and even delegate class.

regards
pavan

>

 

[Submit Comment]Home