Wrox Programmer Forums
Go Back   Wrox Programmer Forums > .NET > .NET 1.0 and Visual Studio.NET > VS.NET 2002/2003
|
VS.NET 2002/2003 Discussions about the Visual Studio.NET programming environment, the 2002 (1.0) and 2003 (1.1). ** Please don't post code questions here ** For issues specific to a particular language in .NET, please see the other forum categories.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the VS.NET 2002/2003 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 October 6th, 2004, 12:29 PM
Authorized User
 
Join Date: Oct 2004
Posts: 11
Thanks: 0
Thanked 0 Times in 0 Posts
Default WindowState/ShowInTaskBar property problem

hi,

i made a Form and set the following properties:

ShowInTaskBar -> False
WindowState -> Minimized

so that my application appeat in Windows System Tray. this is OK. but clicking on that icon
in Windows System Tray, it set the following properties at runtime:

this.ShowInTaskBar = true;
this.WindowState = FormWindowState.Normal;

after this application appears in Taskbar but not Visible or Normal State.

Please help.

Arif.


 
Old October 6th, 2004, 03:15 PM
Friend of Wrox
 
Join Date: Jun 2003
Posts: 1,998
Thanks: 0
Thanked 3 Times in 3 Posts
Default

Hey,

Consider using another form that you hide from the taskbar. That form is hidden from the taskbar, and has the NotifyIcon. When you double-click, it loads the other form. Is that a valid option?

Brian





Similar Threads
Thread Thread Starter Forum Replies Last Post
Problem about "IsCrossPagePostBack" Property. condescendent ASP.NET 2.0 Professional 0 June 12th, 2007 09:26 PM
Property initialization problem VoodooCreator Pro Visual Basic 2005 1 June 29th, 2006 07:56 PM
splash form property changes problem Derek_05 Access VBA 1 January 17th, 2006 10:54 AM
Problem when changing the Location property armandoa Crystal Reports 0 October 8th, 2004 06:21 PM
Problem with Sharename property using FSO pb_user Classic ASP Basics 2 September 2nd, 2004 10:27 AM





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