Tag based compiler

Joined
Jul 30, 2006
Messages
10
Programming Experience
1-3
Hey! im using vb.net 2005 express (ill upgrade when im not a student :D) and i need to be able to read a tag based language from a single line of text:

<textbox(left=26,width=30,top=0,content="Hello")><label(left=0,content="WELCOME>

summin like that!

im wondering wat the easiest way to search the string for the initial function (<textbox) and then read the properties - add the control to the form, then loop until all the string is read

im not too bad at vb.NET but i dont kno alot of complexities so i havent found a good way to do it yet

thanks in advance!
eternal_apocalypse_202(@hotmail.com)
 
Back
Top