Visual Basic 中学校 掲示板 投稿の管理
タグのない投稿を抽出
統計
RSS
Visual Basic 中学校
投稿一覧
VBアプリからプリンターのトレイを指定したい
この投稿へのリンク
https://keijiban.umayadia.com/ThreadDetail.aspx?ThreadId=30158#CommentId82506
この投稿の削除
削除パスワード
削除する
コメント本文
投稿者
PS/55
 (社会人)
投稿日時
2016/9/18 23:48:58
コンボボックスの選択値からですけどこれでいけた気がするんですが…
PrintDocument.DefaultPageSettings.PaperSource = CType(ComboBox_Tray.SelectedItem, Printing.PaperSource)
For Each PpSc In PrintDocument.PrinterSettings.PaperSources
ComboBox_Tray.Items.Add(PpSc)
Next