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

C / C++ / MFC

 
GeneralRe: How to display the file name without path? Pin
ashokbngr12-Jun-06 20:35
ashokbngr12-Jun-06 20:35 
AnswerRe: How to display the file name without path? Pin
Ganesh_T12-Jun-06 18:52
Ganesh_T12-Jun-06 18:52 
AnswerRe: How to display the file name without path? Pin
Laxman Auti12-Jun-06 19:32
Laxman Auti12-Jun-06 19:32 
AnswerRe: How to display the file name without path? Pin
kakan12-Jun-06 19:54
professionalkakan12-Jun-06 19:54 
QuestionCEdit associtted with spin control Pin
anilksingh12-Jun-06 18:03
anilksingh12-Jun-06 18:03 
AnswerRe: CEdit associtted with spin control Pin
Nibu babu thomas12-Jun-06 18:09
Nibu babu thomas12-Jun-06 18:09 
AnswerRe: CEdit associtted with spin control Pin
_AnsHUMAN_ 12-Jun-06 18:10
_AnsHUMAN_ 12-Jun-06 18:10 
AnswerRe: CEdit associtted with spin control Pin
G Haranadh12-Jun-06 19:16
G Haranadh12-Jun-06 19:16 
For example do like this
m_feEditValue.SetRange(6,23);
m_pSpin =   (CSpinButtonCtrl*) GetDlgItem(IDC_SPIN1);
m_pSpin->SetBuddy(&m_feEditValue);
m_pSpin->SetRange(6,23);


And also you should handle onvscroll event for spin, and onchange edit event for edit control.
handle both events then you can do this.

Hey do you know this is my hundredth post. Rose | [Rose]
Nice talking to you. Blush | :O

If you judge people, you have no time to love them. -- Mother Teresa
GeneralRe: CEdit associtted with spin control Pin
ThatsAlok13-Jun-06 0:47
ThatsAlok13-Jun-06 0:47 
Questionappend the text in a new line in CEdit control Pin
anilksingh12-Jun-06 17:46
anilksingh12-Jun-06 17:46 
AnswerRe: append the text in a new line in CEdit control Pin
Naveen12-Jun-06 18:08
Naveen12-Jun-06 18:08 
AnswerRe: append the text in a new line in CEdit control Pin
Mahesh Kulkarni12-Jun-06 19:16
Mahesh Kulkarni12-Jun-06 19:16 
GeneralRe: append the text in a new line in CEdit control Pin
ThatsAlok13-Jun-06 0:44
ThatsAlok13-Jun-06 0:44 
QuestionPlatform SDK migration Pin
act_x12-Jun-06 17:32
act_x12-Jun-06 17:32 
AnswerRe: Platform SDK migration Pin
Naveen12-Jun-06 17:46
Naveen12-Jun-06 17:46 
AnswerRe: Platform SDK migration Pin
Michael Dunn12-Jun-06 20:30
sitebuilderMichael Dunn12-Jun-06 20:30 
AnswerRe: Platform SDK migration Pin
ThatsAlok13-Jun-06 0:34
ThatsAlok13-Jun-06 0:34 
QuestionAPI for changing default audio playback device Pin
Justin Tay12-Jun-06 17:26
Justin Tay12-Jun-06 17:26 
AnswerRe: API for changing default audio playback device Pin
_AnsHUMAN_ 12-Jun-06 17:45
_AnsHUMAN_ 12-Jun-06 17:45 
GeneralRe: API for changing default audio playback device Pin
Justin Tay12-Jun-06 18:40
Justin Tay12-Jun-06 18:40 
QuestionIE messenger button and excute messenger Pin
Tcpip200512-Jun-06 17:21
Tcpip200512-Jun-06 17:21 
AnswerRe: IE messenger button and excute messenger Pin
Naveen12-Jun-06 17:26
Naveen12-Jun-06 17:26 
GeneralRe: IE messenger button and excute messenger [modified] Pin
Stephen Hewitt12-Jun-06 17:38
Stephen Hewitt12-Jun-06 17:38 
GeneralRe: IE messenger button and excute messenger Pin
Tcpip200513-Jun-06 15:04
Tcpip200513-Jun-06 15:04 
QuestionMFC and web pages Pin
_tasleem12-Jun-06 16:45
_tasleem12-Jun-06 16:45 

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.