python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Translating GlobalPlatform from C to Delphi - Access violation errors
I want to use the GlobalPlatform.dll from kaoh Karsten Ohme in Delphi. So i tried to translate the headers so i can use the GlobalPlatform.dll in Delphi.
The first i translated was Connection.h, i upl...
eXXecutor
Votes: 0
Answers: 1
Delphi: capture live frame of animated mouse cursor
Windows supports animated mouse cursors and I want to take a snapshot of all mouse cursor frames live, that is: I want to know exactly which frame of the cursor is being displayed to the user at the m...
Ya-Zahra
Votes: 0
Answers: 1
Delphi styled VCL TTrackBar: hide focus dotted rectangle while tracking
How can I hide the focus around a VCL TTrackBar when selected/while tracking, while using a VCL style? Using Delphi 11.1
This didn't work:
SendMessage(tb1.Handle, WM_UPDATEUISTATE, UIS_SET OR UISF_HID...
hikari
Votes: 0
Answers: 2
Calling the winAPI function in Delphi
I'm taking my first steps in Delphi, I've created a small program that uses the GetSystemPowerStatus function to get battery status information.
To load the function, I used the Winapi.Windows unit.
E...
yonni
Votes: 0
Answers: 1