Board index » cppbuilder » Still: Taskbarbutton doesn't disappear!?!

Still: Taskbarbutton doesn't disappear!?!

Hello,

using Windows98 and Borland C++Builder 5 (Standard) sometimes the
taskbar-button of my application doesn't disappear! The tipp using
ShowWindow(...) didn't help me! Is there a possibility to let a button
disappear in the taskbar knowing his descripiton (it's the name of the
application)? How can I do this?

Thanks a lot!

Andy Stroebel, ASCOMP

 

Re:Still: Taskbarbutton doesn't disappear!?!


Quote
"Andy Stroebel" <asc...@addcom.de> wrote in message

news:8adcld$k4q13@bornews.borland.com...

Quote
> using Windows98 and Borland C++Builder 5 (Standard) sometimes the
> taskbar-button of my application doesn't disappear! The tipp using
> ShowWindow(...) didn't help me!

Where are you calling ShowWindow() from?
If it doesn't work in the form's deconstructor or OnClose events, then
perhaps in the OnCloseQuery event instead?

Quote
> Is there a possibility to let a button disappear in the taskbar knowing
> his descripiton (it's the name of the application)? How can I do this?

That's what ShowWindow() was for

Gambit

Other Threads