Results 1 to 9 of 9

Thread: SetParent problem [resolved]

Threaded View

  1. #1

    Thread Starter
    PowerPoster Fox's Avatar
    Join Date
    Jan 2000
    Location
    *afk*
    Posts
    2,088

    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
    Last edited by Fox; Dec 1st, 2004 at 08:49 AM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width