Click here to Skip to main content
15,892,697 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
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 
QuestionHow can we add bitmaps to combobox Pin
johnalek30-Jul-06 23:40
johnalek30-Jul-06 23:40 
AnswerRe: How can we add bitmaps to combobox Pin
_AnsHUMAN_ 30-Jul-06 23:51
_AnsHUMAN_ 30-Jul-06 23:51 
AnswerRe: How can we add bitmaps to combobox Pin
Hamid_RT31-Jul-06 0:56
Hamid_RT31-Jul-06 0:56 
QuestionProblem assigning string to CString object Pin
Kiran Pinjala30-Jul-06 23:30
Kiran Pinjala30-Jul-06 23:30 
AnswerRe: Problem assigning string to CString object Pin
Daniel Kanev30-Jul-06 23:35
Daniel Kanev30-Jul-06 23:35 
AnswerRe: Problem assigning string to CString object Pin
see me30-Jul-06 23:40
see me30-Jul-06 23:40 
GeneralRe: Problem assigning string to CString object Pin
toxcct30-Jul-06 23:46
toxcct30-Jul-06 23:46 
GeneralRe: Problem assigning string to CString object Pin
see me30-Jul-06 23:58
see me30-Jul-06 23:58 
GeneralRe: Problem assigning string to CString object [modified] Pin
toxcct31-Jul-06 0:01
toxcct31-Jul-06 0:01 
GeneralRe: Problem assigning string to CString object Pin
see me31-Jul-06 0:04
see me31-Jul-06 0:04 
GeneralRe: Problem assigning string to CString object Pin
toxcct31-Jul-06 0:06
toxcct31-Jul-06 0:06 
GeneralRe: Problem assigning string to CString object Pin
see me31-Jul-06 0:11
see me31-Jul-06 0:11 

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.