Visual Basic, XML, XML Schema - Printable Version -Shoutbox (https://shoutbox.menthix.net) +-- Forum: MsgHelp Archive (/forumdisplay.php?fid=58) +--- Forum: Skype & Technology (/forumdisplay.php?fid=9) +---- Forum: Tech Talk (/forumdisplay.php?fid=17) +----- Thread: Visual Basic, XML, XML Schema (/showthread.php?tid=80516) Visual Basic, XML, XML Schema by Ashley_H on 12-29-2007 at 10:54 AM
Right, I know about basic XML, I used to use it when I used to make flash applications and I would add dynamic content via XML but now I have moved onto Visual Basic and I am wondering about XML Programming in Visual Basic. Form example Plus!Windows. RE: Visual Basic, XML, XML Schema by CookieRevised on 12-30-2007 at 12:04 AM
quote:Please stick to one thread (see your other thread: XML Reader in Visual Basic.). Reading in an XML file can be done with various methods. However, that would only be the extremely easy part since reading in an XML is just the same as reading in any other text fle. What you do with that (text-like, html-like) data is something completely different... quote:To draw Plus!-style windows you need to create your own graphic engine (in a similar way you need to create your own browser if you want to view HTML files as reading in html doesn't magically turn it into a graphical webpage). And that is far from easy. Moreover, to make this just like the existing (official) interface previewer, you need to know exactly how the Plus! graphic engine works and what it uses for each (tiny) element of all the controls and how they are rendered, how text is rendered, etc... You can make something which might look somewhat similar as how Plus! would show it, but that's it (eg: see dempsey's Window Designer). RE: Visual Basic, XML, XML Schema by Ashley_H on 12-30-2007 at 02:54 PM
Thanks . Sorry for multi-threading |