I have a webpage that works fine in a IE/Chrome/etc. It has javascript code which control drag and drop of objects within the page.
When I run this same page in my PB window that has a Microsoft OLE WebBrowser control on it, the drag and drop events don't fire. In fact, when you drag your mouse all that happens is it highlights everything. It's like the window is receiving the events and not passing them to the webbrowser control.
You can test the page at:-
http://members.optuszoo.com.au/dhepb/clear2.htm
drag the X down to the next box. Works fine in your browser but not in a PB window with a webbrowser control - help!
Is there something that needs to be set in the webbrowser control to allow it to fire the mouse events?