Creating a custom XML viewer based off of the TextBox control

G

greatbarrier86

Hi,

One of our programs uses a TextBox to view XML, but it's very cumbersome and
doesnt color code or collapse. I'd like to create a viewer of sorts but i
dont know how to begin. Can i inherit from the TextBox control or do i need
to start from scratch?

Thanks
Jason
 
G

greatbarrier86

Ah cool. Well i would prefer mainly color-coding. The box must be editable.

The WebBrowser control isnt editable, is it?
 
G

greatbarrier86

Well, i'm willing to put the effort into it. I would just like to know where
to begin. Simply enough, i want a editable box that can color-code XML. I
dont care about the code collapsing feature. That would be wayy too much work.

So any hints on how to begin?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top