how to give my service parameters? -
10-24-2004
, 09:07 AM
hi all
i'm using the comuter manegment
services panel .
i'm trying to send my service a parameter.
no matter what i do, the service gets no parameters.
how can i give parameters to my service?
here is my service code:
protected override void OnStart(string[] args)
{
MessageBox.Show("OnStart" + args.Length.ToString());
}
assaf |