07-10-2012, 12:08 PM
Vinwarez Wrote:Does "ByVal" means decalring a parameter for method? Like in Java?
This is exactly right! Of course, I don't think that ByVal is completely necessary in VB.NET. For example, I think the code snippet
Code:
Public Sub TrimLabel(label As Label,MaxCharCount As Integer)
But yes, you are right!