Click here to Skip to main content
15,902,189 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: How to modify LPCTSTR contet? Pin
bosfan15-Sep-06 3:04
bosfan15-Sep-06 3:04 
GeneralRe: How to modify LPCTSTR contet? Pin
Stephen Hewitt16-Sep-06 1:28
Stephen Hewitt16-Sep-06 1:28 
AnswerRe: How to modify LPCTSTR content? Pin
bosfan15-Sep-06 2:04
bosfan15-Sep-06 2:04 
GeneralRe: How to modify LPCTSTR content? Pin
Zac Howland15-Sep-06 3:51
Zac Howland15-Sep-06 3:51 
GeneralRe: How to modify LPCTSTR content? Pin
bosfan15-Sep-06 6:54
bosfan15-Sep-06 6:54 
GeneralRe: How to modify LPCTSTR content? Pin
Zac Howland15-Sep-06 9:08
Zac Howland15-Sep-06 9:08 
QuestionDisplaying continous values Pin
Pratheep Kenny14-Sep-06 22:56
Pratheep Kenny14-Sep-06 22:56 
AnswerRe: Displaying continous values Pin
Rinu_Raj14-Sep-06 23:01
Rinu_Raj14-Sep-06 23:01 
Use a thread function to implement the edit box updation.

Threadproc()
{
m_edit = 1; // edit box member variable
while( 1 )
{
m_edit++
UpdateData(FALSE);
sleep( 10 )
if( m_edit == n ) // return if n is reached
{
return;
}
}





Rinu Raj
QuestionProblem with fonts in DC ? Pin
Vinod Sankaranarayanan14-Sep-06 22:49
Vinod Sankaranarayanan14-Sep-06 22:49 
AnswerRe: Problem with fonts in DC ? Pin
kk.tvm14-Sep-06 22:52
kk.tvm14-Sep-06 22:52 
AnswerRe: Problem with fonts in DC ? Pin
Steve S14-Sep-06 22:52
Steve S14-Sep-06 22:52 
AnswerRe: Problem with fonts in DC ? Pin
Hamid_RT15-Sep-06 7:26
Hamid_RT15-Sep-06 7:26 
QuestionLinking Error when use Class Template in VC6 [modified] Pin
Andy Rama14-Sep-06 20:42
Andy Rama14-Sep-06 20:42 
AnswerRe: Linking Error when use Class Template in VC6 [modified] Pin
Mr.Brainley14-Sep-06 21:48
Mr.Brainley14-Sep-06 21:48 
AnswerRe: Linking Error when use Class Template in VC6 Pin
Nibu babu thomas14-Sep-06 21:56
Nibu babu thomas14-Sep-06 21:56 
GeneralRe: Linking Error when use Class Template in VC6 Pin
Andy Rama14-Sep-06 22:09
Andy Rama14-Sep-06 22:09 
GeneralRe: Linking Error when use Class Template in VC6 Pin
Nibu babu thomas14-Sep-06 22:19
Nibu babu thomas14-Sep-06 22:19 
GeneralRe: Linking Error when use Class Template in VC6 Pin
Andy Rama14-Sep-06 22:44
Andy Rama14-Sep-06 22:44 
GeneralRe: Linking Error when use Class Template in VC6 Pin
Nibu babu thomas14-Sep-06 22:46
Nibu babu thomas14-Sep-06 22:46 
QuestionHow to dynamically change the toolbar tip in MFC? Pin
ziyoo14-Sep-06 20:41
ziyoo14-Sep-06 20:41 
AnswerRe: How to dynamically change the toolbar tip in MFC? Pin
ziyoo15-Sep-06 15:30
ziyoo15-Sep-06 15:30 
Questionimages problem Pin
radhika2814-Sep-06 20:08
radhika2814-Sep-06 20:08 
AnswerRe: images problem Pin
_AnsHUMAN_ 14-Sep-06 20:21
_AnsHUMAN_ 14-Sep-06 20:21 
GeneralRe: images problem Pin
radhika2814-Sep-06 20:24
radhika2814-Sep-06 20:24 
GeneralRe: images problem Pin
ThatsAlok14-Sep-06 20:43
ThatsAlok14-Sep-06 20:43 

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.