HtmlWindow.LoadPage/SetPage unable to open resources

Questions about wxWidgets running on MS.NET, mono or Portable.NET ? Ask it here !
Post Reply
ucanca
In need of some credit
In need of some credit
Posts: 1
Joined: Wed Jul 20, 2005 7:34 pm

HtmlWindow.LoadPage/SetPage unable to open resources

Post by ucanca »

Hello,
I'm new to wx.NET do please forgive me if that issue has already been covered.

When using HtmlWindow.LoadPage, I get the following error: unable to open requested document (both with the sample Html.exe and my own code).
I checked on the wxWidgets site and it appears this is an old problem for the C++ practitioneers but I was wondering how I could solve this issue in C#.

Many thanks in advance for your help,
Ucanca
arobert
In need of some credit
In need of some credit
Posts: 2
Joined: Mon Apr 30, 2007 3:11 pm
Contact:

Post by arobert »

I think you can try another way, full-blown browser engines: wxIE for Windows, wxMozilla for Linux, and wxWebKitCtrl for Mac.
Post Reply