Ok, last one, this is a one liner in php, don't understand why VB has to be so difficult. After googling for 1/2 hour I gave up (told you you were making me lazy) and decided to post here.
I've got a csv file, looks like this
1,40,48,1,10,500
2,40,48,2,10,500
3,40,48,3,10,500
4,40,48,1,10,440
5,40,48,2,10,440
6,40,48,3,10,440
I want to create a label for each line (ie saving and opening with the open / close of the program)
using lbl
.name = 1
.width = 40
.height = 48
.parent = 1
.location(10,500)
Hoepfully that's clear enough for you to understand what I'm looking for. The damn internet at this office is just WAY to slow to be trying to browse MSDN for this. Thanks in advance!
I've got a csv file, looks like this
1,40,48,1,10,500
2,40,48,2,10,500
3,40,48,3,10,500
4,40,48,1,10,440
5,40,48,2,10,440
6,40,48,3,10,440
I want to create a label for each line (ie saving and opening with the open / close of the program)
using lbl
.name = 1
.width = 40
.height = 48
.parent = 1
.location(10,500)
Hoepfully that's clear enough for you to understand what I'm looking for. The damn internet at this office is just WAY to slow to be trying to browse MSDN for this. Thanks in advance!