Click here to Skip to main content
15,922,584 members
Home / Discussions / C#
   

C#

 
Questionico Pin
TAREQ F ABUZUHRI12-Sep-06 8:05
TAREQ F ABUZUHRI12-Sep-06 8:05 
AnswerRe: ico Pin
Nader Elshehabi12-Sep-06 8:47
Nader Elshehabi12-Sep-06 8:47 
GeneralRe: ico Pin
Judah Gabriel Himango12-Sep-06 9:02
sponsorJudah Gabriel Himango12-Sep-06 9:02 
AnswerRe: ico Pin
Judah Gabriel Himango12-Sep-06 9:01
sponsorJudah Gabriel Himango12-Sep-06 9:01 
JokeRe: ico Pin
Nader Elshehabi12-Sep-06 10:16
Nader Elshehabi12-Sep-06 10:16 
GeneralRe: ico Pin
TAREQ F ABUZUHRI12-Sep-06 11:37
TAREQ F ABUZUHRI12-Sep-06 11:37 
QuestionRe: ico Pin
The Only Nock7-Aug-08 16:36
The Only Nock7-Aug-08 16:36 
QuestionHow to Import an Excel file using ODBC connection Pin
JCMori12-Sep-06 7:14
JCMori12-Sep-06 7:14 
QuestionCentralising event handling in a Windows Form application Pin
GazzaJ12-Sep-06 7:00
GazzaJ12-Sep-06 7:00 
AnswerRe: Centralising event handling in a Windows Form application Pin
Jun Du12-Sep-06 15:53
Jun Du12-Sep-06 15:53 
GeneralRe: Centralising event handling in a Windows Form application Pin
GazzaJ18-Sep-06 4:45
GazzaJ18-Sep-06 4:45 
GeneralRe: Centralising event handling in a Windows Form application Pin
Jun Du18-Sep-06 6:13
Jun Du18-Sep-06 6:13 
AnswerRe: Centralising event handling in a Windows Form application Pin
lmoelleb12-Sep-06 21:21
lmoelleb12-Sep-06 21:21 
GeneralRe: Centralising event handling in a Windows Form application Pin
GazzaJ18-Sep-06 4:46
GazzaJ18-Sep-06 4:46 
QuestionHow to get Image from other Image quickly Pin
Libor Tinka12-Sep-06 6:23
Libor Tinka12-Sep-06 6:23 
AnswerRe: How to get Image from other Image quickly Pin
Jun Du12-Sep-06 7:12
Jun Du12-Sep-06 7:12 
GeneralRe: How to get Image from other Image quickly Pin
Libor Tinka12-Sep-06 8:58
Libor Tinka12-Sep-06 8:58 
AnswerRe: How to get Image from other Image quickly Pin
Ranjan Banerji12-Sep-06 17:08
Ranjan Banerji12-Sep-06 17:08 
QuestionCompiler Error Numbers Pin
Brady Kelly12-Sep-06 5:39
Brady Kelly12-Sep-06 5:39 
AnswerRe: Compiler Error Numbers Pin
User 665812-Sep-06 5:47
User 665812-Sep-06 5:47 
AnswerRe: Compiler Error Numbers Pin
Rick Crone14-Sep-06 8:16
Rick Crone14-Sep-06 8:16 
QuestionDatabase Access in UITypeEditors Pin
nlgarvey12-Sep-06 5:20
nlgarvey12-Sep-06 5:20 
QuestionCompiler Warnings Pin
gantww12-Sep-06 5:06
gantww12-Sep-06 5:06 
AnswerRe: Compiler Warnings Pin
User 665812-Sep-06 6:00
User 665812-Sep-06 6:00 
QuestionHow to get a return value from a winservice at cmd batch: net start ... Pin
MDT Daniel12-Sep-06 5:05
MDT Daniel12-Sep-06 5:05 
I have a windows service called "XcontrolService" programmed in C#.
From a cmd - Batch, i'll start the installed service with net start XcontrolService.
In the OnStart-Method of service, i will do some jobs and on the end i
would like to return a own defined value to batch.
OnStart returns void!, and ServiceBase.ExitCode does not match %ERRORLEVEL% from batch.

Can you help me about this problem?

Thanks!

Kind Regards
Daniel

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.