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 bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by varkhov

  1. varkhov

    Backward searching in a RichEdit.

    Basicly, I have tried something like that so far: ReverseEdit->Text = ""; for (long i = NormalEdit->Lines.Count; i >= 0; i--) ReverseEdit->Lines->Add(strrev(NormalEdit->Lines->Strings[i].c_str())); and then I tried to place the carret on the ReverseEdit: ReverseEdit->SelStart =...
  2. varkhov

    Backward searching in a RichEdit.

    Greetings ppl, Another question popped up today. I was wondering if any one of you has ever encountered a case when you needed to perform a backward searching in a RichEdit control. I came up with a very sluggish solution (which does not work anyway). I created another (invisible) RichEdit and...
  3. varkhov

    Droping a file on a TRichEdit or a form in general

    Thanx, I found out eventually, by checking out Borland's site! But thanx anyway! I have another question and I will post it soon!
  4. varkhov

    Droping a file on a TRichEdit or a form in general

    Hello ppl. I would like to ask all the gentle souls in the audience if ever you encountered a problem of "how to drag & drop a file on a Builder form, TControl, whatever and then retrieve info about this file". I searched a bit and found that I could add a VCL_MESSAGE_MAP that actually...

Part and Inventory Search

Back
Top