CreateBrowserWindowEx MethodThe CreateBrowserWindowEx method creates a new browser window and allows to set the window styles. Syntax
The style parameter accepts the following values: http://msdn.microsoft.com/en-us/library/windows/desktop/ms632600%28v=vs.85%29.aspx. You may also have a look at the page for the Styles property of the SKHtmlDialog object. The extended style (styleex) parameter accepts the following values: http://msdn.microsoft.com/en-us/library/windows/desktop/ff700543%28v=vs.85%29.aspx. You may also have a look at the page for the ExStyles property of the SKHtmlDialog object. Please note that Javascript in IE9 cannot handle the hexadecimal version of the values any longer and you need to use the decimal values. If you need to create a dialog that uses more than one value you have to do the Or-function with the help of a calculator.
Back to top |