Click here to Skip to main content
16,005,181 members
Home / Discussions / C#
   

C#

 
AnswerRe: how many characters is carriage return? Pin
leppie29-Sep-08 21:49
leppie29-Sep-08 21:49 
QuestionUsing C# and COM to connect to a Server Pin
SRogers8829-Sep-08 7:38
SRogers8829-Sep-08 7:38 
QuestionMessage Closed Pin
29-Sep-08 6:55
love_man00129-Sep-08 6:55 
AnswerADVERTISMENT! Pin
Dave Kreskowiak29-Sep-08 7:08
mveDave Kreskowiak29-Sep-08 7:08 
QuestionHow can I export a crystal report to an image object ? Pin
davebarkshire29-Sep-08 6:37
davebarkshire29-Sep-08 6:37 
AnswerRe: How can I export a crystal report to an image object ? Pin
Wendelius29-Sep-08 7:19
mentorWendelius29-Sep-08 7:19 
QuestionC# Windows Service - Issue Creating Multiple Services in 1 Project Pin
Brett G29-Sep-08 5:08
Brett G29-Sep-08 5:08 
AnswerRe: C# Windows Service - Issue Creating Multiple Services in 1 Project Pin
Mark Salsbery29-Sep-08 8:51
Mark Salsbery29-Sep-08 8:51 
Brett G wrote:
I added a line to the InitializeComponent() method to call OnStart()


That's no good. OnStart() is meant to be called in response to
the service control manager.


Brett G wrote:
The main service will start fine, but for some reason the OnStart() and OnStop() methods in the additional service never fire on their own


How are you starting the additional services? If you're not getting
OnStart/OnStop calls then the service hasn't started.

Mark Salsbery
Microsoft MVP - Visual C++

Java | [Coffee]

GeneralRe: C# Windows Service - Issue Creating Multiple Services in 1 Project Pin
Brett G29-Sep-08 9:00
Brett G29-Sep-08 9:00 
GeneralRe: C# Windows Service - Issue Creating Multiple Services in 1 Project Pin
Mark Salsbery29-Sep-08 9:05
Mark Salsbery29-Sep-08 9:05 
QuestionRead numbers from file Pin
hockymot2008_200929-Sep-08 5:04
hockymot2008_200929-Sep-08 5:04 
AnswerRe: Read numbers from file Pin
Simon P Stevens29-Sep-08 5:45
Simon P Stevens29-Sep-08 5:45 
GeneralRe: Read numbers from file Pin
Paul Conrad29-Sep-08 6:37
professionalPaul Conrad29-Sep-08 6:37 
AnswerRe: Read numbers from file Pin
User 665829-Sep-08 6:52
User 665829-Sep-08 6:52 
QuestionData sender and receiver Pin
ph1l229-Sep-08 4:55
ph1l229-Sep-08 4:55 
AnswerRe: Data sender and receiver Pin
led mike29-Sep-08 5:03
led mike29-Sep-08 5:03 
AnswerRe: Data sender and receiver Pin
Alan Balkany29-Sep-08 5:05
Alan Balkany29-Sep-08 5:05 
GeneralRe: Data sender and receiver Pin
led mike29-Sep-08 5:13
led mike29-Sep-08 5:13 
GeneralRe: Data sender and receiver Pin
Alan Balkany29-Sep-08 5:15
Alan Balkany29-Sep-08 5:15 
GeneralRe: Data sender and receiver Pin
ph1l229-Sep-08 10:54
ph1l229-Sep-08 10:54 
QuestionExport gridview content(including Images) into excel Pin
elango.sham29-Sep-08 4:46
elango.sham29-Sep-08 4:46 
QuestionPassing inherited class to WebService Pin
Member 82761329-Sep-08 3:51
Member 82761329-Sep-08 3:51 
AnswerRe: Passing inherited class to WebService Pin
Guffa29-Sep-08 5:55
Guffa29-Sep-08 5:55 
Questionmigrating one database to another Pin
postonoh29-Sep-08 3:43
postonoh29-Sep-08 3:43 
Questionconvert WMA , AAC or FLAC to PCM(WAV) in C# Pin
Member 398136629-Sep-08 3:18
Member 398136629-Sep-08 3:18 

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.