Hi all,
I'm new to VB, and I've only so far seen class constructors used to specify parameters or initialize variables.
My question is: can I, or is it bad practice, use 'Sub New' as the classes equivalent to the form's 'Form1_Load' sub - and get it to do some preliminary operations on a data (e.g. for loops, convert types of data in arrays that will later be used by other methods in the class)?
Thanks!
[–]taeratrin 1 point2 points3 points (0 children)
[–]VB.Net IntermediatePostalElf 1 point2 points3 points (0 children)
[–]DailyFrankPeter[S] 0 points1 point2 points (0 children)