using Web control to load local resoruce

using Web control to load local resoruce

BY 30 Aug 2013 Native Application Development

Hi,

 

I would like to use Web control to load a local html file instead by http.

 

__pWeb = new Web();
__pWeb->Construct(GetClientAreaBounds());
__pWeb->LoadUrl("file://doc.html); // sth like that

 

How set path for LoadUrl and where put html file?

 

Thanks.

 

Regards,

slaw

 

 

 

Written by