> 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 | |
|
|
Yahoo! Groups Links
- To visit your group on the web, go to:
http://groups.yahoo.com/group/CSharpNET/
- To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]
- Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.
