Click here to Skip to main content
15,892,161 members
Home / Discussions / C#
   

C#

 
GeneralRe: DateTime Question Pin
Jammer12-Mar-08 10:53
Jammer12-Mar-08 10:53 
GeneralRe: DateTime Question Pin
Jammer12-Mar-08 11:13
Jammer12-Mar-08 11:13 
GeneralRe: DateTime Question Pin
Vikram A Punathambekar12-Mar-08 19:20
Vikram A Punathambekar12-Mar-08 19:20 
GeneralRe: DateTime Question Pin
Not Active12-Mar-08 11:17
mentorNot Active12-Mar-08 11:17 
GeneralRe: DateTime Question Pin
Jammer12-Mar-08 11:20
Jammer12-Mar-08 11:20 
GeneralCookie Sets Locally but does not do so on Production Server Pin
dboy22112-Mar-08 9:01
dboy22112-Mar-08 9:01 
QuestionWindows Service running even before windows login Pin
Knowledgestudent12-Mar-08 9:01
Knowledgestudent12-Mar-08 9:01 
GeneralRe: Windows Service running even before windows login Pin
Vikram A Punathambekar12-Mar-08 19:25
Vikram A Punathambekar12-Mar-08 19:25 
Knowledgestudent wrote:
can windows service run even before the windows log on (i.e) just once the computer boot?


Yes, set the startup type to Automatic.

Knowledgestudent wrote:
if so, can the service check a data base, update it, and gives pop ups to the user?


For a service to have any UI, set the Interact with desktop option. Natually, it has to run under a specific account for that. I'm not sure if that is compatible with setting the startup type to Automatic.

Knowledgestudent wrote:
also, can it have an icon on the desk top so it is just like a normal application?


I thought you wanted it to start up automatically. What do you want the icon to do?

Knowledgestudent wrote:
I really need to know a lot about windows service building


Buy a book, or use Google.

Cheers,
Vikram.

Zeppelin's law: In any Soapbox discussion involving Stan Shannon, the probability of the term "leftist" or "Marxist" appearing approaches 1 monotonically.
Harris' addendum: I think you meant "monotonously".
Martin's second addendum: Jeffersonian... I think that should at least get a mention.

QuestionRe: Windows Service running even before windows login Pin
Knowledgestudent12-Mar-08 21:42
Knowledgestudent12-Mar-08 21:42 
GeneralProblems with streamwriter output to.csv..........help needed Pin
robustm12-Mar-08 8:01
robustm12-Mar-08 8:01 
GeneralRe: Problems with streamwriter output to.csv..........help needed Pin
Paul Conrad12-Mar-08 8:36
professionalPaul Conrad12-Mar-08 8:36 
GeneralRe: Problems with streamwriter output to.csv..........help needed Pin
KaptinKrunch12-Mar-08 11:53
KaptinKrunch12-Mar-08 11:53 
GeneralRe: Problems with streamwriter output to.csv..........help needed Pin
robustm13-Mar-08 4:00
robustm13-Mar-08 4:00 
GeneralCollections in c# Pin
Rachel888s12-Mar-08 6:41
Rachel888s12-Mar-08 6:41 
GeneralRe: Collections in c# Pin
Not Active12-Mar-08 6:50
mentorNot Active12-Mar-08 6:50 
JokeRe: Collections in c# Pin
Anthony Mushrow12-Mar-08 7:28
professionalAnthony Mushrow12-Mar-08 7:28 
GeneralControl C# Pin
paulhighstreet12-Mar-08 5:35
paulhighstreet12-Mar-08 5:35 
GeneralRe: Control C# Pin
Colin Angus Mackay12-Mar-08 5:39
Colin Angus Mackay12-Mar-08 5:39 
GeneralRe: Control C# Pin
paulhighstreet12-Mar-08 6:01
paulhighstreet12-Mar-08 6:01 
GeneralRe: Control C# Pin
DaveyM6912-Mar-08 6:03
professionalDaveyM6912-Mar-08 6:03 
GeneralRe: Control C# Pin
paulhighstreet12-Mar-08 7:23
paulhighstreet12-Mar-08 7:23 
General[Message Deleted] Pin
arkiboys12-Mar-08 5:04
arkiboys12-Mar-08 5:04 
GeneralRe: datagridview dynamic build Pin
Justin Perez12-Mar-08 5:12
Justin Perez12-Mar-08 5:12 
GeneralRe: [Message Deleted] Pin
Paul Conrad12-Mar-08 5:20
professionalPaul Conrad12-Mar-08 5:20 
Generaldatagridview .net 2.0 Pin
arkiboys12-Mar-08 4:53
arkiboys12-Mar-08 4:53 

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.