phreaky Posted December 18, 2002 Posted December 18, 2002 How can I make that the Windows Application Form that I created in my project runs in my taskbar instead of running minimized? Quote tHe pHrEaKy
*Experts* Volte Posted December 18, 2002 *Experts* Posted December 18, 2002 You need to put a NotifyIcon componenet from the toolbar on your form. I'm sure that you'll find information in your MSDN about it. :) Quote
phreaky Posted December 18, 2002 Author Posted December 18, 2002 Well, thanks, I checked and as I read it says that I would have to create a Windows Service instead of Windows Application, because I want something to run in the background with only a notification for the user that the application is running by an icon in the taskbar, anyway, I haven't investigated but I hope that NotifyIcons can be used with Windows Services Application also. Quote tHe pHrEaKy
*Experts* Volte Posted December 18, 2002 *Experts* Posted December 18, 2002 Well, you don't need a form. You may be able to remove the form and simply use a class that contains a NotifyIcon defined in code. I'm not sure though; I rarely use formless Windows applications. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.