Dim PrintDialog As New PrintDialog
Dim result As DialogResult = PrintDialog.Sho wDialog()
If result = Windows.Forms.D ialogResult.OK Then
'I get always cancel(2) as an result and nothing happens
end if
Why do I aways have cancel as an result. It shout popup but it doens on
vista 64
Thanxs
Dim result As DialogResult = PrintDialog.Sho wDialog()
If result = Windows.Forms.D ialogResult.OK Then
'I get always cancel(2) as an result and nothing happens
end if
Why do I aways have cancel as an result. It shout popup but it doens on
vista 64
Thanxs
Comment