Hi,
I got a strange thing:
Form1: -> MdiParent
Form2: -> MdiChild of Form1
Form1: ShowIcon = True
Form2: ShowIcon = False
Form2 got a Toolstrip with 4 ToolstripDropDownButton's
I try to show theToolstripDropDownButton-DropDown on a MouseHover with:
ToolstripDropDownButton.ShowDropDown()
-> that works
BUT if my application is unfocused an I do the MouseHover a new Taskbutton is shown in my Windows-Taskbar!!!! Its an Application-Button. How is that possible? The Icon is standard and there is no Task-Text. The Task-Manager aint got a new entry!
Who can help?
greets
I got a strange thing:
Form1: -> MdiParent
Form2: -> MdiChild of Form1
Form1: ShowIcon = True
Form2: ShowIcon = False
Form2 got a Toolstrip with 4 ToolstripDropDownButton's
I try to show theToolstripDropDownButton-DropDown on a MouseHover with:
ToolstripDropDownButton.ShowDropDown()
-> that works
BUT if my application is unfocused an I do the MouseHover a new Taskbutton is shown in my Windows-Taskbar!!!! Its an Application-Button. How is that possible? The Icon is standard and there is no Task-Text. The Task-Manager aint got a new entry!
Who can help?
greets