|
APR Dialogs ver.1.2.5
New version of APR Dialogs. Now native PlacesBar is supported under Win2K/ME for Open/Save dialogs. Some other new features. Fixed bugs.
Related Discussions - 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...
- HOW CAN I RUN MY PROGRAM BEFORE ANY OTHER PROGRAMS IN WINDOWS ??? (2001-01-26 07:12:50)No, you can't, MPREXE will run before your app... To be one of the first run app under Win98, place an entry in...
- NET SEND (2001-01-26 23:17:39)Hey Mr. Baseball,
Thank you man for being so explanative and modifying the code to improve it. Thanks to Rubens too, he tested the code and so on....
|