|
|
|
#1
|
|||
|
|||
![]() Hi, how did you put the icons on the left? |
| Sponsored Links |
|
#2
|
||||
|
||||
|
You can add these icons using this font.
nameIcon:=TLabel.Create(nameForm); with nameIcon do begin Parent:=AutorunForm; SetBounds(0,0,0.0,0); with Font do begin Name:='Symbol Font'; Size:=0; Color:=$FFFFFF; Caption:=#$E13D; OnClick:=@nameiconOnClick; OnMouseEnter:=@nameIconEnter; OnMouseLeave:=@nameIconLeave; BringToFront; end; Last edited by hitman797; 25-06-2022 at 01:26. |
![]() |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Windows Phone Installer CorePack Style | BLACKFIRE69 | Conversion Tutorials | 46 | 19-07-2021 22:00 |
| why corepack is faster and fitgirl is smaller | Jiva newstone | Conversion Tutorials | 18 | 05-01-2021 00:25 |
| CorePack Installer | ADMIRAL | Conversion Tutorials | 3 | 07-01-2020 10:03 |
| Burning Mixed Format Audio Cds | djjshady | Media Files | 3 | 02-01-2004 20:48 |
| Cd mixed mode (audio and data) | Sanko | CD/DVD Software & Utilities | 0 | 10-11-2001 10:37 |