Hello;
I've got an application that puts an Icon in the System Tray using Delphi 2.0. I'd like to be able to find out what the bounds of my TrayIcon are in screen coordinates. (Bounds being defin...
http://www.experts-exchange.com/Programming/System/Windows__Programming/Q_10003915.html
I have a couple of C LIB files, and respective header files.
I need to make use of these from Delphi.
The only way I can figure is to build .OBJ object files, and include them in my app.
Now my p...
http://www.experts-exchange.com/Programming/System/Windows__Programming/Q_10003963.html
This is a Delphi 2 question:
I'm going to be using memory mapping to ensure that a 'middleman' DLL I am writing will allow access to the same data for all processes accessing it.
Can I set up a...
http://www.experts-exchange.com/Programming/Languages/Pascal/Delphi/Q_10005251.html
Which unit should be included to have access to Mem/MemW & MemL in Delphi 2.0??
http://www.experts-exchange.com/Programming/Languages/Pascal/Delphi/Q_10007683.html
I want to create CGI by delphi.. but I don't know How to use delphi send output to console?
http://www.experts-exchange.com/Programming/Languages/Pascal/Delphi/Q_10007834.html
I've come accross streaming many times whill trying to learn Delphi 2. I looked into the online help and was even more lost. Looking around, there is little to no write-ups on the subject and I'm ...
http://www.experts-exchange.com/Programming/Languages/Pascal/Delphi/Q_10007912.html
Hi!,
I can succesfully register winsck.ocx (and other ocx's) from NetManage
(included with
delphi 2.01) on a windows NT system with regsvr32.
However, copying regsvr32 with dll's and copying winsc...
http://www.experts-exchange.com/Programming/Languages/Pascal/Delphi/Q_10008256.html
I'm rewriting a VB program in Delphi. The VB Program uses a SendKeys 'Alt-FOTEST.TXT-Enter' to open a File Open Dialog, and to introduce the Filename 'TEST.TXT', followed by a ENTER.
I'm using Post...
http://www.experts-exchange.com/Programming/Languages/Pascal/Delphi/Q_10008413.html
The Win32 help file in Delphi 2 has a bunch of functions for managing services under Windows NT, such as OpenService, OpenSCManager, QueryServiceStatus, StartService, CloseServiceHandle and many mo...
http://www.experts-exchange.com/Programming/Languages/Pascal/Delphi/Q_10008524.html
I need to use the function arcsin(), which according to the help file exists in the unit Math. I have tried putting Math in the uses clause at the top of my program but this just produces the erro...
http://www.experts-exchange.com/Programming/Languages/Pascal/Delphi/Q_10008587.html