wml control

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

is there any control so that I can use it to parse Wireless Markup Language
and show it in the control? I want to develop a window form application by
using c#, it would be convenient for me if there is a control.

Thanks.
 
goodmannewz said:
is there any control so that I can use it to parse Wireless Markup Language
and show it in the control? I want to develop a window form application by
using c#, it would be convenient for me if there is a control.

Thanks.

What is "Wireless Markup Language", if it's a special form of Xml
format, you can always use xml object to parse it. .Net does have a rich
functionality that you can use to parse the xml.

John
 

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

Back
Top