I have create form used as notification and it pops up when timer event ticked. Form has been set to topmost= true. How can I make this form/notification show up without stealing current working windows focus?
Asked
Active
Viewed 94 times
0
-
you can redirect the focus back again to the current working form – Mong Zhu Sep 01 '20 at 11:06
-
@MongZhu, How I am suppose to do that? – Vilas Joshi Sep 01 '20 at 11:18
-
2[Show a Form without stealing focus?](https://stackoverflow.com/questions/156046/show-a-form-without-stealing-focus) -- [Form without focus/activation](https://stackoverflow.com/questions/6328962/form-without-focus-activation) – Jimi Sep 01 '20 at 11:46
-
Does this answer your question? [Show a Form without stealing focus?](https://stackoverflow.com/questions/156046/show-a-form-without-stealing-focus) – Sinatr Sep 01 '20 at 11:58
-
@Sinatr no, it didn't. – Vilas Joshi Sep 01 '20 at 12:25