I use C# to run IE browser by code
new InternetExplorer();
I want IE runs in full screen mode, and I also want the taskbar shows at the bottom of IE instead of covering the bottom. Can someone tell me how to do?
I use C# to run IE browser by code
new InternetExplorer();
I want IE runs in full screen mode, and I also want the taskbar shows at the bottom of IE instead of covering the bottom. Can someone tell me how to do?