Click here to Skip to main content
15,887,214 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Can anyone help me and let me know how to achieve this?

I have the below requirement ->

I have to develop a Word Add-in.

1. On click of this add in, one form will load.
2. On selection of a drop down on that form, another child form will be loaded on to this parent form. This should be dynamic.
3. On the drop down selection, the program will look for a XSD file. It will decide what are the controls required.

Possible Solution->
I am open to any solution using C#.NET Windows Form or C#.NET WPF.

Can we achieve this using?

Reason why I want dynamic load->
There are a lot of options in the drop down. So it is not possible to create that many number of forms. Also, there could be a change of change in the XSD file.

Please let me know if you need any other info?

Thanks...

What I have tried:

Trying for transform XSD to windows form. But still unsuccessful.
Posted
Updated 26-Jun-18 8:24am

1 solution

This is not the proper place to post this kind of question. Try the
Collaboration and Beta Testing[^] forum.
 
Share this answer
 
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900