yes, that would be a solution, but I was looking for something a bit lighter. Infact, I ended up using a iostream class with its functions, although it's not that user friendly...
thank you
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,
I'd be very itnerested in your code! I hope it doesn't implement any thing different from string grids, since I can't avoid using them.
Thank you very much for your help!
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
sorry to bother you Ion, but now that I solved my linker problem, how should I work with the code you gave me? Do I need to include any object different from a TTable?
Thank you for your availability, you're being very helpful!
Cheers
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.