XML control

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Peter Schmitz

    #1

    XML control

    Hi,

    I have the following task to achieve: I need to be able to view and edit an
    XML document (*.xml) in a proper way in my vb .net application. But, when I
    just load the file into a multiline textbox, the xml document is not properly
    formatted. Is there any way (any control) that is able to display an XML
    document in a proper formatted way?

    Thanks
    Peter
  • JV

    #2
    Re: XML control

    Internet explorer is one control that displays it hierarchically, if that's
    what you mean. You can drop an internet explorer control onto a windows
    application.

    "Peter Schmitz" <PeterSchmitz@d iscussions.micr osoft.com> wrote[color=blue]
    > Hi,
    >
    > I have the following task to achieve: I need to be able to view and edit
    > an
    > XML document (*.xml) in a proper way in my vb .net application. But, when
    > I
    > just load the file into a multiline textbox, the xml document is not
    > properly
    > formatted. Is there any way (any control) that is able to display an XML
    > document in a proper formatted way?
    >
    > Thanks
    > Peter[/color]


    Comment

    • Peter Schmitz

      #3
      Re: XML control

      Thanks! Just what I meant. Does this mean that it is necessary to have the
      Internet explorer installed?

      Thanks
      Peter





      "JV" wrote:
      [color=blue]
      > Internet explorer is one control that displays it hierarchically, if that's
      > what you mean. You can drop an internet explorer control onto a windows
      > application.
      >
      > "Peter Schmitz" <PeterSchmitz@d iscussions.micr osoft.com> wrote[color=green]
      > > Hi,
      > >
      > > I have the following task to achieve: I need to be able to view and edit
      > > an
      > > XML document (*.xml) in a proper way in my vb .net application. But, when
      > > I
      > > just load the file into a multiline textbox, the xml document is not
      > > properly
      > > formatted. Is there any way (any control) that is able to display an XML
      > > document in a proper formatted way?
      > >
      > > Thanks
      > > Peter[/color]
      >
      >
      >[/color]

      Comment

      Working...