|
-
Jun 1st, 2004, 10:48 PM
#1
Thread Starter
Junior Member
Calling other events
Hi all,
I want to call button1_Click event in Button2_Click in VB.NET.
How can i call it.
Can any one help me in this matter.
Regards
Nag K.
-
Jun 1st, 2004, 11:55 PM
#2
Sleep mode
VB Code:
Me.Button1_Click(sender, e)
or
VB Code:
Me.Button1_Click(Nothing, Nothing)
or
VB Code:
Me.Button1_Click(Me, Nothing)
-
Jun 2nd, 2004, 04:24 AM
#3
PowerPoster
HI,
Or simply, if you don't need to identify the sender.
Last edited by taxes; Jun 2nd, 2004 at 05:02 AM.
Taxes
The more I learn about VB.NET the more I like dBaseIII Plus
The foregoing, whilst believed to be correct, is given without guarantee as to it's accuracy and entirely without recourse. You are required to decide for yourself whether or not it is suitable for your purposes and no liability for loss of any nature can be entertained.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|