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 TouchToneTommy 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. swordfish1973

    Loading ITems of a TLISTView from a file

    Hi all, is there any quick way to load Items of a TListView from a file? I noticed TListView doesn't have any LoadFromFile method, like a TreeView.... or there's a way I can inherit it for this class? Thank you, swordfish
  2. swordfish1973

    Sorting data in StringGrid

    Hi all, is there any way I can sort data in a StringGrid, say according to a certain label that I put in the first, fixed row? Thnx for any help given Maurizio
  3. swordfish1973

    problems with WinExec

    I need to launch an Excel file from my project, I tried WinExec but it seems to do nothing when I try: void __fastcall TForm::Button2Click(TObject *Sender) { WinExec("excel.exe C:\Projects_Borland5\BookTracker\\zero_curve.xls", SW_SHOW); } Can anyone tell me why? Thank you
  4. swordfish1973

    connecting ti MS Access database without ODBC

    Hi all, I need to connect to a MS Access from my C++ Builder 5 Project, without using the ODBC configuration window. This because I need to change the database file in runtime, and I can't access the file path from outside the ODBC manager. I tried to create an alias, but it causes me a lot of...

Part and Inventory Search

Back
Top