tabs on list box control
-
Hi, I am currently working on a project where I would like to have an embed chat window. Since I would like it to be embedded within an SDI application, that means that I don't want multiple chat windows to be able to communicate with different ppl. I would like to have some sort of control where I can switch between list box controls (what I am using as the 'chat message pad') using tabs. I know that there is already a tab control, but it doesnt really have everything I need. I would like to have tabs on the left side, with horizontal text. I would also like each tab to have a close button [x], and for tabs (and new pages with list controls) to be able to be added programmatically during runtime. Does anyone have such a control or can recommend a good place to research? Any suggestions will be greatly appreciated, ----------------- Genaro