Click here to Skip to main content
15,921,295 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralDirectX Pin
zman9002-Jun-04 17:44
zman9002-Jun-04 17:44 
GeneralRe: DirectX Pin
Dave Kreskowiak3-Jun-04 3:37
mveDave Kreskowiak3-Jun-04 3:37 
GeneralRe: DirectX Pin
zman9003-Jun-04 19:24
zman9003-Jun-04 19:24 
GeneralRe: DirectX Pin
Dave Kreskowiak4-Jun-04 0:17
mveDave Kreskowiak4-Jun-04 0:17 
QuestionUi? Pin
Boggahutt872-Jun-04 13:29
Boggahutt872-Jun-04 13:29 
AnswerRe: Ui? Pin
Dave Kreskowiak3-Jun-04 3:30
mveDave Kreskowiak3-Jun-04 3:30 
QuestionHow to get the default printer? Pin
Anonymous2-Jun-04 11:45
Anonymous2-Jun-04 11:45 
AnswerRe: How to get the default printer? Pin
Dave Kreskowiak3-Jun-04 3:08
mveDave Kreskowiak3-Jun-04 3:08 
I haven't tried this out but...

You might want to try playing with the PrinterSettings class. You can instantiate a PrinterSettings object and see what its PrinterName property says. It might be the name of the default printer. If it's blank, trying getting the InstalledPrinters property. This will be a collection of Strings that represent the printer names. You could then set the PrinterName property of the PrinterSettings object to each one of the printer names returned by InstalledPrinters and check the IsDefault property to see if it is the default printer.


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

GeneralRe: How to get the default printer? Pin
Anonymous3-Jun-04 4:02
Anonymous3-Jun-04 4:02 
GeneralRe: How to get the default printer? Pin
Dave Kreskowiak3-Jun-04 4:32
mveDave Kreskowiak3-Jun-04 4:32 
GeneralRe: How to get the default printer? Pin
Dave Kreskowiak3-Jun-04 4:46
mveDave Kreskowiak3-Jun-04 4:46 
GeneralRe: How to get the default printer? Pin
Anonymous3-Jun-04 4:41
Anonymous3-Jun-04 4:41 
GeneralRe: How to get the default printer? Pin
Dave Kreskowiak3-Jun-04 4:47
mveDave Kreskowiak3-Jun-04 4:47 
GeneralRe: How to get the default printer? Pin
Anonymous3-Jun-04 5:14
Anonymous3-Jun-04 5:14 
GeneralRe: How to get the default printer? Pin
Dave Kreskowiak3-Jun-04 5:44
mveDave Kreskowiak3-Jun-04 5:44 
GeneralRe: How to get the default printer? Pin
Anonymous3-Jun-04 6:37
Anonymous3-Jun-04 6:37 
GeneralLet's make more simple. Pin
Anonymous2-Jun-04 10:34
Anonymous2-Jun-04 10:34 
GeneralRe: Let's make more simple. Pin
Dave Kreskowiak3-Jun-04 2:52
mveDave Kreskowiak3-Jun-04 2:52 
GeneralModifying Selected EAP Type Pin
^eleK2-Jun-04 9:21
^eleK2-Jun-04 9:21 
GeneralRe: Modifying Selected EAP Type Pin
Dave Kreskowiak3-Jun-04 2:51
mveDave Kreskowiak3-Jun-04 2:51 
GeneralHelp needed - making vb6 LoadPicture faster Pin
steff kamush2-Jun-04 5:58
steff kamush2-Jun-04 5:58 
GeneralRe: Help needed - making vb6 LoadPicture faster Pin
Dave Kreskowiak2-Jun-04 12:31
mveDave Kreskowiak2-Jun-04 12:31 
GeneralRe: Help needed - making vb6 LoadPicture faster Pin
steff kamush3-Jun-04 0:42
steff kamush3-Jun-04 0:42 
GeneralRe: Help needed - making vb6 LoadPicture faster Pin
Dave Kreskowiak3-Jun-04 1:21
mveDave Kreskowiak3-Jun-04 1:21 
QuestionHow can I print text in Landscape? Pin
ATC2-Jun-04 5:25
ATC2-Jun-04 5:25 

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.