tags:

views:

141

answers:

3

We need close window when user minimize the window, but keep it on taskbar, like a normal window behavior.

We do this for fixed a problem like: WPF application wink on Win7

https://connect.microsoft.com/VisualStudio/feedback/ViewFeedback.aspx?FeedbackID=474986

Image: http://cid-a93b20e2f136913a.skydrive.live.com/self.aspx/.Public/Capture.png?wa=wsignin1.0&sa=929601453

A: 

Notification icon will solve your issue. Look at this link:

http://msdn.microsoft.com/en-us/library/aa972170.aspx

P.K
We allow user minimize the window to the TaskBar or Tray, so we already have a NotifyIcon. Thanks.
Cooper.Wu
notification icon is something different than keeping the window on the taskbar. Tray bar is not mentioned in the Question.
PoweRoy
A: 

just hide the window, when user close the windows. will this meet your requirements?

Benny
A: 

I'm curious - what do you think is the difference (to the user) between a "minimized window" and a "closed window that's still on the taskbar?"

I'm also not sure what your links have to do with your question - can you explain?

Dan Puzey