How to make a function called when IE browser window size changes?
C / C++ / MFC
2
Posts
1
Posters
0
Views
1
Watching
-
Hello, everyone, In my current project, I am using BHO. I need a function to be called when the size of IE browser window changes. In the IDispatch::Invoke function, I tried to use DISPID_WINDOWSETWIDTH, DISPID_WINDOWSETWIDTH and DISPID_WINDOWRESIZE. But none of them fires when the IE browser window size changes? What should I do? Thanks a lot in advance. Bin
-
Hello, everyone, In my current project, I am using BHO. I need a function to be called when the size of IE browser window changes. In the IDispatch::Invoke function, I tried to use DISPID_WINDOWSETWIDTH, DISPID_WINDOWSETWIDTH and DISPID_WINDOWRESIZE. But none of them fires when the IE browser window size changes? What should I do? Thanks a lot in advance. Bin