// Calls the 'Open' function of the 'File' menu in the browser.
WebBrowser1.ExecWB(1,1,null,null)
// Calls the 'New' function of the 'File' menu in the browser.
WebBrowser1.ExecWB(2,1,null,null)
// Calls the 'Save' function of the 'File' menu in the browser.
WebBrowser1.ExecWB(3,1,null,null)
// Calls the 'Save As' function of the 'File' menu in the browser.
WebBrowser1.ExecWB(4,1,null,null)
// Calls the 'Save Copy As' function of the 'File' menu in the browser.
WebBrowser1.ExecWB(5,1,null,null)
// Calls the 'Print' function of the 'File' menu in the browser.
WebBrowser1.ExecWB(6,1,null,null)
// Calls the 'Preview' function of the 'File' menu in the browser.
WebBrowser1.ExecWB(7,1,null,null)
// Calls the 'Page Setup' function of the 'File' menu in the browser.
WebBrowser1.ExecWB(8,1,null,null)
// Calls the 'Spell' function of the 'Tools' menu in the browser.
WebBrowser1.ExecWB(9,1,null,null)
// Calls the 'Properties' function of the 'File' menu in the browser.
WebBrowser1.ExecWB(10,1,null,null)
// Calls the 'Cut' function of the 'Edit' menu in the browser.
WebBrowser1.ExecWB(11,1,null,null)
// Calls the 'Copy' function of the 'Edit' menu in the browser.
WebBrowser1.ExecWB(12,1,null,null)
// Calls the 'Paste' function of the 'Edit' menu in the browser.
WebBrowser1.ExecWB(13,1,null,null)
// Calls the 'Paste Especial' function of the 'Edit' menu in the browser.
WebBrowser1.ExecWB(14,1,null,null)
// Calls the 'Undo' function of the 'Edit' menu in the browser.
WebBrowser1.ExecWB(15,1,null,null)
// Calls the 'Redo' function of the 'Edit' menu in the browser.
WebBrowser1.ExecWB(16,1,null,null)
// Calls the 'Select All' function of the 'Edit' menu in the browser.
WebBrowser1.ExecWB(17,1,null,null)
// Calls the 'Clear Selection' function of the 'Edit' menu in the browser.
WebBrowser1.ExecWB(18,1,null,null)
// Calls the 'Zoom' function of the 'View' menu in the browser.
WebBrowser1.ExecWB(19,1,null,null)
// Calls the 'Refresh' function of the browser.
WebBrowser1.ExecWB(22,1,null,null)
// Calls the 'Stop' function of the browser.
WebBrowser1.ExecWB(23,1,null,null)
// Calls the 'Find' function of the browser.
WebBrowser1.ExecWB(32,1,null,null)
-----
-----
Develop program/game Objective-C , Cocoa on iPhone SDK, ASP.net ,Kinect ,Unity , Estimate iOS, Android
