Hi all,

I going to create an application with the build in web browser.

I find out in Qt 4.5.0 got one new module Webkit is able to create a web browser. But the webkit very time will create a new window for the web browser and not build-in in my current application.

Am I need to use the QAxWidget, so that I just able to put my webbrowser in my application?

Please correct me if the way I think is wrong.

If really need to use QAxWidget then I got another problem already. Because i don't know why my Qt 4.5.0 is not able to allow me to use the QAxWidget. I think I am miss out the library!! How I going to get that lib?? I am using VS 2005.

thank you