Enter Keywords:
1 - 10 of 73(0 seconds)
Sort By:
 
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...
Zones: Delphi ProgrammingDate Answered: 07/25/2003 Rating: 9.2 Views: 0
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...
Zones: Delphi ProgrammingDate Answered: 09/17/2004 Rating: 7.8 Views: 0
Hi folks, In your opinion, what is the best VCL component related to TEdit and TMaskEdit? LMD Tools? SUIPack?
Zones: Delphi ProgrammingDate Answered: 06/02/2004 Rating: 8.0 Views: 0
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...
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...
Zones: Delphi ProgrammingDate Answered: 09/10/2006 Rating: 6.8 Views: 0
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...
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...
Zones: Delphi ProgrammingDate Answered: 08/15/2001 Rating: 7.6 Views: 0
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?
Zones: Delphi ProgrammingDate Answered: 04/22/1997 Rating: 6.2 Views: 0
MFCer, How can I declare a VCL class in MFC ? Andrew
Zones: Windows MFC, Microso...Date Answered: 02/24/1998 Rating: 6.6 Views: 0
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...
Zones: Windows MFCDate Answered: 02/14/2002 Rating: 7.2 Views: 0