|
-
Jul 19th, 2009, 04:23 PM
#1
Thread Starter
Junior Member
Where am I?
hi,
does anyone know a function/variable which tell me which sub/function is running at the moment?
for example, if the variable is XXX then the following will print "Form1_Load" to the screen.
Private Sub Form1_Load(ByVal eventSender As System.Object, ByVal eventArgs As System.EventArgs) Handles MyBase.Load
MsgBox(XXX )
End Sub
Thanks
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
|