Posts by ALD-52 • 36 points
2 posts
-
0
votes1
answer51
viewsA: Windows 8 sound click
const SET_FEATURE_ON_PROCESS = $00000002; FEATURE_DISABLE_NAVIGATION_SOUNDS = 21; function CoInternetSetFeatureEnabled(FeatureEntry: DWORD; dwFlags: DWORD; fEnable: BOOL): HRESULT; stdcall; external…
-
2
votes1
answer607
viewsA: How to change the archive icon compiled in Delphi?
Follow the code below an example I used a while ago. unit icon; interface uses Winapi.Windows, Winapi.Messages, System.SysUtils, System.Variants, System.Classes, Vcl.Graphics, Vcl.Controls,…