Taskbar Text

I have a C# form that I popup during the running of my application. If I set the .Text value of the form during the FormLoad event it sets the text in the title bar like expected but it doesn't set the text in the task bar. If I run that same code after the form load is completed it sets the text in the task bar. Does anyone know what it happening here

Answer this question

Taskbar Text

  • sohamraj

    After a rebuild the problem resolved itself. I have no idea why it was breaking and I can't reproduce it.
  • Fasjam

    This is not an normal behaviour, can you give us the smallest amount of code to reproduce this bug because it can reproducre it here

    Thanks!


  • Taskbar Text