Click here to Skip to main content
15,924,036 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Question regarding Garbage Collector Pin
S Sansanwal17-Aug-04 13:43
S Sansanwal17-Aug-04 13:43 
GeneralDatabase repair Pin
benjj17-Aug-04 11:23
benjj17-Aug-04 11:23 
GeneralRe: Database repair Pin
Dave Kreskowiak18-Aug-04 3:37
mveDave Kreskowiak18-Aug-04 3:37 
Generalsilly exception question Pin
kowplunk17-Aug-04 10:34
kowplunk17-Aug-04 10:34 
GeneralRe: silly exception question Pin
Dave Kreskowiak18-Aug-04 3:30
mveDave Kreskowiak18-Aug-04 3:30 
GeneralRe: silly exception question Pin
kowplunk18-Aug-04 4:11
kowplunk18-Aug-04 4:11 
GeneralReading data from a printer Pin
tpiotr17-Aug-04 8:41
tpiotr17-Aug-04 8:41 
GeneralRe: Reading data from a printer Pin
Dave Kreskowiak18-Aug-04 3:16
mveDave Kreskowiak18-Aug-04 3:16 
ReadPrinter is very poorly documented, but from what I can gather, you need to know what commands the print provider (aka print driver) understands before you can get any information from it. Just executing a ReadPrinter wont return and data unless you first call OpenPrinter with the name of the printer and the mode you want to open it in (can't remember off the top of my head exactly what options to use to get bidi support), and then tell the provider what data you want using WritePrinter with the appropriate commands. There's the problem, I can't find any doc's on those commands, or schema options. They're vendor specific, so your best place to find anything would be to contact developer support for your printer manufacturer.


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

Generalthe system speaker Pin
udi3217-Aug-04 8:29
udi3217-Aug-04 8:29 
GeneralRe: the system speaker Pin
Daniel Turini17-Aug-04 9:40
Daniel Turini17-Aug-04 9:40 
GeneralRe: the system speaker Pin
udi3219-Aug-04 14:07
udi3219-Aug-04 14:07 
Questionis this VBA? Pin
Pablo.ar17-Aug-04 6:51
Pablo.ar17-Aug-04 6:51 
AnswerRe: is this VBA? Pin
Dave Kreskowiak17-Aug-04 10:32
mveDave Kreskowiak17-Aug-04 10:32 
GeneralRe: is this VBA? Pin
Pablo.ar17-Aug-04 16:12
Pablo.ar17-Aug-04 16:12 
QuestionHow to close child windows?? Pin
viettho17-Aug-04 6:15
viettho17-Aug-04 6:15 
AnswerRe: How to close child windows?? Pin
Dave Kreskowiak17-Aug-04 10:29
mveDave Kreskowiak17-Aug-04 10:29 
Generalimporting fortran dll's Pin
alankrita17-Aug-04 5:54
alankrita17-Aug-04 5:54 
GeneralRe: importing fortran dll's Pin
Dave Kreskowiak17-Aug-04 10:26
mveDave Kreskowiak17-Aug-04 10:26 
GeneralRe: importing fortran dll's Pin
progload17-Aug-04 15:19
progload17-Aug-04 15:19 
GeneralRe: importing fortran dll's Pin
progload17-Aug-04 15:24
progload17-Aug-04 15:24 
GeneralwaveOutGetDevCaps Pin
mivey417-Aug-04 5:14
mivey417-Aug-04 5:14 
GeneralRe: waveOutGetDevCaps Pin
Dave Kreskowiak17-Aug-04 5:37
mveDave Kreskowiak17-Aug-04 5:37 
GeneralRe: waveOutGetDevCaps Pin
mivey417-Aug-04 7:38
mivey417-Aug-04 7:38 
GeneralRe: waveOutGetDevCaps Pin
Dave Kreskowiak17-Aug-04 10:22
mveDave Kreskowiak17-Aug-04 10:22 
GeneralRe: waveOutGetDevCaps Pin
mivey418-Aug-04 5:52
mivey418-Aug-04 5:52 

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.