Click here to Skip to main content
15,921,660 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
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 
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 
CDTPicker m_DateStart; // in header
VARIANT tmpValue;
int year;
tmpValue = m_DateStart.GetYaer();
year = tmpValue.iVal;
------
SYSTEMTIME sysTime;
::SendMessage(m_DateStart.GetSafeHwnd(), MCM_GETCURSEL, 0, (LPARAM)&sysTime);
year = sysTime.wYear;
------ *****************************************
http://www.thecodeproject.com/statusbar/activexstatbar.asp
http://www.codeguru.com/Cpp/controls/controls/dateselectioncontrolsetc/article.php/c2229/

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 
GeneralRe: Out-Of-Memory Pin
Antony M Kancidrowski15-Apr-04 8:02
Antony M Kancidrowski15-Apr-04 8:02 
GeneralRe: Out-Of-Memory Pin
antlers15-Apr-04 11:37
antlers15-Apr-04 11:37 
GeneralChange the default color in my CDialog Pin
anderslundsgard15-Apr-04 0:50
anderslundsgard15-Apr-04 0:50 

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.