Click here to Skip to main content
15,920,687 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralStructure posting Pin
yamini20-Apr-01 0:34
yamini20-Apr-01 0:34 
GeneralRe: Structure posting Pin
Jeff Naber20-Apr-01 8:43
Jeff Naber20-Apr-01 8:43 
GeneralRe: Structure posting Pin
Jeff Naber23-Apr-01 5:14
Jeff Naber23-Apr-01 5:14 
GeneralRe: Structure posting Pin
Jeff Naber23-Apr-01 5:21
Jeff Naber23-Apr-01 5:21 
QuestionHow to get the handles of all child windows Pin
19-Apr-01 23:59
suss19-Apr-01 23:59 
Questionhow can I get the Kana mode of Japanese IME Pin
AlexMin19-Apr-01 16:07
AlexMin19-Apr-01 16:07 
AnswerRe: how can I get the Kana mode of Japanese IME Pin
Masaaki Onishi22-Apr-01 15:06
Masaaki Onishi22-Apr-01 15:06 
GeneralDate/Time problem. Pin
Henrik19-Apr-01 13:43
Henrik19-Apr-01 13:43 
Hello,

I got a major issue with trying to set DATE on files, not TIME, that works flawless. Here's the way I did:

void CDialogAttribs::DoDataExchange(CDataExchange *pDX)
{
...
DDX_DateTimeCtrl(pDX, IDC_ATTR_DATE, m_tmeDate);
// m_tmeDate is a CTime; IDC_ATTR_DATE is a "caleneder" control created in resource
...
}

{
...
CFileStatus fs;
CFile::GetStatus(file, fs);

fs.m_atime. = m_tmeDate;

CFile::SetStatus(m_strFile, fs);

// I KNOW for a fact that m_tmeDate holds valid numbers in month/day/year field
// before doing ::SetStatus..
...
}

ANY TIPS!? Smile | :)

Cheers,
Henrik
...
}
GeneralTolTip Pin
Ghasrfakhri19-Apr-01 12:47
Ghasrfakhri19-Apr-01 12:47 
GeneralRe: TolTip Pin
Ahmad20-Apr-01 4:10
Ahmad20-Apr-01 4:10 
GeneralOpen Folder Browse Dialog Pin
Ghasrfakhri19-Apr-01 12:36
Ghasrfakhri19-Apr-01 12:36 
GeneralRe: Open Folder Browse Dialog Pin
Steve Driessens19-Apr-01 12:43
Steve Driessens19-Apr-01 12:43 
GeneralWhat Include File Pin
Ghasrfakhri20-Apr-01 2:43
Ghasrfakhri20-Apr-01 2:43 
GeneralRe: What Include File Pin
Steve Driessens20-Apr-01 3:27
Steve Driessens20-Apr-01 3:27 
GeneralAdd shlobj.h But... Pin
Ghasrfakhri20-Apr-01 3:40
Ghasrfakhri20-Apr-01 3:40 
GeneralI Use It But Pin
Ghasrfakhri20-Apr-01 5:03
Ghasrfakhri20-Apr-01 5:03 
GeneralRe: I Use It But Pin
Steve Driessens20-Apr-01 11:08
Steve Driessens20-Apr-01 11:08 
GeneralCreateProcess Function Pin
Ghasrfakhri19-Apr-01 12:31
Ghasrfakhri19-Apr-01 12:31 
GeneralRe: CreateProcess Function Pin
yamini19-Apr-01 21:32
yamini19-Apr-01 21:32 
GeneralI NEED ALGORITHM ABOUT SORTING 1 ... 9 Pin
Hadi Rezaee19-Apr-01 10:34
Hadi Rezaee19-Apr-01 10:34 
GeneralRe: I NEED ALGORITHM ABOUT SORTING 1 ... 9 Pin
Hadi Rezaee19-Apr-01 12:32
Hadi Rezaee19-Apr-01 12:32 
GeneralRe: I NEED ALGORITHM ABOUT SORTING 1 ... 9 Pin
Christian Graus19-Apr-01 14:15
protectorChristian Graus19-Apr-01 14:15 
GeneralRe: I NEED ALGORITHM ABOUT SORTING 1 ... 9 Pin
Hadi Rezaee19-Apr-01 12:32
Hadi Rezaee19-Apr-01 12:32 
GeneralCComboBox Pin
orcun colak19-Apr-01 9:51
orcun colak19-Apr-01 9:51 
GeneralRe: CComboBox Pin
Drake Elsari19-Apr-01 12:00
Drake Elsari19-Apr-01 12:00 

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.