dlg can make by XML?
-
XAML is XML. If you want to do it without using XAML and WPF, then you will need to write a lot of code to translate XML contents into UI elements. My advice is not to try it because it will become overwhelming.
«_Superman_» _I love work. It gives me something to do between weekends.
-
though i am agree with superman, however it is possible to make dialog box using xml, for that you have write your own custom class to read, handle and create the dialog box, its a complicated task however doable. Let me know if you are interested, i can provide you some starting point
"Opinions are neither right nor wrong. I cannot change your opinion. I can, however, change what influences your opinion." - David Crow
Never mind - my own stupidity is the source of every "problem" - Mixturecheers, Alok Gupta VC Forum Q&A :- I/IV Support CRY- Child Relief and You
-
Additionally to what the others said, depending on your actual needs (of which you didn't say much about), you could try writing a converter that can process an XML and generate a resource file (.rc) that can be processed by the resource compiler tool of VS to generate the dialog resource.
> The problem with computers is that they do what you tell them to do and not what you want them to do. < > If it doesn't matter, it's antimatter.<
-