Hello,
As per subject. I did not find any method to change the bitmaps in TMsgItem Class in run time similar to ::SetText(cText) method.
Can anybody guide me how to do it.
- Ramesh Babu
Hello,
As per subject. I did not find any method to change the bitmaps in TMsgItem Class in run time similar to ::SetText(cText) method.
Can anybody guide me how to do it.
oMsgBarItem:hBitmap1 = LoadBitmap( GetResources(), cNewResorce )
oMsgBarItem:Paint()Yuri, Ramesh,
First do a:
DeleteObject( oMsgBarItem:hBitmap1 )