|
APR Dialogs for C++Builder 5
Now APR Dialogs for C++Builder 5 is available. If you need to extend standard Windows dialogs(add more controls, special events, etc.) then try it. Available for free from homepage and DelphiPages.
Related Discussions - HOW TO CALL A FUNC IN A DLL WRITTEN BY DELPHI IN VC6.0? (2001-01-11 06:36:48)Mr williamda:
Thank you.I am sorry I can not accept your answer.I specify the "stdcall" for my function and I don't use 'string' type.
I can...
- CAN NOT RUN DELPHI 5 ENTERPRISE ON WINDOWS 2000 (2001-01-07 22:12:43)brother you are not alone as in my knowledge many other developers are also facing the same problem especially while updating control's position or...
- RESTRICTING USERS OF AN APPLICATION IN A NETWORK SITUATION (2001-01-10 00:56:12)This would be a simple solution.
program OnlyOneOpen;
uses
Forms, SysUtils, classes, windows, dialogs,
uSingleRun in 'uSingleRun.pas'...
- MESSAGE DIALOGS... (2001-01-10 12:21:18)Here goes a trick from Borland
http://www.borland.com/devsupport/delphi/downloads/index.html
To translate the Delphi 3.0 VCL messages, you need...
- PASSING FUNCTIONS AS PARAMETERS (2001-01-11 11:29:41)This code was posted by Glynn Owen on the newsgroup.
Newsgroup: borland.public.delphi.objectpascal
unit Unit1;
interface
uses...
- HOW DO I GET THE IP ADDRESS OF A COMPUTER? (2001-01-15 19:33:16)unit Unit1;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
StdCtrls, Winsock;
type...
- HOW CAN I FIND THAT NOTEPAD IS CLOSED OR NOT ? (2001-01-22 09:49:40)I'm happy for you, but I hope you're aware that you are actually doing a mistake which can be source of bug :)
- DELPHI COMPONENT (2001-01-21 15:55:08)Hey!
All i can suggest you is a piece of code (really confusing one) but I think that will do the job. Well... here it is... a long one but...
- TEXTFILES (2001-01-24 08:04:29)See this newsgroup post by Peter Below. {Note: Change the
type of bytesToread from Word to Integer. It was originally
written for D1}...
- QUICKTIME 4 EFFECT AND SOME OTHER MUSIC PROGRAMS EFFECT... (2001-01-26 11:23:28)Could you be talking about something like this:
(*
** 8/1/96 - Created by calix@together.net
** Inspired by Brendan V. Delumpa
**
** TRollup...
|