Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~84 People Reached
Favorite Forums
Favorite Tags
c++ x 1
Member Avatar for d_paul_raj

Hai, TCHAR szFileName [] = _T("D:\\NEW Images VC++\\IDB_BITMAP.bmp"); HBITMAP hBitmap = (HBITMAP)LoadImage( NULL,szFileName, 0, 0,SS_BITMAP,0|0);//LR_DEFAULTSIZE | LR_LOADFROMFILE ); if(!hBitmap) { AfxMessageBox(_T("failed")); } m_CtrlPicture.SetBitmap(hBitmap); But LRDEFAULTSIZE and LR_LOADFROMFILE is not supporting in WinCE. Is there any option is there. with regards. Darwin

0
84