show web page using wxURL

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • susantap
    New Member
    • May 2007
    • 3

    show web page using wxURL

    how i show an web page using wxURL
  • DeMan
    Top Contributor
    • Nov 2006
    • 1799

    #2
    Hi susantap,
    welcome to thescripts. This post is c related so I will move it to the appropriate forum (which you will be able to find in future by looking under the forums tab above).

    As far as I know, wxURL will help you to be able to interpret/dissect and actual address, it won't help you display the content at that address (that is it is a class used to parse a url - more information at http://www.wxwidgets.o rg/manuals/2.8.3/wx_wxurl.html).

    I suspect interpreting the actual html (or otherwise) at a particular location is more difficult. Perhaps someone else here has done it before?

    Comment

    Working...