Click here to Skip to main content
15,914,016 members
Home / Discussions / C#
   

C#

 
GeneralRe: Row in DataSet Pin
Dave Kreskowiak18-Jul-05 8:46
mveDave Kreskowiak18-Jul-05 8:46 
GeneralRe: Row in DataSet Pin
zaboboa18-Jul-05 9:55
zaboboa18-Jul-05 9:55 
GeneralCustom textbox with a unchangable text Pin
Razor_works18-Jul-05 7:26
sussRazor_works18-Jul-05 7:26 
GeneralRe: Custom textbox with a unchangable text Pin
Not Active18-Jul-05 7:56
mentorNot Active18-Jul-05 7:56 
GeneralRetrieving Printer Test Page Data Pin
Neomaya18-Jul-05 5:00
Neomaya18-Jul-05 5:00 
GeneralRe: Retrieving Printer Test Page Data Pin
Dave Kreskowiak18-Jul-05 7:10
mveDave Kreskowiak18-Jul-05 7:10 
GeneralRe: Retrieving Printer Test Page Data Pin
Neomaya18-Jul-05 7:47
Neomaya18-Jul-05 7:47 
GeneralRe: Retrieving Printer Test Page Data Pin
Dave Kreskowiak18-Jul-05 8:42
mveDave Kreskowiak18-Jul-05 8:42 
Neomaya wrote:
I guess I'll have to get the printer driver from the Win32_Printer object

Won't happen. You don't "get" the driver from Win32_Printer. WMI won't help you in doing this project at all.

You'll have to make direct DeviceIOControl calls to the driver. That's why I said you'll need the docs on the driver, which will probably be very difficult to find, if at all.

Also, the API calls between drivers will NOT be the same. Manufacturers, and even different models, will have differing command structures, so writing some generic code won't work. You'll have to write specific code for each manufacturer and, in some cases, driver you want to support.

RageInTheMachine9532
"...a pungent, ghastly, stinky piece of cheese!" -- The Roaming Gnome

Generalhelp with System.NullReferenceException Pin
theStorminMormon18-Jul-05 4:11
theStorminMormon18-Jul-05 4:11 
GeneralRe: help with System.NullReferenceException Pin
emc218-Jul-05 4:37
emc218-Jul-05 4:37 
GeneralRe: help with System.NullReferenceException Pin
theStorminMormon18-Jul-05 4:55
theStorminMormon18-Jul-05 4:55 
GeneralMinimised to taskbar Pin
emc218-Jul-05 4:03
emc218-Jul-05 4:03 
GeneralRe: Minimised to taskbar Pin
emc218-Jul-05 4:30
emc218-Jul-05 4:30 
GeneralRe: Minimised to taskbar Pin
Judah Gabriel Himango18-Jul-05 6:11
sponsorJudah Gabriel Himango18-Jul-05 6:11 
GeneralRe: Minimised to taskbar Pin
Anonymous19-Jul-05 8:28
Anonymous19-Jul-05 8:28 
Generaln-tier apps Pin
mr_seus18-Jul-05 3:50
mr_seus18-Jul-05 3:50 
GeneralRe: n-tier apps Pin
Judah Gabriel Himango18-Jul-05 8:56
sponsorJudah Gabriel Himango18-Jul-05 8:56 
GeneralRe: n-tier apps Pin
ekynox24-Aug-07 1:38
ekynox24-Aug-07 1:38 
Generalexit after if statement (new one) Pin
PaulaM18-Jul-05 3:18
PaulaM18-Jul-05 3:18 
GeneralRe: exit after if statement (new one) Pin
leppie18-Jul-05 3:26
leppie18-Jul-05 3:26 
GeneralRe: exit after if statement (new one) Pin
dwatkins@dirq.net18-Jul-05 3:46
dwatkins@dirq.net18-Jul-05 3:46 
GeneralRe: exit after if statement (new one) Pin
J4amieC18-Jul-05 5:19
J4amieC18-Jul-05 5:19 
GeneralPassing a binary file(stream) to the presentation layer Pin
roy_huntley18-Jul-05 3:08
roy_huntley18-Jul-05 3:08 
GeneralRe: Passing a binary file(stream) to the presentation layer Pin
Not Active18-Jul-05 3:36
mentorNot Active18-Jul-05 3:36 
GeneralRe: Passing a binary file(stream) to the presentation layer Pin
roy_huntley18-Jul-05 3:55
roy_huntley18-Jul-05 3:55 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.