Click here to Skip to main content
15,897,518 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionCalculate folder size Pin
Mohan Ramachandra15-Dec-08 20:56
Mohan Ramachandra15-Dec-08 20:56 
AnswerRe: Calculate folder size Pin
Sarath C15-Dec-08 21:38
Sarath C15-Dec-08 21:38 
AnswerRe: Calculate folder size Pin
David Crow16-Dec-08 2:57
David Crow16-Dec-08 2:57 
Questionhow can i make a background for a CToolBarCtrl? Pin
lubiancao1215-Dec-08 20:49
lubiancao1215-Dec-08 20:49 
AnswerRe: how can i make a background for a CToolBarCtrl? Pin
Paresh Chitte15-Dec-08 22:07
Paresh Chitte15-Dec-08 22:07 
GeneralRe: how can i make a background for a CToolBarCtrl? Pin
lubiancao1216-Dec-08 13:44
lubiancao1216-Dec-08 13:44 
QuestionHow can get total months ? Pin
Le@rner15-Dec-08 19:43
Le@rner15-Dec-08 19:43 
AnswerRe: How can get total months ? Pin
nbugalia15-Dec-08 19:53
nbugalia15-Dec-08 19:53 
You can use GetDays () function of COleDateTimeSpan class.
If you divide Days by 30, you will get the approximate months.

The other option is to use int GetMonth() function of COleDateTime variables.
This will return the month value in int.
If you subtract the values, you can get the approximate month difference. (But you have to take care of the year also).
GeneralRe: How can get total months ? Pin
Le@rner15-Dec-08 19:55
Le@rner15-Dec-08 19:55 
AnswerRe: How can get total months ? Pin
Stuart Dootson16-Dec-08 13:21
professionalStuart Dootson16-Dec-08 13:21 
GeneralRe: How can get total months ? Pin
Le@rner16-Dec-08 17:18
Le@rner16-Dec-08 17:18 
QuestionHow to insert property sheet to other dialog. Pin
KASR115-Dec-08 18:35
KASR115-Dec-08 18:35 
AnswerRe: How to insert property sheet to other dialog. Pin
Naveen15-Dec-08 19:02
Naveen15-Dec-08 19:02 
GeneralRe: How to insert property sheet to other dialog. Pin
KASR115-Dec-08 21:25
KASR115-Dec-08 21:25 
AnswerRe: How to insert property sheet to other dialog. Pin
Malli_S15-Dec-08 19:56
Malli_S15-Dec-08 19:56 
QuestionGet Disk Size Pin
Davitor15-Dec-08 17:59
Davitor15-Dec-08 17:59 
AnswerRe: Get Disk Size Pin
nbugalia15-Dec-08 18:49
nbugalia15-Dec-08 18:49 
QuestionCreateTimerQueue Pin
shaina223115-Dec-08 17:53
shaina223115-Dec-08 17:53 
AnswerRe: CreateTimerQueue Pin
nbugalia15-Dec-08 18:58
nbugalia15-Dec-08 18:58 
AnswerRe: CreateTimerQueue Pin
Naveen15-Dec-08 19:00
Naveen15-Dec-08 19:00 
AnswerRe: CreateTimerQueue Pin
Jijo.Raj15-Dec-08 19:05
Jijo.Raj15-Dec-08 19:05 
GeneralRe: CreateTimerQueue Pin
shaina223115-Dec-08 20:24
shaina223115-Dec-08 20:24 
GeneralRe: CreateTimerQueue Pin
Chandrasekharan P15-Dec-08 20:52
Chandrasekharan P15-Dec-08 20:52 
QuestionOpenProcess Access Denied Pin
ForNow15-Dec-08 17:04
ForNow15-Dec-08 17:04 
AnswerRe: OpenProcess Access Denied Pin
Jijo.Raj15-Dec-08 19:07
Jijo.Raj15-Dec-08 19:07 

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.