Click here to Skip to main content
15,891,136 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Hex Code Pin
Guffa30-Oct-08 9:55
Guffa30-Oct-08 9:55 
GeneralRe: Hex Code Pin
pdnet29-Oct-08 20:03
pdnet29-Oct-08 20:03 
GeneralRe: Hex Code Pin
Paul Conrad30-Oct-08 4:16
professionalPaul Conrad30-Oct-08 4:16 
QuestionVB.NET Crystal Reports Print Routines W/ Sharp Copiers Pin
programmervb.netc++26-Oct-08 18:50
programmervb.netc++26-Oct-08 18:50 
AnswerRe: VB.NET Crystal Reports Print Routines W/ Sharp Copiers Pin
programmervb.netc++27-Oct-08 10:36
programmervb.netc++27-Oct-08 10:36 
AnswerRe: VB.NET Crystal Reports Print Routines W/ Sharp Copiers Pin
Tom Deketelaere28-Oct-08 1:17
professionalTom Deketelaere28-Oct-08 1:17 
GeneralRe: VB.NET Crystal Reports Print Routines W/ Sharp Copiers Pin
programmervb.netc++28-Oct-08 4:27
programmervb.netc++28-Oct-08 4:27 
GeneralRe: VB.NET Crystal Reports Print Routines W/ Sharp Copiers Pin
Tom Deketelaere28-Oct-08 5:32
professionalTom Deketelaere28-Oct-08 5:32 
programmer_vb.net_c++ wrote:
objReport.PrintToPrinter(pDialog.PrinterSettings.Copies, False, _
                           pDialog.PrinterSettings.FromPage, pDialog.PrinterSettings.ToPage)


you don't pass the page orientation to the report (so he normally takes the one set on the report)

What I do is I use the
system.drawing.printing.printersettings and system.drawing.printing.pagesttings classes

The printerdialog box contains both of these

and the printtoprinter methode of the report accepts these
That way you pass every option set in the dialog box to the report

Hope this helps
GeneralRe: VB.NET Crystal Reports Print Routines W/ Sharp Copiers Pin
programmervb.netc++29-Oct-08 6:59
programmervb.netc++29-Oct-08 6:59 
QuestionCompare string to UTF-8 character set Pin
Rupesh Kumar Swami25-Oct-08 2:19
Rupesh Kumar Swami25-Oct-08 2:19 
AnswerRe: Compare string to UTF-8 character set Pin
Dave Kreskowiak25-Oct-08 4:22
mveDave Kreskowiak25-Oct-08 4:22 
GeneralRe: Compare string to UTF-8 character set Pin
Rupesh Kumar Swami25-Oct-08 6:06
Rupesh Kumar Swami25-Oct-08 6:06 
GeneralRe: Compare string to UTF-8 character set Pin
Dave Kreskowiak25-Oct-08 8:23
mveDave Kreskowiak25-Oct-08 8:23 
AnswerRe: Compare string to UTF-8 character set Pin
Guffa25-Oct-08 16:48
Guffa25-Oct-08 16:48 
GeneralRe: Compare string to UTF-8 character set Pin
Rupesh Kumar Swami25-Oct-08 17:35
Rupesh Kumar Swami25-Oct-08 17:35 
GeneralRe: Compare string to UTF-8 character set Pin
Dave Kreskowiak26-Oct-08 3:41
mveDave Kreskowiak26-Oct-08 3:41 
Questionhas anyone worked how to send text to a HD44780 lcd display using vb ? Pin
ls780h25-Oct-08 1:08
ls780h25-Oct-08 1:08 
AnswerRe: has anyone worked how to send text to a HD44780 lcd display using vb ? Pin
LloydA11125-Oct-08 1:16
LloydA11125-Oct-08 1:16 
Questionoverride the function of Navigation Keys Pin
~Khatri Mitesh~24-Oct-08 22:53
~Khatri Mitesh~24-Oct-08 22:53 
AnswerRe: override the function of Navigation Keys Pin
LloydA11125-Oct-08 0:44
LloydA11125-Oct-08 0:44 
GeneralRe: override the function of Navigation Keys Pin
~Khatri Mitesh~25-Oct-08 2:43
~Khatri Mitesh~25-Oct-08 2:43 
GeneralRe: override the function of Navigation Keys Pin
LloydA11125-Oct-08 2:56
LloydA11125-Oct-08 2:56 
GeneralRe: override the function of Navigation Keys Pin
~Khatri Mitesh~25-Oct-08 3:21
~Khatri Mitesh~25-Oct-08 3:21 
GeneralRe: override the function of Navigation Keys Pin
LloydA11127-Oct-08 10:19
LloydA11127-Oct-08 10:19 
QuestionHow to Access resource of Exe. Pin
Anubhava Dimri24-Oct-08 19:25
Anubhava Dimri24-Oct-08 19: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.