Wrox Programmer Forums
Go Back   Wrox Programmer Forums > Visual Basic > VB 2005 > Visual Basic 2005 Basics
|
Visual Basic 2005 Basics If you are new to Visual Basic programming with version 2005, this is the place to start your questions. For questions about the book: Beginning Visual Basic 2005 by Thearon Willis and Bryan Newsome, ISBN: 0-7645-7401-9 please, use this forum instead.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the Visual Basic 2005 Basics 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 August 18th, 2008, 05:26 AM
Authorized User
 
Join Date: Nov 2006
Posts: 28
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via Yahoo to akhilhp
Default running application in background.

Dear friends I do not know how to put it. But I will try and hope u will understand it. I need to develop an application which will keep record of all the to do tasks and status of projects. I want it to run in the background even if the user closes it. Like Yahoo Messanger or some of these type applications which can be used by using icon in the right hand side group on the task bar (I do not know what they call it).

In this way the application will be able to prompt to the user whenever some deadline or a meeting is approaching.

Thanks
 
Old August 18th, 2008, 12:50 PM
Friend of Wrox
 
Join Date: Nov 2004
Posts: 1,621
Thanks: 1
Thanked 3 Times in 3 Posts
Default

Look into making a service.

I don't know whether you can display forms on the DeskTop from a service. But if not, a work-around might be to create a service as well as a separate .EXE. The EXE would interact with the service that has been running the whole time.
 
Old August 19th, 2008, 08:14 AM
planoie's Avatar
Friend of Wrox
 
Join Date: Aug 2003
Posts: 5,407
Thanks: 0
Thanked 16 Times in 16 Posts
Default

You don't necessarily need to create a windows service. What you are looking for is to develop a taskbar tray application. I have used some code from the CruiseControl.NET CCTray application. It has the code needed to run in the task tray as well as some hooks for doing popup "balloon" messages and playing sounds. The CCTray app is part of the larger application of CruiseControl.net, a continuous integration server. You can find it here:

http://ccnet.thoughtworks.com

-Peter
compiledthoughts.com
 
Old September 7th, 2008, 10:19 AM
Authorized User
 
Join Date: Jun 2008
Posts: 21
Thanks: 0
Thanked 0 Times in 0 Posts
Default

Look on google for notify icon! In .net it's really not that difficult anymore to get what you would like: a notify icon into the system tray.






Similar Threads
Thread Thread Starter Forum Replies Last Post
running my application RoniR ASP.NET 1.0 and 1.1 Professional 0 March 28th, 2007 07:46 AM
Modifying running application balesh.mind ASP.NET 1.0 and 1.1 Professional 1 March 2nd, 2007 07:33 AM
running another application from code badgolfer VB.NET 2002/2003 Basics 0 March 4th, 2005 04:45 AM
Running application at IIS marjanm Beginning PHP 1 July 26th, 2004 12:56 AM





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