I need some help with a RichEdit component.
I want to copy some lines from one RichEdit box to another RichEdit box, and I just don't seem to find the write code.
I want it to be something like this:
for(int i=0;i<14;i++)
RichEdit1->Lines= RichEdit2->Lines[i]
...something like this. Can anyone...
Hello. I'm not quite familiar with the BCB so pls help me with this.
I wrote this code:
-----------------------
ifstream in("D:\\config96.h");
ofstream out("D:\\raspuns.h");
string line;
while(getline(in,line))
if(line.find("CONFMODE")!= -1){
for(int i=0;i<7;i++) line[i]=0...
hello. I'm a new user of CBuilder,..and I need some help.I want to read a file and work with lines, searching for a word.I want those lines to write them in a RichEdit box. How can I do that? (considering the fact that "istream" uses strings and RichEdit uses AnsiStrings?)
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.