Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations dencom on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: larcrik
  • Content: Threads
  • Order by date
  1. larcrik

    RichEdit-->quick

    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...
  2. larcrik

    BcB help

    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...
  3. larcrik

    CBuilder begginer...help

    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?)

Part and Inventory Search

Back
Top