Stephen Russell wrote the following - Dated 12/29/2004 9:45 AM:

> Now do you know how to create a button click event in code?  I have a
> doubleClick event that I'd love to click a button in, after I collect the
> "what part am I choosing."


Besides the PerformClick event, you can call the function directly.

btn_Click( btn, new EventArgs() );
btn_DoubleClick( btn, new EventArgs() );


Chris

Yahoo! Groups Sponsor
ADVERTISEMENT
click here


Yahoo! Groups Links

Reply via email to