LR_DEFAULTSIZE|LR_LOADFROMFILE in WinCE

Please support our C++ advertiser: Programming Forums - DaniWeb Sister Site
Reply

Join Date: Jul 2004
Posts: 1
Reputation: d_paul_raj is an unknown quantity at this point 
Solved Threads: 0
d_paul_raj d_paul_raj is offline Offline
Newbie Poster

LR_DEFAULTSIZE|LR_LOADFROMFILE in WinCE

 
0
  #1
Jul 6th, 2004
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
Reply With Quote Quick reply to this message  
Reply

This thread is more than three months old.
Perhaps start a new thread instead?
Message:



Similar Threads
Other Threads in the C++ Forum


Views: 3226 | Replies: 0
Thread Tools Search this Thread



Tag cloud for C++
About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC