Click here to Skip to main content
15,917,481 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: _beginthreadex not working Pin
Sumit Kapoor9-Jun-04 22:16
Sumit Kapoor9-Jun-04 22:16 
GeneralRe: _beginthreadex not working Pin
Taka Muraoka9-Jun-04 22:32
Taka Muraoka9-Jun-04 22:32 
GeneralDebugging a DLL Pin
Shuang. Wu9-Jun-04 21:45
Shuang. Wu9-Jun-04 21:45 
GeneralRe: Debugging a DLL Pin
Cohen9-Jun-04 22:00
Cohen9-Jun-04 22:00 
GeneralHelp me !!! again pls Pin
ThatsAlok9-Jun-04 21:29
ThatsAlok9-Jun-04 21:29 
GeneralRe: Help me !!! again pls Pin
gamitech10-Jun-04 1:01
gamitech10-Jun-04 1:01 
GeneralDisplaying number of images dynamically in a frame Pin
Neeranjan9-Jun-04 21:19
Neeranjan9-Jun-04 21:19 
Questionhow to change the background of the outlook like bar's left view Pin
woyaojinqu9-Jun-04 21:18
woyaojinqu9-Jun-04 21:18 
I am making a user interface with Outlook98-like bar in codeguru,now I'd like to put a bmp
picture as the background of left view,the code like follow which put on the
void CGfxOutBarCtrl::OnPaint().
CDC dcMem;
CBitmap bmpLogo;
BITMAP bitmap;
dcMem.CreateCompatibleDC(pDC);
bmpLogo.LoadBitmap(IDB_LEFTBACK);
bmpLogo.GetObject(sizeof(BITMAP), &bitmap);
CSize size(bitmap.bmWidth,bitmap.bmHeight);
CBitmap *pBmpOld = dcMem.SelectObject(&bmpLogo);
//GetClientRect(&rectClient);
pDC->StretchBlt(rc.left,rc.top,rc.Width(),rc.Height(),
&dcMem,0,0,size.cx,size.cy,SRCCOPY);
dcMem.SelectObject(pBmpOld);
dcMem.DeleteDC();
the IDB_LEFTBACK is the resource ID,but the color of the bmp picture is not normal,how can
I settle this question?

hi all
Generallooking for the example which demonstrate the ability to add a debug breakpoing upon de view.... Pin
Anonymous9-Jun-04 21:08
Anonymous9-Jun-04 21:08 
GeneralRe: looking for the example which demonstrate the ability to add a debug breakpoing upon de view.... Pin
Johan Rosengren10-Jun-04 0:06
Johan Rosengren10-Jun-04 0:06 
GeneralWINDOWS NT SHELL SCRIPTING Pin
MishonniuM9-Jun-04 20:52
sussMishonniuM9-Jun-04 20:52 
Questionhow to send captured ASF video on Network Pin
Zeeshan Bilal9-Jun-04 20:01
Zeeshan Bilal9-Jun-04 20:01 
Generalextracting shell thumbnail icons in XP Pin
bryce9-Jun-04 19:57
bryce9-Jun-04 19:57 
Generalexecute exe with a file associated Pin
psychoriot9-Jun-04 19:55
psychoriot9-Jun-04 19:55 
GeneralRe: execute exe with a file associated Pin
palbano9-Jun-04 19:59
palbano9-Jun-04 19:59 
GeneralNon-unicode to Unicode Pin
ilkertanli9-Jun-04 19:23
ilkertanli9-Jun-04 19:23 
GeneralRe: Non-unicode to Unicode Pin
Anonymous9-Jun-04 20:05
Anonymous9-Jun-04 20:05 
GeneralImplementation of HTML Help in MFC - Help please!! Pin
Lakshmi Priya Musuvathy9-Jun-04 18:57
Lakshmi Priya Musuvathy9-Jun-04 18:57 
GeneralRe: Implementation of HTML Help in MFC - Help please!! Pin
Cohen9-Jun-04 19:34
Cohen9-Jun-04 19:34 
GeneralRe: Implementation of HTML Help in MFC - Help please!! Pin
Lakshmi Priya Musuvathy9-Jun-04 20:56
Lakshmi Priya Musuvathy9-Jun-04 20:56 
GeneralRe: Implementation of HTML Help in MFC - Help please!! Pin
Cohen9-Jun-04 21:08
Cohen9-Jun-04 21:08 
GeneralRe: Implementation of HTML Help in MFC - Help please!! Pin
Lakshmi Priya Musuvathy9-Jun-04 23:28
Lakshmi Priya Musuvathy9-Jun-04 23:28 
GeneralCMDIChildWnd size problem in DOC/View OCX Pin
G.Richard9-Jun-04 18:41
G.Richard9-Jun-04 18:41 
GeneralGet message when excute a infinite loop Pin
Anonymous9-Jun-04 18:14
Anonymous9-Jun-04 18:14 
GeneralRe: Get message when excute a infinite loop Pin
palbano9-Jun-04 19:28
palbano9-Jun-04 19:28 

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.