BCB

W

Wojtek

Hi,

I'm writing an instant messager, I've encountered following problem: my
application opens a new window for every single conversation. Those
windows are forms created dynamically, and the problem is that I want
them to have their strips on the taskbar. How can I do that?

(for now I have only one strip for whole application)
 
J

John Harrison

Wojtek said:
Hi,

I'm writing an instant messager, I've encountered following problem: my
application opens a new window for every single conversation. Those
windows are forms created dynamically, and the problem is that I want
them to have their strips on the taskbar. How can I do that?

(for now I have only one strip for whole application)

This is a C++ group and there is no C++ content in your question. Just
because you are writing your program in C++ does make every question about
your program a question about C++.

Please read this groups welcome message before posting again,
http://www.slack.net/~shiva/welcome.txt.

Thank you,
john
 
J

Jarmo

Wojtek said:
Hi,

I'm writing an instant messager, I've encountered following problem: my
application opens a new window for every single conversation. Those
windows are forms created dynamically, and the problem is that I want
them to have their strips on the taskbar. How can I do that?

(for now I have only one strip for whole application)

Question for a win32 newsgroup. Solution probably involves calling
SetWindowLong().
 

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
474,431
Messages
2,571,677
Members
48,796
Latest member
Greg L.

Latest Threads

Top