Can someone point me in the right direction? I'm trying
to create dynamic vb .net forms from xml. Is there an
easy way to read in xslt/xml files and create a form with
text boxes, combo boxes, etc.? I would also like to load
in the data validation.
Thanks
MSFT - 07 Oct 2003 07:17 GMT
Hi Brian,
Please see my reply in microsoft.public.dotnet.language.vb. AS a supply,
you may refer to following article on adding a control to window form
dynamically:
HOW TO: Programmatically Add Controls to Windows Forms at Run Time by Using
Visual Basic .NET
http://support.microsoft.com/default.aspx?scid=KB;EN-US;308433
Luke
Microsoft Online Support

Signature
Get Secure! www.microsoft.com/security
(This posting is provided "AS IS", with no warranties, and confers no
rights.)
Ice - 09 Oct 2003 18:01 GMT
check this out
http://msdn.microsoft.com/library/en-us/xmlsdk/htm/som_starter_8z59.asp
watch out for wrapping.
ice
> Can someone point me in the right direction? I'm trying
> to create dynamic vb .net forms from xml. Is there an
[quoted text clipped - 3 lines]
>
> Thanks
Ice - 09 Oct 2003 22:00 GMT
that was the wrong link by the way...
this link has to do with asp - but could probably be extended -
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnasdj01/html/a
sp0152.asp
I'm pretty sure I saw something more recent in the past. If you come up with
anything let me know.
ice
> Can someone point me in the right direction? I'm trying
> to create dynamic vb .net forms from xml. Is there an
[quoted text clipped - 3 lines]
>
> Thanks