0

I've written a simple winform application which I scheduled on my machine to execute daily at a regular intervals. The issue here is the form is not displaying on top / screen when all other applications are running, when I press the Window + D buttons I could see my form running below of all other applications and also its not showing in the "task bar" either.

Can someone please help me resolve this issue? Thanks in advance.

Note: The application written in C#.NET.

kyeleswarapu
  • 41
  • 10
  • If it's something what popups on screen in the middel of work, then consider using [baloon tooltip like](https://stackoverflow.com/q/6276005/1997232) popup in the tray. With the rest we need to see the code. See [mcve]. – Sinatr May 14 '20 at 07:46
  • 1
    Have you tried setting `TopMost` to true for your form? – MarkusAnd May 14 '20 at 14:14
  • [Window not activated when the application is run from Task Scheduler](https://stackoverflow.com/a/60394232/7444103) – Jimi May 14 '20 at 20:26
  • Thanks MarkusAnd. Setting the property "TopMost" flag to "True" resolved the issue. – kyeleswarapu May 16 '20 at 10:58

0 Answers0