Aug 11, 2004 #1 adonet MIS May 4, 2004 312 US Once create a sub, default parameter is "ByVal sender As System.Object, ByVal e As System.EventArgs". What is meaning? How to use them in coding?
Once create a sub, default parameter is "ByVal sender As System.Object, ByVal e As System.EventArgs". What is meaning? How to use them in coding?
Aug 11, 2004 #2 chiph Programmer Jun 9, 1999 9,878 US sender" is the control that is sending the event. "e" is any arguments that the event will have passed to it. Chip H. ____________________________________________________________________ If you want to get the best response to a question, please read FAQ222-2244 first Upvote 0 Downvote
sender" is the control that is sending the event. "e" is any arguments that the event will have passed to it. Chip H. ____________________________________________________________________ If you want to get the best response to a question, please read FAQ222-2244 first
Aug 11, 2004 #3 JohnYingling Programmer Mar 24, 2001 3,742 US See it all at http://msdn.microsoft.com/library/d...ry/en-us/cpguide/html/cpconeventsoverview.asp http://www.VBResizer.com Forms/Controls Resizing/Tabbing http://www.VBCompare.com Compare Code http://www.VBSortGen.com Generate Sort Class in VB http://www.Vbcompare.com/Check.Htm(1979 Check To MS) Upvote 0 Downvote
See it all at http://msdn.microsoft.com/library/d...ry/en-us/cpguide/html/cpconeventsoverview.asp http://www.VBResizer.com Forms/Controls Resizing/Tabbing http://www.VBCompare.com Compare Code http://www.VBSortGen.com Generate Sort Class in VB http://www.Vbcompare.com/Check.Htm(1979 Check To MS)