Wrox Programmer Forums
Go Back   Wrox Programmer Forums > C# and C > C# 2005 > C# 2005
|
C# 2005 For discussion of Visual C# 2005.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the C# 2005 section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old March 24th, 2008, 11:01 PM
Registered User
 
Join Date: Feb 2008
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Default make a windows application run contineously

I created a ticker application using socket programming(c#.net) which will show messages from the server. I want the ticker should active at windows startup and run contineously like a windows service, but presently it can be closed by the user using task manager. how can i implement this feature.

 
Old March 24th, 2008, 11:14 PM
planoie's Avatar
Friend of Wrox
 
Join Date: Aug 2003
Posts: 5,407
Thanks: 0
Thanked 16 Times in 16 Posts
Default

Technically speaking, any user process can be closed by the user using task manager. (I can kill the windows "explorer" process and render my desktop useless.)

You could create a windows service so that it starts and stops with windows. I don't know how you add interactivity (user interfaces like forms) to a windows service however. It sounds like you need to build a task tray type application.

-Peter
peterlanoie.blog





Similar Threads
Thread Thread Starter Forum Replies Last Post
to make checkboxes visible in datagrid C# windows bhavna General .NET 1 March 5th, 2007 10:41 AM
could smb help to make run the DB on a hoster? fewer ASP.NET 2.0 Basics 3 December 3rd, 2006 06:52 PM
how do i make a script run in background LIMONADA VBScript 6 April 25th, 2006 11:21 AM
make .js file run as fast as possible crmpicco Javascript 4 October 24th, 2005 11:35 AM
how to make a windows form using visual basic? method Access VBA 1 March 9th, 2005 04:38 PM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.