Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Windows application as a dll and no form
Message
From
26/02/2009 14:22:51
Timothy Bryan
Sharpline Consultants
Conroe, Texas, United States
 
General information
Forum:
ASP.NET
Category:
Other
Environment versions
Environment:
C# 3.0
Application:
Desktop
Miscellaneous
Thread ID:
01384341
Message ID:
01384371
Views:
28
>>Hi Everyone,
>>
>>I am creating basically a class library that will build into a dll. I need to base this on a project which is a windows application so can I create a windows application that doesn't have any forms and builds into a dll?
>>Tim
>
>It depends on what you really need. You could just create a class library project. If you need any of the WinForms libraries, just add them as a reference as you need them. If you really need an EXE then either the Windows Forms template or Console Application are the way to go (although you're then left with the question of how do you shut down your app w/o any interface). Or are you looking for something like a Windows Service?

Hi Paul, The reason is I want to inherit from the windows MM stuff so I can use the App Services and such. What I am doing is moving my Tracker Client functionality out of the application to see if I can get away from that application blow up I get with no connection. but to use the same WCF stuff I am already using, I need to use the MM WCF stuff for the windows applicaton. I won't have any forms and it would be built as a dll.
Tim
Timothy Bryan
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform