G
Gareth Howe
I could do this is VB6 but can't figure out .net yet.
I need to be able to access a data file that has a list of printers, with
their corrisponding share name and computer that they are sat on (Which I
have already generated as a CSV file).
In VB6 I would use the data control to load this in to an array but can't
find the corrisponding function in .net
What I would then do would be to have an array of buttons that would be
created with the names of the printers.
When a button was clicked, it would then execute the following
\\<servername>\netlogon\con2prt /cd \\<printerserver>\<printershare>
I'm not asking anyone to generate me the solution to this, but a few good
pointers would be really appreciated.
Many thanks,
Gareth
I need to be able to access a data file that has a list of printers, with
their corrisponding share name and computer that they are sat on (Which I
have already generated as a CSV file).
In VB6 I would use the data control to load this in to an array but can't
find the corrisponding function in .net
What I would then do would be to have an array of buttons that would be
created with the names of the printers.
When a button was clicked, it would then execute the following
\\<servername>\netlogon\con2prt /cd \\<printerserver>\<printershare>
I'm not asking anyone to generate me the solution to this, but a few good
pointers would be really appreciated.
Many thanks,
Gareth