| BasicScience | Date: Saturday, 2008-04-26, 02:50 | Message # 1 |
|
Group: Users
Messages: 3
Status: Offline
| Could you add a PictureBox control?
|
| |
|
|
| mrhx | Date: Monday, 2008-04-28, 21:03 | Message # 2 |
 Admin
Group: Administrators
Messages: 10
Status: Offline
| Yes, I will add it later. In WinAPI, a PictureBox is just a Static control with style SS_BITMAP. You can add an image to such static control by sending STM_SETIMAGE message. Find any winapi manual somewhere, for example here: http://msdn2.microsoft.com/en-us/library/bb760782 (VS.85).aspx
mrhx.ucoz.com
|
| |
|
|
| BasicScience | Date: Wednesday, 2008-04-30, 00:07 | Message # 3 |
|
Group: Users
Messages: 3
Status: Offline
| Thanks. I'll give it a try.
|
| |
|
|