Groups
Groups
Sign in
Groups
Groups
RapidReportサポート QAフォーラム
Conversations
About
Send feedback
Help
直接印刷で、「印刷中」というダイアログを表示させない方法を教えて下さい。(VB.NET)
2,417 views
Skip to first unread message
あきたけ
unread,
Oct 30, 2015, 7:28:04 AM
10/30/15
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to RapidReportサポート QAフォーラム
お世話になります。
RapidReport購入しました!!今後ともよろしくお願いします。
直接印刷で、「印刷中」というダイアログを表示させたくないのですが、できますか?(
VB.NET
)
printer オブジェクトの ShowStatusDialog に FALSE をセットしてみましたが、
これは関係ないのか表示されてしまいます。
よろしくお願いします。
RapidReport
unread,
Nov 1, 2015, 6:59:05 PM
11/1/15
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to RapidReportサポート QAフォーラム
伊藤です。
RapidReportのご購入、誠にありがとうございます。
こちらこそよろしくお願いいたします。
「印刷中」ダイアログは、以下のように書くことで、
非表示とすることができます。
Dim printer As New Printer(pages)
' 「印刷中」ダイアログを表示しない
printer.PrintDocument.PrintController = _
New System.Drawing.Printing.StandardPrintController
ご確認をお願いします。
あきたけ
unread,
Nov 2, 2015, 12:53:06 AM
11/2/15
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to RapidReportサポート QAフォーラム
お世話になってます。
回答ありがとうございます。
回答の様に記述し、
希望通り「印刷中」ダイアログを表示せず印刷することができました。
助かりました!!
Reply all
Reply to author
Forward
0 new messages