|
-
Jun 8th, 2002, 07:27 AM
#1
Thread Starter
Junior Member
calling a sub
hello:
i have a sub:
Private Sub CmdTrack0_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles CmdTrack0.Click
TrackNum = 0
CmdTrack0.ImageIndex = 3
End Sub
all i want is to call the sub from another place,
if it was VB6, I'd write:
CmdTrack0_click()
but it doesn't work with vb.net!
please help me....
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
|