list printers in combo box
I haven't seen this accomplished by anyone else on the net. But maybe someone can lead me in the right direction.
I would like to create a vb.net app that will allow the logged in user (domain login) to choose their default printer. Each user may or may not have more than one printer due to traveling offices.
I figure this should be a simple gui interface with a combo box but how do i code it so that it will grab and put the current printers into the combo box?
Unfortunately most users screw this up on login and will print to the wrong location.
Any help would be greatly appreciated :)
Thanks