Posted 20 years ago
by mike wall

I need to control the width of the ActiproSoftware.UIStudio.Dock.ToolWindow when it is painted.
Also,
I have this to achieve 3 tabs in one window, but I get three layered, How do get the tabs to show, this seemed to work in teh sample project, I assume there is some other setting I missed...
this.toolWindow1.Controls.AddRange(new System.Windows.Forms.Control[] {
this.callerInfoForm,
this.subscriberForm,
this.clientForm});
Thanks for your help.
Also,
I have this to achieve 3 tabs in one window, but I get three layered, How do get the tabs to show, this seemed to work in teh sample project, I assume there is some other setting I missed...
this.toolWindow1.Controls.AddRange(new System.Windows.Forms.Control[] {
this.callerInfoForm,
this.subscriberForm,
this.clientForm});
Thanks for your help.