use of IADS...

  • Thread starter Thread starter jurgen oerlemans
  • Start date Start date
J

jurgen oerlemans

Hello,

I want to manage printqueues and their jobs and think I can use
IADSPrintQueue and IADS PrintJobs for this.
If I use
dim pq as IADSPrintQueue
I get the eror message Type 'IADSPrintQueue is not defined'
I am sure this can be solved easily, but being new to vb dotnet I don't know
what I am missing.

Thnks for any help, Jurgen Oerlemans
 
jurgen oerlemans said:
Hello,

I want to manage printqueues and their jobs and think I can use
IADSPrintQueue and IADS PrintJobs for this.
If I use
dim pq as IADSPrintQueue
I get the eror message Type 'IADSPrintQueue is not defined'
I am sure this can be solved easily, but being new to vb dotnet I don't
know
what I am missing.

Thnks for any help, Jurgen Oerlemans

Did you add a COM reference to Activeds.tlb?

Willy.
 
Back
Top