|
Baltic Solutions
Baltic Solutions Announces Support for Borland C++Builder 4
Baltic Solutions today announced full support of the Borland C++Builder 4.
It will provide free updates for all current versions of its products
within 30 days of the ship date of C++Builder 4.
Baltic Solutions is fully committed to Borland C++Builder 4.
Within 30 days of the it's ship date, existing customers
will be able to download updates that will allow
them to use their favorite products with this new
compiler. The free compatibility updates will be available
as a no-charge download from the company’s web site.
About Baltic Solutions
Baltic Solutions is a provider of tools for professional Delphi
and now C++ Builder developers. Baltic Solutions products
extend the capabilities of Borland compilers with reporting, user interface
capabilities. Products like HTMLReport, ColorMemo, DesignerForms
and Animated SystemTray Icon are well known for their innovation and
quality. Company also contributes to Delphi and C++ Builder cummunity by
offering some of their products as freeware ( Applicata, TNetscape,
TProgramManager ) and supporting/sponsoring various non-comercial
events/ideas.
Baltic Solutions is a Lithuania, Eastern Europe based company.
END
Related Discussions - MP3 (2001-01-11 23:15:38)Hi!
Thx to you all ho have answered to my question about MP3.
There seems to be a some easy solutions for me and I will try out them to see...
- COMMAND LINE ARGUMENTS? (2001-01-15 03:04:25)Here's the best way for me to do so... It's an article published in UNDU April 1998... If you don't want to read the article, just copy the unit...
- TRANSPARENT STRINGGRID (2002-01-17 12:35:13)try cooldev's TCoolStringGrid
TCoolStringGrid is an Advanced string grid component. Wallpapers, transparency, flat borders, caption. Each...
- READING BINARY DATA FROM REGISTRY (2001-02-08 23:55:48)Is this what you are looking for ?
Var
Reg : TRegistry;
BinaryValue : Array Of Int64;
Begin
Reg := TRegistry.Create;
With Reg Do...
- HOW TO TRANSFER FILES SECURELY? (2001-02-09 07:22:47)There are NO delphi components that handle SecureFTP.
You could write your own FTP Server and FTP Client
based upon the Indy code and implement...
- HOW CAN YOU FILL A DATA BASE ASCII TEXT DATA? (2001-02-27 09:19:39)Based on the Answers you put out I don't doubt that you are fully employed. What I am offering is a way for you to gain extra income on your "off"...
- EXTRACT ZIP-FILE (2001-02-24 00:08:30)Use the Zlib zip compression library which comes included on your Delphi CD.
You'll find it in Info/Extras/Zlib
- DOES TMEDIAPLAY PLAYS *.ASX FORMAT? EVERYTHING ELSE PLAYS BUT NOT ASX (2001-03-05 22:30:08)Acording to Micro$oft
"An ASX file is an eXtensible Markup Language (XML) based text file which references a Uniform Resource Locator (URL) for...
- DRAW IN THE CAPTION BAR ? (2001-03-18 20:55:52)Please try the code below. This is a VCL component so that you can drop it in a form. It has some properties and OnClick event.
Brgrds, trungnq....
- TLISTVIEW AND RIGHTCLICKSELECT := TRUE (2001-03-27 00:12:31)I've tried and tried but I'm kinda tired of trying ...
The problem seems to be that the RightClickSelect Property only Focuses the Item ... If...
|