Click here to Skip to main content
15,895,256 members
Home / Discussions / C#
   

C#

 
GeneralRe: Help with Win XP task manager Pin
Robert Rohde20-Mar-06 6:56
Robert Rohde20-Mar-06 6:56 
GeneralRe: Help with Win XP task manager Pin
SteelCrow20-Mar-06 14:55
SteelCrow20-Mar-06 14:55 
QuestionDisabled some items in ListView Pin
fjlv200519-Mar-06 16:51
fjlv200519-Mar-06 16:51 
AnswerRe: Disabled some items in ListView Pin
Ahmad Mahmoud [candseeme]20-Mar-06 1:21
Ahmad Mahmoud [candseeme]20-Mar-06 1:21 
GeneralRe: Disabled some items in ListView Pin
fjlv200520-Mar-06 22:49
fjlv200520-Mar-06 22:49 
AnswerRe: Disabled some items in ListView Pin
mav.northwind20-Mar-06 5:44
mav.northwind20-Mar-06 5:44 
GeneralRe: Disabled some items in ListView Pin
fjlv200520-Mar-06 23:02
fjlv200520-Mar-06 23:02 
Questionc# Windows Service doesn't start automatically.. Pin
WhatAboutNet19-Mar-06 15:53
WhatAboutNet19-Mar-06 15:53 
1. Wondering why my c# service wouldn't start automatically after bootup. Have the correct settings in ProjectInstaller.cs, meaning the windows account and starttype information.

this.serviceProcessInstaller1.Account = System.ServiceProcess.ServiceAccount.LocalSystem;
this.serviceProcessInstaller1.Password = null;
this.serviceProcessInstaller1.Username = null;
//
// serviceInstaller1
//
this.serviceInstaller1.ServiceName = "AdminServer";
this.serviceInstaller1.StartType = System.ServiceProcess.ServiceStartMode.Automatic;

2. No issues if I start the service manually after the bootup, meaning it would not fail to start.
3. Installed the service using installUtil.
4. Added log information in the OnStart(), main etc..but found that SCM didn't even make an attempt to start the service.
5. Also this is a sample service and doesn't have any other dependecies.

Would appreciate any thought on this issue?

-- modified at 21:56 Sunday 19th March, 2006
AnswerRe: c# Windows Service doesn't start automatically.. Pin
leppie19-Mar-06 18:25
leppie19-Mar-06 18:25 
QuestionForm refreshing every millisecond Pin
htgjyfywejuytkl19-Mar-06 14:17
htgjyfywejuytkl19-Mar-06 14:17 
AnswerRe: Form refreshing every millisecond Pin
htgjyfywejuytkl19-Mar-06 17:13
htgjyfywejuytkl19-Mar-06 17:13 
QuestionFind out what a webpage is about thru programming Pin
redbrad019-Mar-06 12:01
redbrad019-Mar-06 12:01 
AnswerRe: Find out what a webpage is about thru programming Pin
Judah Gabriel Himango19-Mar-06 12:40
sponsorJudah Gabriel Himango19-Mar-06 12:40 
QuestionHow to add image to RTF file ??? Pin
amin_behzadi19-Mar-06 11:03
professionalamin_behzadi19-Mar-06 11:03 
QuestionI need a recomendation for a good C# book Pin
Iftahh19-Mar-06 8:48
Iftahh19-Mar-06 8:48 
AnswerRe: I need a recomendation for a good C# book Pin
Kevin McFarlane19-Mar-06 9:23
Kevin McFarlane19-Mar-06 9:23 
AnswerRe: I need a recomendation for a good C# book Pin
mcljava19-Mar-06 17:08
mcljava19-Mar-06 17:08 
QuestionFloating Panes Pin
deepscyberpulse19-Mar-06 8:01
deepscyberpulse19-Mar-06 8:01 
AnswerRe: Floating Panes Pin
CWIZO19-Mar-06 9:41
CWIZO19-Mar-06 9:41 
Questionhow to get full packet information Pin
osaghaab19-Mar-06 7:22
osaghaab19-Mar-06 7:22 
AnswerRe: how to get full packet information Pin
CWIZO19-Mar-06 9:42
CWIZO19-Mar-06 9:42 
GeneralRe: how to get full packet information Pin
osaghaab19-Mar-06 22:02
osaghaab19-Mar-06 22:02 
QuestionFirewall Question !!! Pin
snouto19-Mar-06 7:16
snouto19-Mar-06 7:16 
AnswerRe: Firewall Question !!! Pin
Dave Kreskowiak19-Mar-06 12:47
mveDave Kreskowiak19-Mar-06 12:47 
Questionmainframe Pin
jbu2019-Mar-06 6:14
jbu2019-Mar-06 6:14 

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.