I tried to look for this on my own instead of posting a simple question like this on the forum. I must be blind as a bat but I couldn't find it in the help or at any sites with hungarian notations.
Unless you haven't noticed the subject heading,
What's the correct naming convention for the sstab control?
I might as well ask another quesiton to make this post worthwhile...
Is VB capable of supporting method overloading, similar to java?
I'm not so sure if I got the term right so I better describe it. This is where you create multiple methods with the same names but accepts different parameters. So when you call the method it will check which paramters you're passing and run the corresponding method. Does anyone know this? Or am I just confusing this with another language or concept? Does VB support this?




,
. This is where you create multiple methods with the same names but accepts different parameters. So when you call the method it will check which paramters you're passing and run the corresponding method. Does anyone know this? Or am I just confusing this with another language or concept? Does VB support this?
Reply With Quote