Teen Programmers Unite  
 

 

Return to forum top

Adding text to edit control

Posted by drew [send private reply] at March 09, 2002, 10:11:20 AM

How would you add text to an edit control and break to the next line. For example:

char buffer[80];
for(int i=0;i<Equations.numrows();i++){
for(int j=0;j<Equations.numcols();j++){
sprintf(buffer,"%f",Equations[i][j]);
// add buffer to edit control
// break to next line
}
}

Posted by taubz [send private reply] at March 09, 2002, 04:33:56 PM

Look it up on the MSDN (msdn.microsoft.com/library)

- taubz

You must be logged in to post messages and see which you have already read.

Log on
Username:
Password:
Save for later automatic logon

Register as a new user
 
Copyright TPU 2002. See the Credits and About TPU for more information.