Newsgroups : Borland : borland.public.delphi.nativeapi.win32 : 2005 Mar : Tform in Dll, Taskbar icon

www.cryer.info
Managed Newsgroup Archive

Tform in Dll, Taskbar icon

Subject:Tform in Dll, Taskbar icon
Posted by:"Scott" (sco..@ol.com)
Date:Thu, 24 Mar 2005 18:40:34

Hi,

I have a dll that creates a form.  This form has its own icon in the
taskbar.  Is there a way to suppress this icon?  I use D7 and win XP.

BTY, I do not want a toolwindow form so this does not help me:

SetWindowLong(Application.Handle, GWL_EXSTYLE,
    GetWindowLong(Application.Handle, GWL_EXSTYLE)
    or WS_EX_TOOLWINDOW );

VTY,
Scott.

Replies:

www.cryer.info
Managed Newsgroup Archive