Click here to Skip to main content
16,005,120 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
Questionchange Location URL in IE using BHO? Pin
ThinkingPrometheus14-Jun-05 21:47
ThinkingPrometheus14-Jun-05 21:47 
GeneralActiveX Setup program Pin
Anonymous14-Jun-05 21:25
Anonymous14-Jun-05 21:25 
GeneralRe: ActiveX Setup program Pin
Cedric Moonen14-Jun-05 21:52
Cedric Moonen14-Jun-05 21:52 
GeneralActiveX in Excel Pin
Mimmi51114-Jun-05 21:01
Mimmi51114-Jun-05 21:01 
General#include ... Pin
pardis14-Jun-05 20:43
pardis14-Jun-05 20:43 
GeneralRe: #include ... Pin
Bob Stanneveld14-Jun-05 20:45
Bob Stanneveld14-Jun-05 20:45 
GeneralRe: #include ... Pin
Rick York15-Jun-05 8:21
mveRick York15-Jun-05 8:21 
GeneralTab Icon Pin
LiYS14-Jun-05 20:06
LiYS14-Jun-05 20:06 
Hi all:

I have a pure white background imagelist which is used for the TabCtrl. But what the problem is when I add this icon to the TabCtrl, it seems it didn't mask the white back ground out. The following is the code

bitmap.LoadBitmap(IDB_ICON);<br />
    imgList.Add(&bitmap, RGB(255, 255, 255)); // mask out the white bkgrd<br />
    tabctrl.SetImageList(&imgList);<br />
    tabctrl.InsertItem(0, "", 0);

I've tried imglist.SetBKColor(CLR_NONE); the result is still the same!
Can anyone help me fix the problem?
Generalclient-server application Pin
ask_you14-Jun-05 20:03
ask_you14-Jun-05 20:03 
GeneralRe: client-server application Pin
ThatsAlok14-Jun-05 21:13
ThatsAlok14-Jun-05 21:13 
QuestionCan Visual C++ .Net genarate SSE code Pin
HasanMalaysia14-Jun-05 18:40
HasanMalaysia14-Jun-05 18:40 
AnswerRe: Can Visual C++ .Net genarate SSE code Pin
narendra_ b14-Jun-05 19:11
narendra_ b14-Jun-05 19:11 
AnswerRe: Can Visual C++ .Net genarate SSE code Pin
narendra_ b14-Jun-05 19:13
narendra_ b14-Jun-05 19:13 
GeneralRe: Can Visual C++ .Net genarate SSE code Pin
HasanMalaysia18-Jun-05 22:44
HasanMalaysia18-Jun-05 22:44 
GeneralIMPLEMENT_DYNAMIC Error Pin
Guoguor14-Jun-05 17:58
Guoguor14-Jun-05 17:58 
GeneralRe: IMPLEMENT_DYNAMIC Error Pin
narendra_ b14-Jun-05 19:03
narendra_ b14-Jun-05 19:03 
GeneralRe: IMPLEMENT_DYNAMIC Error Pin
Guoguor14-Jun-05 19:36
Guoguor14-Jun-05 19:36 
GeneralRe: IMPLEMENT_DYNAMIC Error Pin
Guoguor14-Jun-05 19:42
Guoguor14-Jun-05 19:42 
GeneralRe: IMPLEMENT_DYNAMIC Error Pin
narendra_ b14-Jun-05 20:52
narendra_ b14-Jun-05 20:52 
GeneralRe: IMPLEMENT_DYNAMIC Error Pin
Guoguor14-Jun-05 21:08
Guoguor14-Jun-05 21:08 
GeneralRe: IMPLEMENT_DYNAMIC Error Pin
narendra_ b14-Jun-05 21:17
narendra_ b14-Jun-05 21:17 
GeneralRe: IMPLEMENT_DYNAMIC Error Pin
narendra_ b14-Jun-05 20:42
narendra_ b14-Jun-05 20:42 
GeneralRe: IMPLEMENT_DYNAMIC Error Pin
Bob Stanneveld14-Jun-05 20:57
Bob Stanneveld14-Jun-05 20:57 
GeneralBitmap overlap problem Pin
Aruneru-san14-Jun-05 17:47
Aruneru-san14-Jun-05 17:47 
GeneralRe: Bitmap overlap problem Pin
Blake Miller15-Jun-05 4:49
Blake Miller15-Jun-05 4:49 

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.