SetParent problem [resolved]
Hello everyone.
I'm working on a windows extension that adds a "Minimize to tray" button to each window. I got everything to work but there's one problem remaining:
For the button I use a UserControl because of several reasons. However I found out when using SetParent( handle, 0 ) a tab in the taskbar appears. Try it by creating a new project, adding a PictureBox and using SetParent with 0 as parent handle.
Now the question is how can I avoid this taskbar tab? Thanks for hints,
Fox