4,265 pts.
 Data type in VB.NET
The following question was recently submitted by a user via e-mail: I used to use a creation of datatype in vb 6. It combined the use of strings and numbers, then the the length of the datatype was read and placed on the disk. on a specific area. When you went back to the disk to retrieve the datatype everything was read at once, numbers and ztrings. I can not find this feature in VB.net. WHAT A SHAME!!!

Software/Hardware used:
ASKED: March 25, 2009  1:41 PM
UPDATED: March 25, 2009  2:58 PM

Answer Wiki:
I believe you can do this with a class in VB.Net. I've never written it to a file, however, you should be able to do that as well. Simply create a new class and setup properties to contain the data you need to store, then you treat the object (and it's associated data) as a whole entity and write the object to disk.
Last Wiki Answer Submitted:  March 25, 2009  2:58 pm  by  Jerry Lees   5,320 pts.
All Answer Wiki Contributors:  Jerry Lees   5,320 pts.
To see all answers submitted to the Answer Wiki: View Answer History.


Discuss This Question:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _