Disabling dialog being displayed in Windows taskbar

K

Kyzer

Hi all,

I am writing a DLL which includes a function that may open a dialog.
When this dialog is opened, an additional icon and program description
is displayed in the Windows taskbar (similar to any other program that
is opened). What I am looking to do is ensure that when the dialog is
opened, the title of the dialog doesn't display in the Windows taskbar
(eg. opening the Font box in Microsoft Word doesn't display another
item in the taskbar with the name of that dialog). I assume that a
Windows API function would probably do this.

Thanks in advance,
Kyzer
 
K

Karthik Kumar

Kyzer said:
Hi all,

I am writing a DLL which includes a function that may open a dialog.
When this dialog is opened, an additional icon and program description
is displayed in the Windows taskbar (similar to any other program that
is opened). What I am looking to do is ensure that when the dialog is
opened, the title of the dialog doesn't display in the Windows taskbar
(eg. opening the Font box in Microsoft Word doesn't display another
item in the taskbar with the name of that dialog). I assume that a
Windows API function would probably do this.

Thanks in advance,
Kyzer

Please consult Microsoft Windows API n.g. regarding this.
We discuss only the C++ core language and the libraries defined
by the standard.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,756
Messages
2,569,534
Members
45,007
Latest member
OrderFitnessKetoCapsules

Latest Threads

Top