I have a third-party dabase VCL that is a simple replacement for the BDE, from Unley Software. But I can't get it to run from a CD or floppy. If I develope the program from a folder on the harddriv...
http://www.experts-exchange.com/Programming/Languages/Pascal/Delphi/Q_20294840.html
Hi, I try to write a new VCL and ancestor from DBGrid. And I like to modify some property and method of its original Property and method. such as Height,Font and some events. How do I code for the...
http://www.experts-exchange.com/Programming/Languages/Pascal/Delphi/Q_20758458.html
Hi folks,
In your opinion, what is the best VCL component related to TEdit and TMaskEdit? LMD Tools? SUIPack?
http://www.experts-exchange.com/Programming/Languages/Pascal/Delphi/Q_21003901.html
Hello everybody.
As you may know there's currently a great expectation from the C++Builder community about BorlandÂ’s support for our favorite tool. It seems that they just made C++Builder obsole...
http://www.experts-exchange.com/Programming/Editors_IDEs/C_CPP_CS/CPP_Builder/Q_21188403.h...
Zones:
C++ BuilderDate Answered: 12/14/2004 Rating: 8.6 Views: 0
I use next code to snap the form behind my vcl :
i := SaveDC(DC);
p := GetScreenClient( Self );
p.x := -p.x;
p.y := -p.y;
MoveWindowOrg( DC, p.x, p.y );
SendMessage...
http://www.experts-exchange.com/Programming/Languages/Pascal/Delphi/Q_21921817.html
I am looking for a VCL for CBuilder 5 that can store application data. The data will only be strings and integers and likely less than 100k in most cases, so a database is overkill. I guess I am af...
http://www.experts-exchange.com/Programming/Editors_IDEs/C_CPP_CS/CPP_Builder/Q_22423661.h...
Zones:
C++ BuilderDate Answered: 03/02/2007 Rating: 8.8 Views: 0
try this code:
procedure TForm1.Image1MouseDown(Sender: TObject; Button: TMouseButton;
Shift: TShiftState; X, Y: Integer);
begin
Label1.Caption:='down';
Image1.Cursor:=crHandPoint;
en...
http://www.experts-exchange.com/Programming/Languages/Pascal/Delphi/Q_20168780.html
Is there any problems by using dynamicly created VCL classes in a TxxThread class? I guess that a call to the Application.ProcessMessages would not be good (another thread), but what do I do then?
http://www.experts-exchange.com/Programming/Languages/Pascal/Delphi/Q_10008581.html
MFCer,
How can I declare a VCL class in MFC ?
Andrew
http://www.experts-exchange.com/Programming/System/Windows__Programming/MFC/Q_10037714.htm...
Hi ,
I want to know is vcl and mfc compatible ?
I am developping application under c++ builder and Vc++ ,
I passed the point of TStringList of c++ builder to the dll which have the function ca...
http://www.experts-exchange.com/Programming/System/Windows__Programming/MFC/Q_20070934.htm...
Zones:
Windows MFCDate Answered: 02/14/2002 Rating: 7.2 Views: 0