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 strongm 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: *

  1. Setzer

    Some annoying Replace window

    I'm trying to develop a Text Editor. And I'm stuck here: I have a replace box wich replace a word with another( the words are specified by the user).I'm using the standard replace box. But if the replacing word has more or less letters than the word to be replaced, the text is replaced exactly...
  2. Setzer

    big problem in a txt editor

    Not really. The cursor is in positioned after the selected word(othewise the find next function doesnt work). But the text doesnt scroll there. I think it has something to do woth the scrollbar...
  3. Setzer

    big problem in a txt editor

    I created a text editor wiht a find menu. When it finds a specific word, it highlights it. But it doesnt scroll down to it. Any clue?
  4. Setzer

    a better qsort

    I need a function like qsort() wich doesnt need the size of the elements to be sorted( because they vary). If you ever heard of such a function or if u have some algoritm for it post an answer, pls.
  5. Setzer

    another qsort

    I need a function like qsort() wich doesnt need the size of the elements to be sorted( because they vary). If you ever heard of such a function or if u have some algoritm for it post an answer, pls.
  6. Setzer

    Right-Click in explorer->New...

    You sholud add a pop-up menu(TPopUpMenu) and associate with the explorer. You were talkning about an explorer created by you, right?
  7. Setzer

    newbie- window graphics and Borland C++ 5.02

    I think you need a book or a tutorial. Some lines wont help you very much. You cannot start windowws programming without reading a book written by a qualified person.
  8. Setzer

    Determining if a file is Ascii

    use isascii() for every char in the file.It will take a while, but it will solve the problem.
  9. Setzer

    how can I insert a bitmap in a TRichEdit control

    Hello. I'm trying to create an wordpad-like application in Borland C Builder. I need to insert a bitmap in a TRichEdit at the current cursor position(you know, like winword does). If you can help me or if you can suggest me where can I find some documentation, I'll be grateful if you do.

Part and Inventory Search

Back
Top