0

I have a C#/wpf application which call a webservice every xx minutes. If the webservices reponds, I create a new windows that show (or not) a notifaction situated at the bottom right of the screen.

My problem is that when this notification window is created, the user looses the focus of the main window.

However, I need this notification window to be focusable if the user click somewhere on it. I just don't want it to be foccused when opening.

Is there a way to create this window and tell it not to get focus as creation?

Olivier
  • 3,121
  • 2
  • 20
  • 28
  • I've just spent about 5 second to find solution http://stackoverflow.com/questions/156046/show-a-form-without-stealing-focus – Aidanpraid Sep 13 '13 at 07:48
  • Thanks winko, I think my english is not good enough to seach for the right question with other words. – Olivier Sep 13 '13 at 07:54

0 Answers0