The Syncfusion native Blazor components library offers 70+ UI and Data Viz web controls that are responsive and lightweight for building modern web apps.
.NET PDF framework is a high-performance and comprehensive library used to create, read, merge, split, secure, edit, view, and review PDF files in C#/VB.NET.
Hi,
I need to dock multiple forms within a host form using dockmanger. I also need to refresh controls/data on a dock form based on some activity on some other dock form.
Is there any working sample for this?
Please do help me.
Martin
ADAdministrator Syncfusion Team July 7, 2005 08:23 PM UTC
No this is not exactly what I am looking for. I don’t want the MDI effect.
Like you can dock a panel or any control within a host form and that panel has some other control in it. Now instead of docking a panel I want to dock a separate form itself.
I need to dock more than 2 forms within a host forms as docking control.
Since my dock control are separate forms, what would be the best way to communicate between them.
Regards,
Martin
ADAdministrator Syncfusion Team July 8, 2005 07:23 PM UTC
Hi Martin,
Assuming I correctly understand your application, I would think that you could just add methods to each of these Forms. These Forms can then call these other methods whenever you need to notify another Form of something.
Alternatively, you could implement your own set of events.
Regards,
Gregory Austin
Syncfusion Inc.
ADAdministrator Syncfusion Team July 12, 2005 09:00 AM UTC
Hi Martin,
Please refer to this KB Article.
http://www.syncfusion.com/support/kb/tools/Default.aspx?ToDo=view&questId=31
Thanks,
Stephen.
>Hi Martin,
>
> Assuming I correctly understand your application, I would think that you could just add methods to each of these Forms. These Forms can then call these other methods whenever you need to notify another Form of something.
>
> Alternatively, you could implement your own set of events.
>
>Regards,
>Gregory Austin
>Syncfusion Inc.