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
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
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
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.