We are using the Windows application with Telerik controls
How to open the child form with Showdialogue on inside the MDI parent form ?, i need to open child form on Showdialogue method.
Please help with it.
Thanks,
1 Answer, 1 is accepted
0
Dess | Tech Support Engineer, Principal
Telerik team
answered on 02 Nov 2021, 05:57 AM
Hello, Rick,
According to the provided information, it seems to be more like a general programming question than to a question related to the Telerik UI for WinForms suite. After some research in StackOverflow and MSDN, I have found the following threads which are quite useful on this topic:
I hope this information helps. If you need any further assistance please don't hesitate to contact me.
Regards,
Dess | Tech Support Engineer, Principal
Progress Telerik
Virtual Classroom, the free self-paced technical training that gets you up to speed with Telerik and Kendo UI products quickly just got a fresh new look + new and improved content including a brand new Blazor course! Check it out at https://learn.telerik.com/.
I have already tried these links, but getting the error, please find the shared screenshot. also please share if any sample project for opening child form in showdialog method on MDI parent form.
Rick, it seems that you are missing AddHandler for the events subscription which is necessary for VB.NET. Please refer to the following thread in StackOverflow demonstrating how to subscribe to events in VB:
We don't have such sample projects as this scenario is not specific for the Telerik UI for WinForms suite but it is a general programming question regarding the entire WinForms MDI handling. I believe that the previously suggested threads may be suitable for achieving your goal.