Search results for query: *

  • Users: wcq
  • Order by date
  1. W

    System.DirectoryServices and System.Management to add printer from server?

    update! It works (mostly)! On form load the first combobox populates with network printers. The user selects one to add with button click. Then the second combobox populates with printers added to local machine, and from those can choose to set the default. The only problem that remains is...
  2. W

    System.DirectoryServices and System.Management to add printer from server?

    Thanks for the tips. I need to get used to the differences between VB6 and VB.NET so that I can use/reuse variables. I could then populate an array with DeviceID and Location, then rather than query WMI again, I can just refer to the array to retrieve the information, correct? I think I'm slowly...
  3. W

    System.DirectoryServices and System.Management to add printer from server?

    Wow, thanks! I've managed to pull all the printers to the combobox, and list the name/location in the label, but it's a bit slow... probably because I used two scopes. But I couldn't figure out how to do it with just one. Also, I don't quite understand how to set the default printer once I've...
  4. W

    System.DirectoryServices and System.Management to add printer from server?

    Hello! I'm new to VB.NET Forums. Well, I've lurked for awhile, just never posted anything. Sorry :D. I am a novice, so please bear with me. I'm having some difficulty with a Windows form I'm working on and was hoping someone here could point me in the right direction, as I've been unable to...
Back
Top