Click here to Skip to main content
15,893,668 members
Home / Discussions / C#
   

C#

 
GeneralRe: LDAP Path Attribute sequence ??? Pin
Justin Perez31-Jan-08 3:53
Justin Perez31-Jan-08 3:53 
GeneralRe: LDAP Path Attribute sequence ??? Pin
Paw Jershauge31-Jan-08 4:01
Paw Jershauge31-Jan-08 4:01 
GeneralRe: LDAP Path Attribute sequence ??? Pin
Dave Kreskowiak31-Jan-08 5:00
mveDave Kreskowiak31-Jan-08 5:00 
GeneralRe: LDAP Path Attribute sequence ??? Pin
Paw Jershauge31-Jan-08 7:47
Paw Jershauge31-Jan-08 7:47 
GeneralError in searching Directories Pin
chanzeb31-Jan-08 2:18
chanzeb31-Jan-08 2:18 
GeneralRe: Error in searching Directories Pin
Justin Perez31-Jan-08 2:24
Justin Perez31-Jan-08 2:24 
QuestionHow can I change the windows service name during setup? Pin
astanton197831-Jan-08 1:52
astanton197831-Jan-08 1:52 
AnswerRe: How can I change the windows service name during setup? Pin
PIEBALDconsult31-Jan-08 5:07
mvePIEBALDconsult31-Jan-08 5:07 
The class could have a ServiceName property (or public readonly string) that the installer can use.
When instantiating each service the underlying property could be set appropriately.


I'm at the point now where I have a database table containing service configuration; the EXE reads it to find out what services it should run, loads the DLLs, instantiates the appropriate classes with their names and descriptions and such, and runs them.

To create a new service I need only derive a class with the method it should execute, add a row to the configuration, and uninstall/reinstall the EXE. Each service is in its own DLL; the EXE needn't be recompiled.
QuestionHow to send parameter to another program? Pin
Affan Toor31-Jan-08 1:52
Affan Toor31-Jan-08 1:52 
GeneralRe: How to send parameter to another program? Pin
Anthony Mushrow31-Jan-08 2:12
professionalAnthony Mushrow31-Jan-08 2:12 
GeneralRe: How to send parameter to another program? Pin
Giorgi Dalakishvili31-Jan-08 2:15
mentorGiorgi Dalakishvili31-Jan-08 2:15 
GeneralRe: How to send parameter to another program? Pin
Justin Perez31-Jan-08 2:31
Justin Perez31-Jan-08 2:31 
GeneralRe: How to send parameter to another program? Pin
Pete O'Hanlon31-Jan-08 2:59
mvePete O'Hanlon31-Jan-08 2:59 
JokeRe: How to send parameter to another program? Pin
Justin Perez31-Jan-08 3:04
Justin Perez31-Jan-08 3:04 
GeneralRe: How to send parameter to another program? Pin
KarstenK31-Jan-08 4:05
mveKarstenK31-Jan-08 4:05 
Generalresize rectangle [modified] Pin
Try31-Jan-08 1:24
Try31-Jan-08 1:24 
GeneralRe: resize rectangle Pin
Anthony Mushrow31-Jan-08 2:15
professionalAnthony Mushrow31-Jan-08 2:15 
GeneralRe: resize rectangle Pin
Try31-Jan-08 2:22
Try31-Jan-08 2:22 
GeneralRe: resize rectangle Pin
Justin Perez31-Jan-08 2:46
Justin Perez31-Jan-08 2:46 
GeneralInvoking extension methods asynchronously Pin
Nenad Panić31-Jan-08 1:10
Nenad Panić31-Jan-08 1:10 
GeneralRe: Invoking extension methods asynchronously Pin
Roger Alsing31-Jan-08 1:21
Roger Alsing31-Jan-08 1:21 
GeneralRe: Invoking extension methods asynchronously Pin
Nenad Panić31-Jan-08 1:39
Nenad Panić31-Jan-08 1:39 
GeneralRe: Invoking extension methods asynchronously Pin
PIEBALDconsult31-Jan-08 5:13
mvePIEBALDconsult31-Jan-08 5:13 
Generalcreating deployment exe file on the fly Pin
samy10031-Jan-08 1:07
samy10031-Jan-08 1:07 
GeneralGetting todays date Pin
Gareth H30-Jan-08 22:53
Gareth H30-Jan-08 22:53 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.