質問編集履歴

1

ソース内の一部変更

2016/06/20 05:38

投稿

tomoka_murata
tomoka_murata

スコア28

test CHANGED
File without changes
test CHANGED
@@ -76,13 +76,11 @@
76
76
 
77
77
 
78
78
 
79
- Dim img As Image = Image.GetInstance(QRCode_fileName)
79
+
80
-
81
- Dim imgA3 As Image = Image.GetInstance(QRCode_A3)
82
80
 
83
81
  Dim entryField As Image = Image.GetInstance(My.Settings.Temporarily & "\entryFieldB.png")
84
82
 
85
- Dim entryFieldA3 As Image = Image.GetInstance(My.Settings.Temporarily & "\entryField.png")
83
+
86
84
 
87
85
 
88
86
 
@@ -110,7 +108,7 @@
110
108
 
111
109
 
112
110
 
113
- 'QRコード付きのPDFを表示する
111
+ '画像付きのPDFを表示する
114
112
 
115
113
  System.Diagnostics.Process.Start(newFileName)
116
114