how i show an web page using wxURL
show web page using wxURL
Collapse
X
-
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