问题描述
你好,
我有一个带有几个按钮的表格。
如果用户点击一个我想让它拨打点击()另一个事件
按钮。
在VB6中,这很容易但是他们已经在.NET中改变了它。
我们不能这样做:再打电话给mybutton_click()吗?
谢谢,
Adam Honek
你试过使用Handles Button2.Click
-
Daniel
Windows 2000 / NT中的MCSE,MCP + I,MCP
--------------------------------------
从我的邮箱地址中删除第二个马德里联系我。
你试过使用Handles Button2.Click吗?
-
Daniel
MCSE,MCP + I,Windows 2000 / NT中的MCP
------- -------------------------------
从我的邮箱地址中删除第二个马德里,与我联系。
Hello,
I have a form with several buttons.
If a user clicks on one I want it to call the Click() event of another
button.
In VB6 this is very easy but they''ve changed it in .NET.
Can''t we just do: call mybutton_click() anymore?
Thanks,
Adam Honek
have you tried using "Handles Button2.Click"
--
Daniel
MCSE, MCP+I, MCP in Windows 2000/NT
--------------------------------------
remove the 2nd madrid from my mail address to contact me.
have you tried using "Handles Button2.Click"
--
Daniel
MCSE, MCP+I, MCP in Windows 2000/NT
--------------------------------------
remove the 2nd madrid from my mail address to contact me.
这篇关于强制按钮事件?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!