Could anybody help me please? Is there any way to displaying flash animations on C# forms?
jaye
modified on Monday, September 12, 2011 12:05 PM
Could anybody help me please? Is there any way to displaying flash animations on C# forms?
jaye
modified on Monday, September 12, 2011 12:05 PM
how can i open(visualize) a System.Windows.Forms.MenuItem of System.Windows.Forms.MainMenu by code? Maybe one could disassemble the ToolStripMenuItem and see what they are doing inside the ShowDropDown method. Or use Windows API to really simulate a mouse click on the menu item. how can i do this?
jaye
with menuItem1.PerformClick(); you send a event of Click. but the menu isn´t open so i can´t visualize it. :((
jaye
sorry but this metod (ShowDropDown) isn´t appear in my Visual Studio 2003 C#.
jaye
how can i open(visualize) a System.Windows.Forms.MenuItem of System.Windows.Forms.MainMenu by code? :confused: jaye
I want to check a submenu, but i dont want this menu closes after that. ¿how can i do this? nada
modified on Monday, September 12, 2011 11:58 AM