![]() | |
![]() |
| | Thread Tools | Search this Thread | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
I want to get the system icon and display it on picture box. But the result of the picture which show on the picture box the alpha channel to be black in color. How can I get a right system icon to display on the picture box? s P.S. My OS is WinXP, so the system icon have alpha channel. Code: System.Drawing.Bitmap bitmap = System.Drawing.Bitmap.FromHicon(SystemIcons.Questi on.Handle); this.pb.Image = bitmap; |
![]() |
| Thread Tools | Search this Thread |
| Display Modes | |
| |