0

I've built a C# app that I want to start just in the notification area. The icon appears when it is run, and it does not appear in the task bar (due to ShowInTaskbar = false & WindowState = Minimized). However when it first runs I can still alt-tab to it. Is there anyway to prevent this behaviour? Or have I missed a setting somewhere?

Thanks, Psy

Joe White
  • 94,807
  • 60
  • 220
  • 330
Psytronic
  • 6,043
  • 5
  • 37
  • 56
  • Since the accepted answer links to a WPF question, I'm assuming this question is WPF as well, even though it didn't specify. Adding tag... – Joe White Jun 04 '11 at 18:46

2 Answers2

1

What you are seeing is correct behaviour, Alt+Tab will restore minimized windows.

It looks like you want a tray application, but be a bit more specific.

H H
  • 263,252
  • 30
  • 330
  • 514
0

Take a look at this question.

Community
  • 1
  • 1
iandisme
  • 6,346
  • 6
  • 44
  • 63