hi masters...
i want to get jobs in printer queue...
i didn't have idea to do this. please help me.
any help will be appreciated.
thanks before.
Sawamura 9 Junior Poster in Training
Recommended Answers
Jump to Posttry this following code :
Private Declare Function OpenPrinter Lib "winspool.drv" Alias "OpenPrinterA" (ByVal pPrinterName As String, phPrinter As Long, pDefault As Any) As Long Private Declare Function ClosePrinter Lib "winspool.drv" (ByVal hPrinter As Long) As Long Private Declare Function EnumJobs Lib "winspool.drv" Alias "EnumJobsA" (ByVal hPrinter …
Jump to Postdon't forget to give a feedback :)
All 6 Replies
Jx_Man 987 Nearly a Senior Poster Featured Poster
Sawamura commented: great code and always helping... +1
Estella commented: wow +1
ITKnight commented: :confused: +1
november_pooh commented: yombex +1
Vega_Knight commented: :twisted: +1
Jx_Man 987 Nearly a Senior Poster Featured Poster
Sawamura 9 Junior Poster in Training
Jx_Man 987 Nearly a Senior Poster Featured Poster
dstoltz 0 Newbie Poster
dstoltz 0 Newbie Poster
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.