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

C / C++ / MFC

 
AnswerRe: How to embed a MS Word in a window Pin
Rajesh R Subramanian14-May-08 1:02
professionalRajesh R Subramanian14-May-08 1:02 
QuestionHow can set the Value of Edit Box? Pin
Le@rner11-May-08 22:08
Le@rner11-May-08 22:08 
AnswerRe: How can set the Value of Edit Box? [modified] Pin
Sarath C11-May-08 22:30
Sarath C11-May-08 22:30 
GeneralRe: How can set the Value of Edit Box? Pin
Le@rner11-May-08 23:12
Le@rner11-May-08 23:12 
QuestionRe: How can set the Value of Edit Box? Pin
Rajesh R Subramanian11-May-08 23:14
professionalRajesh R Subramanian11-May-08 23:14 
AnswerRe: How can set the Value of Edit Box? Pin
Le@rner11-May-08 23:47
Le@rner11-May-08 23:47 
QuestionRe: How can set the Value of Edit Box? Pin
Rajesh R Subramanian12-May-08 0:00
professionalRajesh R Subramanian12-May-08 0:00 
AnswerRe: How can set the Value of Edit Box? Pin
Le@rner12-May-08 0:30
Le@rner12-May-08 0:30 
<code>
COleDateTime=m_ole_date1,m_ole_date2;
COleDateTimeSpan daydiff=(m_ole_date1-m_ole_date2);
int noofday=(int)daydiff.GetTotalDays();
CString m_no_ofday,nday;
noofday++;
nday.Format("%d",noofday);
m_no_ofday.SetString(nday);
SetDlgItemTextA(IDC_EDIT1,nday);

</code>

IN A DAY, WHEN YOU DON'T COME ACROSS ANY PROBLEMS - YOU CAN BE SURE THAT YOU ARE TRAVELLING IN A WRONG PATH
AnswerRe: How can set the Value of Edit Box? Pin
Rajesh R Subramanian12-May-08 1:01
professionalRajesh R Subramanian12-May-08 1:01 
GeneralRe: How can set the Value of Edit Box? Pin
Le@rner12-May-08 1:14
Le@rner12-May-08 1:14 
QuestionRe: How can set the Value of Edit Box? Pin
Rajesh R Subramanian12-May-08 1:16
professionalRajesh R Subramanian12-May-08 1:16 
QuestionRe: How can set the Value of Edit Box? Pin
Rajkumar R12-May-08 19:13
Rajkumar R12-May-08 19:13 
QuestionRe: How can set the Value of Edit Box? Pin
David Crow12-May-08 3:06
David Crow12-May-08 3:06 
AnswerRe: How can set the Value of Edit Box? Pin
Le@rner12-May-08 18:16
Le@rner12-May-08 18:16 
GeneralRe: How can set the Value of Edit Box? Pin
Hamid_RT12-May-08 19:04
Hamid_RT12-May-08 19:04 
GeneralRe: How can set the Value of Edit Box? Pin
David Crow13-May-08 2:09
David Crow13-May-08 2:09 
GeneralRe: How can set the Value of Edit Box? Pin
Hamid_RT11-May-08 23:28
Hamid_RT11-May-08 23:28 
AnswerRe: How can set the Value of Edit Box? Pin
Yajnesh Narayan Behera11-May-08 22:39
Yajnesh Narayan Behera11-May-08 22:39 
GeneralRe: How can set the Value of Edit Box? Pin
Le@rner11-May-08 23:12
Le@rner11-May-08 23:12 
GeneralRe: How can set the Value of Edit Box? Pin
Yajnesh Narayan Behera12-May-08 1:55
Yajnesh Narayan Behera12-May-08 1:55 
GeneralRe: How can set the Value of Edit Box? Pin
Rajesh R Subramanian12-May-08 0:54
professionalRajesh R Subramanian12-May-08 0:54 
Questionpublic & protect question Pin
followait11-May-08 21:37
followait11-May-08 21:37 
AnswerRe: public & protect question Pin
CPallini11-May-08 21:48
mveCPallini11-May-08 21:48 
GeneralRe: public & protect question Pin
followait11-May-08 22:11
followait11-May-08 22:11 
GeneralRe: public & protect question Pin
CPallini11-May-08 22:31
mveCPallini11-May-08 22:31 

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.