Yes i had done that but it was not working properly. I just got a black screen.
I was using the demo code in pageviewer coz i did not fully understand how it worked. I ended up stripping most of the demo code and put in bare bones code for the webview and it works ok.
What i am trying to do is load many possibly hundreds of jpegs to a webview using html page which loads the jpeg. This way i can access links. It works sorta but i need to be able to loop the panels and as yet i have not worked out a smoth way of doing that. Also because of the amount of jpegs that could get loaded i am worried about memory issues. is there a way to reduce the memory load similar to LoadBitmapSample?
Thks for the reply