Hi I want to make a small test window app that can force IE to save its data and shutdown upon a button click and restart with same tabs when another button is clicked?? I am fairly new to Win32 programming can anyone help me out here.?? Any leads will be appriciated??

有帮助吗?

解决方案

Try to find one of each browser class with EnumChildWindows then you save the text(current link) of each one, and send a WM_CLOSE message to the program, if you debug the IE you'll probably see a CALL to the function to open a new window, when you find it, you can call it again and with the new browser class you put the text you got from the one that was opened

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top