Click here to Skip to main content
15,885,032 members
Home / Discussions / C#
   

C#

 
GeneralRe: How to do architecture design? Pin
yu-jian4-Sep-12 6:30
yu-jian4-Sep-12 6:30 
GeneralRe: How to do architecture design? Pin
Eddy Vluggen4-Sep-12 6:47
professionalEddy Vluggen4-Sep-12 6:47 
AnswerRe: How to do architecture design? Pin
jschell4-Sep-12 11:51
jschell4-Sep-12 11:51 
QuestionC# windows service Pin
sc steinhayse4-Sep-12 4:56
sc steinhayse4-Sep-12 4:56 
AnswerRe: C# windows service Pin
Pete O'Hanlon4-Sep-12 5:11
mvePete O'Hanlon4-Sep-12 5:11 
GeneralRe: C# windows service Pin
sc steinhayse4-Sep-12 12:25
sc steinhayse4-Sep-12 12:25 
GeneralRe: C# windows service Pin
Dave Kreskowiak4-Sep-12 17:30
mveDave Kreskowiak4-Sep-12 17:30 
AnswerRe: C# windows service Pin
Eddy Vluggen4-Sep-12 5:14
professionalEddy Vluggen4-Sep-12 5:14 
sc steinhayse wrote:
I need to write a C# 2010 windows service

Why? Explain me what you need to do that cannot be done from a console-app.

sc steinhayse wrote:
1. How do you setup a windows service initally? Is it a windows service a desktop application, console application, or what kind of an application is it?

There's my argumentation that you do not need a service Smile | :)

A Windows-service is an application that runs without any user-interaction, and which runs before any users logs in. They usually run under a limited user-profile, and not the users' profile.

sc steinhayse wrote:
2. How to you include a timer in the application so it executes at specified time periods?

Yes, but you don't want to. Use the Windows Task Scheduler[^]; it's there to run a specific task at a specific time/interval.
Bastard Programmer from Hell Suspicious | :suss:
if you can't read my code, try converting it here[^]

QuestionHow I found answers to my questions Pin
Klaus Kirchhoff3-Sep-12 23:37
Klaus Kirchhoff3-Sep-12 23:37 
AnswerRe: How I found answers to my questions Pin
Eddy Vluggen4-Sep-12 0:03
professionalEddy Vluggen4-Sep-12 0:03 
AnswerRe: How I found answers to my questions Pin
Richard MacCutchan4-Sep-12 0:30
mveRichard MacCutchan4-Sep-12 0:30 
AnswerRe: How I found answers to my questions Pin
PIEBALDconsult4-Sep-12 3:38
mvePIEBALDconsult4-Sep-12 3:38 
AnswerRe: How I found answers to my questions PinPopular
Pete O'Hanlon4-Sep-12 4:45
mvePete O'Hanlon4-Sep-12 4:45 
Questioncrystal report Pin
neha rajput3-Sep-12 18:58
neha rajput3-Sep-12 18:58 
QuestionRe: crystal report Pin
Eddy Vluggen4-Sep-12 0:04
professionalEddy Vluggen4-Sep-12 0:04 
AnswerRe: crystal report Pin
Shameel4-Sep-12 5:34
professionalShameel4-Sep-12 5:34 
Questioncrystal report Pin
neha rajput3-Sep-12 18:58
neha rajput3-Sep-12 18:58 
QuestionC# read and write log file Pin
sc steinhayse3-Sep-12 14:12
sc steinhayse3-Sep-12 14:12 
AnswerRe: C# read and write log file Pin
Paul Conrad3-Sep-12 16:39
professionalPaul Conrad3-Sep-12 16:39 
AnswerRe: C# read and write log file Pin
Abhinav S3-Sep-12 19:56
Abhinav S3-Sep-12 19:56 
QuestionC# and VBA interop Pin
mark43-Sep-12 3:10
mark43-Sep-12 3:10 
QuestionRe: C# and VBA interop Pin
Eddy Vluggen3-Sep-12 3:28
professionalEddy Vluggen3-Sep-12 3:28 
AnswerRe: C# and VBA interop Pin
mark46-Sep-12 5:09
mark46-Sep-12 5:09 
GeneralRe: C# and VBA interop Pin
Eddy Vluggen6-Sep-12 5:14
professionalEddy Vluggen6-Sep-12 5:14 
GeneralRe: C# and VBA interop Pin
mark46-Sep-12 5:25
mark46-Sep-12 5:25 

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.