Determine the type of Printer

Hema Rawat

Member
Joined
Dec 12, 2005
Messages
24
Location
India
Programming Experience
1-3
Hey All,
In my application I have Print Feature
Now What I want that as the User Click on Button Print
I have shown Printer Dialog Box to Select the Printer
Now AS user selects the printer I want to know about the Selected printer
is a :
Laser Printer
Dot Matrix
Or Label Printer etc
After determining the printer I have perform a certain task
<b>My Problem is How to determine the printer type (Laser etc.) after selection from the user????</b>
Hope My Question is Clear
Wating for all early replies
Thanks in advance
 
determine the Printer type after user selects the Printer

Thanks For your reply

But I think my problem is not clear to u .

Yes, The Print Dialog Box has the name of the Printers
But what i want is To know which printers is selected by the user
After that i have to take an action according to the selected printer
i.e. If User selects Laser Printer I have to call a dll
If User selects DotMatrix Printer I have to call another dll
like that

That's why i want to know the type of selected printer by the user that the selected printer is a Inkjet /laser or anything


Hope Now My problem is clear t u.

Thanks for Your Support.
 
Back
Top