I have a packaged control that I want to work off a button. How do I call
it from btn_click()
For example:
Private Sub controlA_Click(ByVal sender As System.Object, ByVal e As
System.EventArgs) Handles controlA.Click
End Sub
Private Sub btnControlA_Click(ByVal sender As System.Object, ByVal e As
System.EventArgs) Handles btnControlA.Click
' here I want to call controlA_Click
End Sub
Any help would be appreciated.
S
Bob Butler - 30 Jul 2004 17:54 GMT
> Private Sub controlA_Click(ByVal sender As System.Object, ByVal e As
> System.EventArgs) Handles controlA.Click

Signature
<response type="generic" language="VB.Net">
This newsgroup is for users of Visual Basic and whatever
VB.Net is, Visual Basic it isn't. Solutions appropriate to
one will be meaningless in the other and you are more likely
to get the answers you need in newsgroups that are
frequented by others using the dotnet platform rather than
here where the focus is on VB "classic" . Look for
newsgroups with the words "dotnet" or "vsnet" in their name.
For the msnews.microsoft.com news server, try these:
microsoft.public.dotnet.general
microsoft.public.dotnet.languages.vb
</response>