quote:
Originally posted by eSouL
Cookie, when I use the exact same code in a normal exe project to call up a new form, the bahaviour was everything as expected, ie. you click the form, it gets its focus and becomes highlighted in the taskbar. But when the same piece of code is used in a plugin dll to call up new forms, these forms don't appear as highlighted in the taskbar. I tested on the vanilla sample plugin.
As said before, it depends on the environment you're in as all those states are
not automatically linked to eachother (in a stand alone app it just
seems that way because there are no other threads for the same process for example).
Look at the pages from the MSDN Library I listed in my first post.