Editor dialogs
Posted: Tue Jan 20, 2009 11:36 pm
When you bring any of your editor dialogs, another task bar icon is displayed (not all of them even respect my app's icon). Well, I do not need those extra icons. When I bring an editor myself, I can remove the icon by just adding a line like Not elegant, but works. My problem, these editors often have buttons, which will bring another dialog, and I do not have any control over those... How can I tell an editor not just skip the task bar for itself, but do it with all the sub-editors, it will bring up?
Code: Select all
editor.FindForm().ShowInTaskBar = false