shredder2794 0 Light Poster

Hello all,

I'm making an application that manipulates the common web-browser Internet Explorer 8 using the White Framework(http://www.white.codeplex.com/)and I am having some problems.

I'm trying to go to(in IE) Tools>Internet Options so I used the code given here:"http://white.codeplex.com/wikipage?title=MenuBar%2c%20Menu%20and%20PopupMenu&referringTitle=Programming%20using%20white"

code snippet of mine:

MenuBar menuBar = window.MenuBar;
Menu level2Menu = menuBar.MenuItem("Tools","Internet Options...");
level2Menu.Click();

and this code clicks on the 'Tools' button and then crashes and gives me the error:

"Error invoking MenuBar.MenuItem"

Help???

Thanks SO much