Delphi 1
Delphi was one of the first of what came to be known as Rapid Application Development (RAD) tools when released in 1995 for the 16-bit Windows 3.1.
Application
Any
Platform
Any
License
Any
hi is there a componant to run another application from a delphi program?
i am using delphi 1
thanks,
ed.
: hi i would like to write a floppy formatter in delphi 1 any ideas? or sample code?
:
:
There are two ways of coding this:
- Use WinExec() or ShellExecute() to call format.exe, which performs...
hi i would like to write a floppy formatter in delphi 1 any ideas? or sample code?
Hello, in Delphi 1 there used to be a nice utility w8loss. Is there a similar one in Delphi 5 onwards?
Hi all,
A situation may occur that a windows 3.11 machine running a program made with Delphi 1 has to communicate with a machine running windows 9x with a Delphi 7 program.
Will this cause...
Open file. If something needs to be compiled do that. Click install. Seems like an unintuitive place to stick that function, but that's how they did it.
I have recently downloaded this super cool component. The programmer says it is for Delphi 1 To 6 and Up. I have Delphi 7 how do I install this component ? When I unzip the file it throws out a...
This message was edited by JoseC at 2003-8-26 23:45:11
This message was edited by JoseC at 2003-8-25 4:39:56
Thanks again!
Now I understand the concept of the arrays(I think! :) )
If you...
:if not search for THTMLViewer. I've used it since Delphi 1 and it works great.
Well... ish. I actually found the THTMLViewer kind of limiting.
In any case, even if TWebBrowser isn't installed...
Hi,
I have more than 13 years in the IT industry and are looking for some freelance projects.
With the current South African exchange rate, I'm sure I will be able to provide you with your...
Hi, I am trying to upgrade an application that was written in Delphi 1 that uses FoxPro tables. The problem I'm having is that, in Delphi 5, no TDatabase object I create can connect to any of my old...
: Hi.
: I'm rewriting an old Delphi 1 program over to Delphi 5 and
: I came across a function not supported in D5.
:
: GetModuleUsage
:
: The program starts another .exe, and then waits for...
Hi.
I'm rewriting an old Delphi 1 program over to Delphi 5 and
I came across a function not supported in D5.
GetModuleUsage
The program starts another .exe, and then waits for that
program...
If you really want a sample, send me an email. If you are using Delphi 1 it wont be much help since it wont be able to read the Delphi 5 project files my compiler will make. I can write a quick...
:...16bits Obj in delphi 5...link a ASM builded obj but it failure...
Maybe you must build again the .OBJ file, but if you have not the source file, you can try create a DLL library with Delphi 1...
: Hi and thaks for the code.But I get the error on the setforegroundwindow
// You're right, SetForegroundWindow doesn't work in Windows 3.1
// Try using this instead....
SetWindowPos(Handle,...
Hi and thaks for the code.But I get the error on the setforegroundwindow
(handle).If I delete this line the prog. dont show any message.
How can I handle this, or can I.
t:loser
unit Timeri;...
OOPS!
The HTML on this messageboard screwed up my code!
//Change this block...
while GetTickCount Application.ProcessMessages;
Update;
//To this...
while GetTickCount
Application...
This is as close as I can get....
unit Unit1;
interface
uses
Wintypes, WinProcs, SysUtils, Messages, Forms,
Controls, StdCtrls, Classes, ExtCtrls;
const
SecondsToShow=20;...
I am doing 'program' and this is what I want it to do.
first it must show each day how many days are left into the last day in
december, and this must shown in certain time examble 12.00.
The...