Click here to Skip to main content
16,006,013 members
Home / Discussions / Visual Basic
   

Visual Basic

 
General'UPGRADE_WARNING: Couldn't resolve default property of object Pin
sarat15-Feb-08 1:40
sarat15-Feb-08 1:40 
GeneralRe: 'UPGRADE_WARNING: Couldn't resolve default property of object Pin
Dave Kreskowiak15-Feb-08 4:10
mveDave Kreskowiak15-Feb-08 4:10 
QuestionPrinting from VB.Net Pin
Senthil_M15-Feb-08 1:34
Senthil_M15-Feb-08 1:34 
GeneralRe: Printing from VB.Net Pin
Dave Kreskowiak15-Feb-08 4:13
mveDave Kreskowiak15-Feb-08 4:13 
QuestionRe: Printing from VB.Net Pin
Senthil_M17-Feb-08 21:35
Senthil_M17-Feb-08 21:35 
QuestionDatgridview using combobox Pin
Francis K Antony14-Feb-08 20:25
Francis K Antony14-Feb-08 20:25 
GeneralRe: Datgridview using combobox Pin
Dave Kreskowiak15-Feb-08 4:12
mveDave Kreskowiak15-Feb-08 4:12 
GeneralHelp Needed With Outputting form as PDF Pin
SilentCodingOne14-Feb-08 18:17
SilentCodingOne14-Feb-08 18:17 
I have program that generates a report. I'm trying to output the report as a pdf file. I can get it to save to the computer in pdf format however the document only shows half the form as the other half is cut off. I've been trying to change the layout and page types without success. Anyone have any ideas how to get the report to output as either one piece or on 2 pages? Here is my code for the outputting part.

Public Sub SavePDFReport()<br />
        ' gives user ability to output copy of report as PDF and choose a location to save it to<br />
        MsgBox("Save file in PDF format by selecting CutePDF as printer.", MsgBoxStyle.OkOnly)<br />
        Dim pd As New PrintDialog<br />
<br />
        pd.ShowDialog()<br />
<br />
        PrintPDFForm.PrinterSettings.PrinterName = "CutePDF Writer"<br />
        PrintPDFForm.PrintAction = Printing.PrintAction.PrintToPreview<br />
        PrintPDFForm.Print()<br />
<br />
<br />
<br />
    End Sub

GeneralRe: Help Needed With Outputting form as PDF Pin
Christian Graus14-Feb-08 21:51
protectorChristian Graus14-Feb-08 21:51 
GeneralTitle Bar Pin
Ahmad Rifai Yusuf14-Feb-08 17:37
Ahmad Rifai Yusuf14-Feb-08 17:37 
GeneralRe: Title Bar Pin
MatrixCoder14-Feb-08 17:39
MatrixCoder14-Feb-08 17:39 
QuestionHow much secure is VB.NET? Pin
Eager Learner14-Feb-08 14:43
Eager Learner14-Feb-08 14:43 
GeneralRe: How much secure is VB.NET? Pin
Christian Graus14-Feb-08 15:14
protectorChristian Graus14-Feb-08 15:14 
GeneralNeed to understand DataGridView events vb.net 2005 Pin
QuickBooksDev14-Feb-08 10:59
QuickBooksDev14-Feb-08 10:59 
AnswerRe: Need to understand DataGridView events vb.net 2005 Pin
nishkarsh_k14-Feb-08 19:25
nishkarsh_k14-Feb-08 19:25 
Generalworking with a xps document Pin
Aptiva Dave14-Feb-08 8:26
Aptiva Dave14-Feb-08 8:26 
GeneralRe: working with a xps document Pin
Dave Kreskowiak14-Feb-08 9:18
mveDave Kreskowiak14-Feb-08 9:18 
GeneralRe: working with a xps document Pin
Aptiva Dave14-Feb-08 9:23
Aptiva Dave14-Feb-08 9:23 
GeneralRe: working with a xps document Pin
Steven J Jowett14-Feb-08 9:49
Steven J Jowett14-Feb-08 9:49 
AnswerRe: working with a xps document Pin
Justin Kalweit25-Feb-08 15:21
Justin Kalweit25-Feb-08 15:21 
GeneralSystem.Net.Mail behind Proxy Servers Pin
plural14-Feb-08 6:44
plural14-Feb-08 6:44 
GeneralRe: System.Net.Mail behind Proxy Servers Pin
Dave Kreskowiak14-Feb-08 7:01
mveDave Kreskowiak14-Feb-08 7:01 
GeneralRe: System.Net.Mail behind Proxy Servers Pin
plural14-Feb-08 7:30
plural14-Feb-08 7:30 
GeneralRe: System.Net.Mail behind Proxy Servers Pin
Dave Kreskowiak14-Feb-08 8:11
mveDave Kreskowiak14-Feb-08 8:11 
GeneralRe: System.Net.Mail behind Proxy Servers Pin
plural14-Feb-08 23:13
plural14-Feb-08 23:13 

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.