Just get a blank page, I have tried both LoadFile() and URL from a button click event with no results (You can see 3 buttons in the lower left corner of the following screen shot). I'm beginning to think it is due to some of the other components on the form that are causing the issue. There are components from ImageEn, Raize, DevExpress, etc..
In this image viewer I use ImageEn to show TIFF and PDF documents and I wanted to add the ability to show HTML files. In the following image I show a PDF file.
When I click on the HTML document I hide the ImageEn components and make the AdvWebBrowser component visible. I made the AdvWebBrowser component smaller to show it is indeed blank
At first I thought it might be due to the fact that the parent of the AdvWebBrowser component was a TRZSplitter component from Raize, so I made the AdvWebBrowser a parent of the main form and that did not work. I will try to see if it works on a form with nothing else, but if that works then I would be stumped as to why it would not work on this form. Will try now and let you know the results shortly.
Thanks for your help
.