G
Guest
how can i open a print dialog to select one printer and store it's name in a
string, so that i can call this string anytime anywhere to set the printer
setting later on in my program...
i tried
Dim pd As New PrintDialog()
pName = pd.PrinterSetting.PrinterName
but it always get the default printer name...how do i open the dialog box to
select any printer?
string, so that i can call this string anytime anywhere to set the printer
setting later on in my program...
i tried
Dim pd As New PrintDialog()
pName = pd.PrinterSetting.PrinterName
but it always get the default printer name...how do i open the dialog box to
select any printer?