BalakrishM has asked for the wisdom of the Perl Monks concerning the following question:

Hi, I am using Perl Win32::GuiTest to automate testing of an Application in C#. The Developer of the Application has recently moved from MainMenu to Menustrip class. Now I cannot send Menu messages to the Application using Win32::GuiTest Getmenu and MenuSelect methods. Is there an alternate way of simulating Menu presses to control a C# Menustrip class ? Balak