B
BobS
I'm new go VB --- I'm new to programming. I have VB.net
and I've been tasked with creating a program that reads a
data file takes the information in the file and draws a
colored square on a form. It's for a computer inventory
that draws squares on a map to show the location of
equipment. the data file has information to show
building, floor, x_cord, y_cord, cpu_speed. Different cpu
speeds get different colors.
whats the best way to read information from a text file
into an array??
Any help to get me started is appreciated
and I've been tasked with creating a program that reads a
data file takes the information in the file and draws a
colored square on a form. It's for a computer inventory
that draws squares on a map to show the location of
equipment. the data file has information to show
building, floor, x_cord, y_cord, cpu_speed. Different cpu
speeds get different colors.
whats the best way to read information from a text file
into an array??
Any help to get me started is appreciated