From: Armin Zingler on 11 Jun 2010 08:12 Am 11.06.2010 00:06, schrieb Mr. X.: > Hello, > I want to create an event by force. > How can I do that ? > > (for example : ToolStrip.ItemClicked event) > > Thanks :) You are taking the wrong approach. If you want to do something, call a method. If you want the same thing to be done if the item is clicked, call the same method from the click event handler. -- Armin
First
|
Prev
|
Pages: 1 2 Prev: Make a component on runtime. Next: logging to text file and opening at end of program |