|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
Private datamembers in vb
How do you access private data members in a class from the class in vb? Do you just call it like a regular variable? or this.variable ? And how do you resize arrays?
And you can do linked lists in vb correct?
__________________
--Tantapants |
|
#2
|
||||
|
||||
|
you access private members like a regular variable from inside the class.
ReDim is the keyword for resizing an array, if you want to resize and keep the current elements in the array then it is resize ReDim Preserve as far as linked lists, never tried to do them in vb. |
![]() |
| Viewing: Dev Shed Forums > Programming Languages - More > Visual Basic Programming > Private datamembers in vb |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|