I am trying to do the following.
1) Query AD for the list of printers in the users OU.
2) Present the user with the list of printers in a dialog box of some type that they can select/deselect.
3) Install or uninstall the printers as necessary.
1 and 3 I've got down. I can pull the printer list for the users OU out of AD, and I can install them. I have just not figured out how to present the users with the dialog box list of printers that they can select from.
I could present them with a series of MsgBox dialogs, one for each printer, but that could become tedious if they have a dozen printers in their OU.
Anyone know of anyway to present the whole list at once and track which ones are selected/deselected?
Thanks,
Matt
1) Query AD for the list of printers in the users OU.
2) Present the user with the list of printers in a dialog box of some type that they can select/deselect.
3) Install or uninstall the printers as necessary.
1 and 3 I've got down. I can pull the printer list for the users OU out of AD, and I can install them. I have just not figured out how to present the users with the dialog box list of printers that they can select from.
I could present them with a series of MsgBox dialogs, one for each printer, but that could become tedious if they have a dozen printers in their OU.
Anyone know of anyway to present the whole list at once and track which ones are selected/deselected?
Thanks,
Matt