質問編集履歴

1

方法を加筆。

2015/12/18 04:36

投稿

退会済みユーザー
test CHANGED
File without changes
test CHANGED
@@ -58,4 +58,24 @@
58
58
 
59
59
 
60
60
 
61
+
62
+
63
+ PictureBoxを配置し、
64
+
65
+
66
+
67
+ Bitmap bitmap = new Bitmap(@"C:\buttonimage.png");
68
+
69
+ bitmap.MakeTransparent(bitmap.GetPixel(0, 0));
70
+
71
+ pictureBox1.Image = bitmap;
72
+
73
+ pictureBox1.BackColor = Color.Transparent;
74
+
75
+
76
+
77
+ もだめです。
78
+
79
+
80
+
61
81
  アドバイスお願いします。