Click here to Skip to main content
15,901,122 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionMulti Select control refresh Pin
Andy H31-Jul-06 0:52
Andy H31-Jul-06 0:52 
AnswerRe: Multi Select control refresh Pin
Naveen31-Jul-06 2:13
Naveen31-Jul-06 2:13 
QuestionCPaintDC out of Childview Pin
sdhtyjnniutnbjnhbghb31-Jul-06 0:08
sdhtyjnniutnbjnhbghb31-Jul-06 0:08 
AnswerRe: CPaintDC out of Childview Pin
Hamid_RT31-Jul-06 0:44
Hamid_RT31-Jul-06 0:44 
GeneralRe: CPaintDC out of Childview Pin
sdhtyjnniutnbjnhbghb31-Jul-06 15:39
sdhtyjnniutnbjnhbghb31-Jul-06 15:39 
GeneralRe: CPaintDC out of Childview Pin
Hamid_RT31-Jul-06 18:51
Hamid_RT31-Jul-06 18:51 
Questionmodeless dialog error Pin
NoName II30-Jul-06 23:52
NoName II30-Jul-06 23:52 
AnswerRe: modeless dialog error Pin
Naveen31-Jul-06 0:04
Naveen31-Jul-06 0:04 
AnswerRe: modeless dialog error Pin
Sarath C31-Jul-06 0:10
Sarath C31-Jul-06 0:10 
GeneralRe: modeless dialog error [modified] Pin
Naveen31-Jul-06 0:34
Naveen31-Jul-06 0:34 
GeneralRe: modeless dialog error [modified] Pin
Sarath C31-Jul-06 0:48
Sarath C31-Jul-06 0:48 
GeneralRe: modeless dialog error Pin
Naveen31-Jul-06 0:58
Naveen31-Jul-06 0:58 
GeneralRe: modeless dialog error [modified] Pin
Sarath C31-Jul-06 1:00
Sarath C31-Jul-06 1:00 
GeneralRe: modeless dialog error Pin
Naveen31-Jul-06 1:08
Naveen31-Jul-06 1:08 
GeneralRe: modeless dialog error Pin
David Crow31-Jul-06 4:56
David Crow31-Jul-06 4:56 
AnswerRe: modeless dialog error Pin
Hamid_RT31-Jul-06 0:56
Hamid_RT31-Jul-06 0:56 
QuestionRe: How to get Time Zone abbreviation from client? Pin
David Crow31-Jul-06 4:58
David Crow31-Jul-06 4:58 
AnswerRe: How to get Time Zone abbreviation from client? Pin
Sachin Gedam31-Jul-06 20:49
Sachin Gedam31-Jul-06 20:49 
QuestionRe: How to get Time Zone abbreviation from client? Pin
David Crow1-Aug-06 3:10
David Crow1-Aug-06 3:10 
QuestionImage Quality Loss on Extrating Image from CImageList Pin
MacGadger30-Jul-06 23:44
MacGadger30-Jul-06 23:44 
Hi..can anyone help me out of thiss???
i trying to load a a ImageList of 24Bit Color Bitmap , but when it draw on a Static Control ot Losses it Quality to 16 Color Frown | :( im doing this to load a Image List :
/////////////////////////////////////////////////////////
[B]
CImageList m_imgList;
HIMAGELIST hImageList = ::ImageList_LoadImage ( AfxGetInstanceHandle(),
_T("d:\\total.bmp"),
64, 32,
RGB(255,255,255),
IMAGE_BITMAP, LR_LOADFROMFILE);

if(NULL != hImageList)
{
BOOL bRet = m_imgList.Attach(hImageList);
HICON m_hIco = m_imgList.ExtractIcon(0);

//CStatic Control on Dialog with SS_ICON
m_bBitmap.SetIcon(m_hIco);
}

/////////////////////////////////////////////////////////[/B]

i also tried to Draw the Extracted Image to Dialog box by calling the Funtion in CImageList

Draw(....); and DrawIndirect(...); and same problem done in this Also.. the Quality of Image loss Frown | :(

please please help me out of this Frown | :(

AnswerRe: Image Quality Loss on Extrating Image from CImageList Pin
Christian Graus31-Jul-06 0:26
protectorChristian Graus31-Jul-06 0:26 
QuestionRe: Image Quality Loss on Extrating Image from CImageList Pin
MacGadger31-Jul-06 3:30
MacGadger31-Jul-06 3:30 
AnswerRe: Image Quality Loss on Extrating Image from CImageList Pin
Christian Graus31-Jul-06 10:12
protectorChristian Graus31-Jul-06 10:12 
Questionserialize Pin
tanarnelinistit30-Jul-06 23:43
tanarnelinistit30-Jul-06 23:43 
AnswerRe: serialize Pin
David Crow31-Jul-06 5:00
David Crow31-Jul-06 5:00 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.