Click here to Skip to main content
16,007,610 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Initializing CWinThread member Pin
David Crow15-Apr-04 2:51
David Crow15-Apr-04 2:51 
GeneralRe: Initializing CWinThread member Pin
Mike Dimmick15-Apr-04 2:56
Mike Dimmick15-Apr-04 2:56 
GeneralSerialize HANDLE Pin
Neha15-Apr-04 1:24
Neha15-Apr-04 1:24 
GeneralRe: Serialize HANDLE Pin
22491715-Apr-04 3:55
22491715-Apr-04 3:55 
GeneralRe: Serialize HANDLE Pin
22491715-Apr-04 4:13
22491715-Apr-04 4:13 
GeneralRe: Serialize HANDLE Pin
antlers15-Apr-04 11:35
antlers15-Apr-04 11:35 
GeneralProgrammatically changing an image in a dialog app Pin
Ashman15-Apr-04 1:19
Ashman15-Apr-04 1:19 
GeneralRe: Programmatically changing an image in a dialog app Pin
vcplusplus15-Apr-04 2:30
vcplusplus15-Apr-04 2:30 
http://www.codeproject.com/bitmap/


// Delete bitmap handle to button
::DeleteObject(hbmButton))
hbmButton=::LoadBitmap(AfxGetInstanceHandle(),MAKEINTRESOURCE(IDB_NEW_BITMAP));
if (hbmButton != NULL)
{
	m_ButtonCtrl.SetBitmap(hbmButton);
}

GeneralCDatetimepicker ctl formatting Pin
Ashman15-Apr-04 1:14
Ashman15-Apr-04 1:14 
GeneralRe: CDatetimepicker ctl formatting Pin
Michael P Butler15-Apr-04 2:44
Michael P Butler15-Apr-04 2:44 
GeneralRe: CDatetimepicker ctl formatting Pin
Branislav15-Apr-04 3:09
Branislav15-Apr-04 3:09 
GeneralOut-Of-Memory Pin
Gurra_Koo15-Apr-04 1:13
Gurra_Koo15-Apr-04 1:13 
GeneralRe: Out-Of-Memory Pin
David Crow15-Apr-04 2:52
David Crow15-Apr-04 2:52 
GeneralRe: Out-Of-Memory Pin
Antony M Kancidrowski15-Apr-04 3:06
Antony M Kancidrowski15-Apr-04 3:06 
GeneralRe: Out-Of-Memory Pin
Gurra_Koo15-Apr-04 4:10
Gurra_Koo15-Apr-04 4:10 
GeneralRe: Out-Of-Memory Pin
David Crow15-Apr-04 4:24
David Crow15-Apr-04 4:24 
GeneralRe: Out-Of-Memory Pin
Gurra_Koo15-Apr-04 5:26
Gurra_Koo15-Apr-04 5:26 
GeneralRe: Out-Of-Memory Pin
David Crow15-Apr-04 5:29
David Crow15-Apr-04 5:29 
GeneralRe: Out-Of-Memory Pin
Gurra_Koo15-Apr-04 5:32
Gurra_Koo15-Apr-04 5:32 
GeneralRe: Out-Of-Memory Pin
David Crow15-Apr-04 5:34
David Crow15-Apr-04 5:34 
GeneralRe: Out-Of-Memory Pin
Gurra_Koo15-Apr-04 5:39
Gurra_Koo15-Apr-04 5:39 
GeneralRe: Out-Of-Memory Pin
David Crow15-Apr-04 6:52
David Crow15-Apr-04 6:52 
GeneralRe: Out-Of-Memory Pin
Antony M Kancidrowski15-Apr-04 5:17
Antony M Kancidrowski15-Apr-04 5:17 
GeneralRe: Out-Of-Memory Pin
Gurra_Koo15-Apr-04 5:39
Gurra_Koo15-Apr-04 5:39 
GeneralRe: Out-Of-Memory Pin
David Crow15-Apr-04 6:54
David Crow15-Apr-04 6:54 

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.