Any Metadata driven UI sample code?

后端 未结 4 802
伪装坚强ぢ
伪装坚强ぢ 2021-02-06 19:39

I am in the process of designing a .net windows forms application that uses metadata to drive the UI. Apart from finding http://msdn.microsoft.com/en-us/library/ms954610.aspx, I

4条回答
  •  长发绾君心
    2021-02-06 19:44

    You may try this with HTA. Sometime back I created a metadata driven application using HTA and XML. I created XAML like structure and HTA-VBScript code to parse this structure and render diffent types of UI elements along with validations.

提交回复
热议问题