API
An application programming interface (API) is a set of declarations of the functions (or procedures) that an operating system, library or service provides to support requests made by computer programs.
Language
Delphi
Remove
Platform
Any
License
Any
Ok, i have bad news!!!
well i'm a delphi fan and i believe
that delphi is the most powerfull tool
ever build... thats what i think don't
know about others! is just my personal
opinnion......
Heys,
I was just wondering if it's possible (and how) to simulate
button presses in other programs from my own D3 program?
So I have, say, Calculator for example running and I want my Delphi 3...
BOOL ExitWindowsEx(
UINT uFlags, // shutdown operation
DWORD dwReserved // reserved
);
im tring to find out exaclty how to access this function from within delphi 5
Would anyone kindly indicate what api to use in my delphi application to find out the names of all the active computers on a windows 98 peer to peer network.
: I cant find any information about WM_USER. Did you find any?
It is in the Win32 Programmer's Reference -
( the Windows API help file that installs with Delphi )
hi,
doesn't anybody know where i can download the headers for video for windows API under delphi 5. i especially need the capture functions / structures to implement webcam in a software, i...
Thanks, i user D5, and i want to try Delhpi's NMHTTP control.
Please gimme an example ????
Thanks a lot !!!!
Ronald
: Lots of ways to do this...
:
: 1. The HTML Component from...
I recommend you not to write this thing in VB4. You have to deal with system-wide hooks. I haven't tried this king of thing in VB and I think it's very difficult to do, maybe impossible. If it is...
There are two different DeleteFile functions - one is a native Delphi function,
the other is a Windows API call.
You can qualify which one you you want by prefixing the unit name to the function:...
We have a case where we need to create a 32 bit Windows application that can to known the current status of several printers (on line, off line,
paper out, missing cartridge, etc.). We are using...
: : How can I get the DPI of the Printer connected to my system ?
: :
: :
:
: This is a complex API call but easy if you understand pointer structures ...
:
: *** CODE STARTS HERE***
:
:...
: how do i show the default dial up connection dialogue in a button click in Delphi 3?
:
if you're talking about dial up net(DUN) in "my computer", then my answer is this.
first, make a shortcut to...
Is there a easy way to merge/append binery files int one large file??? Delphi or Win API is OK...
Hello all :)
I tried to write a text in an action shooter.. using Delphi and the drawtext api call... The text is indeed shown in the game, but its flickering! Can anyone plz tell me how to fix...
: Hi i'm looking for a 'how to call API functions from Delphi' tutorial. Can somebody post a url or any info ?
:
: Thanks
:
You call them the same way you call a regular function. You just have...
Hi i'm looking for a 'how to call API functions from Delphi' tutorial. Can somebody post a url or any info ?
Thanks
How Can I lock the specific file from Delphi or by calling API functions ?
: How can I execute a file from Delphi 5
:
lookup the ShellExecute function. its in the windows api
: I have been trying to write a program that will run minimized in the systray. I have perused through win API functions and have found nothing that satisfies what I want to do. How can I do this?
:...
Hi,
When I try to print a report using Seagate Crystal Report 7.0 with Delphi 3.0 VCL (we're migrating to Windows 2000 Advanced Server), "Invalid Pointer Operation" Exception is raised.
The...