Search code examples
c#.netvb.netvisual-studio-2005system.printing

Using PrintQueue Class in Visual Studio 2005


I want to use the PrintQueue Class to Manage the printers and print jobs. I am having Visual Studio 2005, but PrintQueue is not supported in vs2005. Is there any way to use this class in vc2005?


Solution

  • PrintQueue it self does not support ANY version of VS because its a class! you may mean that you have trouble with using .net 3.0 in vs2005