S
StrandElectric
Morning all
Here is a snippet of code
Imports Microsoft.VisualBasic.PowerPacks.Printing.Compatibility.VB6
Imports System.Drawing
'Added a reference to: Microsoft.VisualBasic.PowerPacks.Vs
Public Class Form1
....
Dim PrintDialog1 As New PrintDialog() 'just shows dialog and doesn't
use it
PrintDialog1.ShowDialog() 'more coding to do to read the ouput from
the dialog
I've looked everywhere for tips on how to access the output of this dialog.
Any suggestions
Here is a snippet of code
Imports Microsoft.VisualBasic.PowerPacks.Printing.Compatibility.VB6
Imports System.Drawing
'Added a reference to: Microsoft.VisualBasic.PowerPacks.Vs
Public Class Form1
....
Dim PrintDialog1 As New PrintDialog() 'just shows dialog and doesn't
use it
PrintDialog1.ShowDialog() 'more coding to do to read the ouput from
the dialog
I've looked everywhere for tips on how to access the output of this dialog.
Any suggestions