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

  1. aldevinas

    New to Delphi - Looking for Books and stuff

    some Delphi books are online at www.informit.com One of the best article resources I think is www.Delphi3000.com
  2. aldevinas

    Playing a .WAV file to a modem using Delphi

    Read about TAPI and Windows Multimedia API on MSDN or search for components at www.torry.ru
  3. aldevinas

    displaying multiple record from a DB

    Use grid for that purpose or don't use DB-aware edit controls.
  4. aldevinas

    VB vs. Delphi - Who wins and why

    There many free VCL libraries with source code for Delphi. So you can easily find a free component if you need some special work: Communications, various grids etc. In case with VB you just get ActiveX object, not the source. If you are using many ActiveX in your app, you may end up with...
  5. aldevinas

    is it a bug in the SAX2 XML interface?

    Is it a bug in Microsoft's SAX2 API: It seems &quot;characters&quot; event is generated only once after new element is found example: <test> <e>1</e> - &quot;characters&quot; event is generated <e>2</e> - &quot;characters&quot; event is NOT generated </test> I tested with Microsoft's...

Part and Inventory Search

Back
Top