Click here to Skip to main content
16,007,760 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralBeep command Pin
corries8-Mar-05 10:26
corries8-Mar-05 10:26 
GeneralRe: Beep command Pin
Dave Kreskowiak8-Mar-05 10:44
mveDave Kreskowiak8-Mar-05 10:44 
GeneralCustomizing Data grid Pin
Mr Dabbah8-Mar-05 9:47
Mr Dabbah8-Mar-05 9:47 
GeneralRe: Customizing Data grid Pin
Jim Matthews8-Mar-05 10:07
Jim Matthews8-Mar-05 10:07 
GeneralRe: Customizing Data grid Pin
j1webb13-Mar-05 5:44
j1webb13-Mar-05 5:44 
General.NET CF example of sending email Pin
Alan Hamilton8-Mar-05 9:04
Alan Hamilton8-Mar-05 9:04 
Generalvb .net and crystal reports Pin
Anonymous8-Mar-05 6:59
Anonymous8-Mar-05 6:59 
GeneralRe: vb .net and crystal reports Pin
Jim Matthews8-Mar-05 7:18
Jim Matthews8-Mar-05 7:18 
most likely what you're looking for is the printoptions property of the reportdocument object. there's also the standard printoptions class under crystaldecisions.crystalreports.engine namespace, but the reportdocuments printoptions property is set to read only in the reportdocuments implementation. so all you have to do is set the printername property.
Dim rd As New CrystalDecisions.CrystalReports.Engine.ReportDocument
rd.Load("myDocumentTemplate")
rd.PrintOptions.PrinterName = "myPrinter"
hope this helps.



-jim
GeneralConvert date to string Pin
Anonymous8-Mar-05 5:52
Anonymous8-Mar-05 5:52 
GeneralRe: Convert date to string Pin
Jim Matthews8-Mar-05 7:37
Jim Matthews8-Mar-05 7:37 
QuestionHow do you declare a VB6 control in VB.NET? Pin
Sarphus8-Mar-05 5:05
Sarphus8-Mar-05 5:05 
AnswerRe: How do you declare a VB6 control in VB.NET? Pin
rwestgraham8-Mar-05 14:03
rwestgraham8-Mar-05 14:03 
GeneralRe: How do you declare a VB6 control in VB.NET? Pin
Sarphus10-Mar-05 2:46
Sarphus10-Mar-05 2:46 
GeneralListViews Pin
lmaks8-Mar-05 3:53
lmaks8-Mar-05 3:53 
GeneralRe: ListViews Pin
H@is@here11-Mar-05 12:14
H@is@here11-Mar-05 12:14 
GeneralMS Speech SDK 5.1 Problem-EMERGENCY! Pin
ZisisSim8-Mar-05 3:36
ZisisSim8-Mar-05 3:36 
GeneralGetting Context Menu to close if already open Pin
7-Mar-05 23:43
suss7-Mar-05 23:43 
GeneralRe: Getting Context Menu to close if already open Pin
Computer_Guy25-May-06 15:17
Computer_Guy25-May-06 15:17 
QuestionCalling DLL functions using relative paths? Pin
Axonn Echysttas7-Mar-05 22:18
Axonn Echysttas7-Mar-05 22:18 
AnswerRe: Calling DLL functions using relative paths? Pin
Dave Kreskowiak8-Mar-05 3:02
mveDave Kreskowiak8-Mar-05 3:02 
GeneralRe: Calling DLL functions using relative paths? Pin
Axonn Echysttas8-Mar-05 8:10
Axonn Echysttas8-Mar-05 8:10 
GeneralWord Wrapping with Draw String Pin
Chaos Machine7-Mar-05 12:52
Chaos Machine7-Mar-05 12:52 
GeneralRe: Word Wrapping with Draw String Pin
Christian Graus7-Mar-05 12:55
protectorChristian Graus7-Mar-05 12:55 
GeneralRe: Word Wrapping with Draw String Pin
Chaos Machine7-Mar-05 13:55
Chaos Machine7-Mar-05 13:55 
QuestionHow to save the state of TreeView Pin
ac_vbdeveloper7-Mar-05 11:04
ac_vbdeveloper7-Mar-05 11:04 

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.