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 SkipVought 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: phpl
  • Order by date
  1. phpl

    EM_FINDTEXT in Delphi, Undeclared error

    All right, I put in "RichEdit" in my Uses clause and that solved the problem. Sorry for responding to myself and solving my own problem - maybe it will be of help to someone else searching the internet though.
  2. phpl

    EM_FINDTEXT in Delphi, Undeclared error

    In the above code I meant button1click, sorry for the confusion. In other words, I am having problems with the following code: //this below works with no errors procedure TForm1.Button1Click(Sender: TObject); var handle: HWND; begin handle:=3036; //handle of the edit box...
  3. phpl

    EM_FINDTEXT in Delphi, Undeclared error

    I'm using Delphi 6. This is regarding sending API commands in delphi! I am wondering why "EM_FINDTEXT" causes an error in delphi. "EM_SETSEL" does not cause an error, and other "EM_"'s and "WM_"'s work. I can only get certain "EM_"s to work. EM_FINDTEXT causes the following error in Delphi...

Part and Inventory Search

Back
Top