Click here to Skip to main content
15,896,207 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionInvoking a Web Service using managed C++ OR VC++ .NET Pin
Thomas_Mathews8-Jan-09 18:31
Thomas_Mathews8-Jan-09 18:31 
AnswerRe: Invoking a Web Service using managed C++ OR VC++ .NET Pin
Malli_S8-Jan-09 18:55
Malli_S8-Jan-09 18:55 
AnswerRe: Invoking a Web Service using managed C++ OR VC++ .NET Pin
Hamid_RT8-Jan-09 19:28
Hamid_RT8-Jan-09 19:28 
Questionsocket and ethernet Pin
pramod_r8-Jan-09 18:10
pramod_r8-Jan-09 18:10 
Questiongetting dependent DLLS on a particular .exe [modified] Pin
kir_MFC8-Jan-09 17:49
kir_MFC8-Jan-09 17:49 
AnswerRe: getting dependent DLLS on a particular .exe Pin
Naveen8-Jan-09 18:15
Naveen8-Jan-09 18:15 
AnswerRe: getting dependent DLLS on a particular .exe Pin
«_Superman_»8-Jan-09 18:27
professional«_Superman_»8-Jan-09 18:27 
QuestionCImageList when .draw -> no more transparent Pin
karhong8-Jan-09 17:15
karhong8-Jan-09 17:15 
Hi,
I'm loading resource>toolbar into CImageList

When i draw using imageList.draw, then the transparent is no more work
any idea?

CImageList ImgList;
COLORREF rgbTransparentColor = RGB(73,73,73);//dono what this use..
CBitmap bmp;
int bubu = bmp.LoadBitmapW(IDR_MAINFRAME);//the toolbar to be loaded

ImgList.Create(16.5,14.5,ILC_MASK | ILC_COLOR32,1,1);




ImgList.Add(&bmp, rgbTransparentColor);//put the bitmap into imagelist

CPoint ptImage(rectIcon.left + 1, rectIcon.top + 1);//get the point(position) of the rectangle to be drawn

ImgList.Draw(pDC, nIconPosi, ptImage, ILD_NORMAL);//draw the icon

good

AnswerRe: CImageList when .draw -> no more transparent Pin
Naveen8-Jan-09 18:29
Naveen8-Jan-09 18:29 
GeneralRe: CImageList when .draw -> no more transparent Pin
karhong8-Jan-09 18:42
karhong8-Jan-09 18:42 
GeneralRe: CImageList when .draw -> no more transparent Pin
Iain Clarke, Warrior Programmer9-Jan-09 0:28
Iain Clarke, Warrior Programmer9-Jan-09 0:28 
QuestionPreventing / Checking null 'this' pointer adjustment w/ Multiple Inheritance Pin
D. Miller8-Jan-09 13:18
D. Miller8-Jan-09 13:18 
AnswerRe: Preventing / Checking null 'this' pointer adjustment w/ Multiple Inheritance Pin
Stuart Dootson8-Jan-09 13:39
professionalStuart Dootson8-Jan-09 13:39 
GeneralRe: Preventing / Checking null 'this' pointer adjustment w/ Multiple Inheritance Pin
D. Miller9-Jan-09 1:47
D. Miller9-Jan-09 1:47 
GeneralRe: Preventing / Checking null 'this' pointer adjustment w/ Multiple Inheritance Pin
Stuart Dootson9-Jan-09 2:20
professionalStuart Dootson9-Jan-09 2:20 
QuestionOverflowing the Windows’s message Queue Pin
BobInNJ8-Jan-09 7:21
BobInNJ8-Jan-09 7:21 
GeneralRe: Overflowing the Windows’s message Queue Pin
Luc Pattyn8-Jan-09 7:51
sitebuilderLuc Pattyn8-Jan-09 7:51 
GeneralRe: Overflowing the Windows’s message Queue Pin
BobInNJ8-Jan-09 10:06
BobInNJ8-Jan-09 10:06 
AnswerRe: Overflowing the Windows’s message Queue Pin
Code-o-mat8-Jan-09 8:56
Code-o-mat8-Jan-09 8:56 
GeneralRe: Overflowing the Windows’s message Queue Pin
BobInNJ8-Jan-09 10:10
BobInNJ8-Jan-09 10:10 
GeneralRe: Overflowing the Windows’s message Queue Pin
David Crow8-Jan-09 10:15
David Crow8-Jan-09 10:15 
GeneralRe: Overflowing the Windows’s message Queue Pin
Code-o-mat8-Jan-09 10:31
Code-o-mat8-Jan-09 10:31 
GeneralRe: Overflowing the Windows’s message Queue Pin
BobInNJ8-Jan-09 11:18
BobInNJ8-Jan-09 11:18 
GeneralRe: Overflowing the Windows’s message Queue Pin
Code-o-mat8-Jan-09 21:45
Code-o-mat8-Jan-09 21:45 
GeneralRe: Overflowing the Windows’s message Queue Pin
David Crow9-Jan-09 3:32
David Crow9-Jan-09 3:32 

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.