![]() |
Order and save right now!
20% off with the 729824315 dicscount code for Ultimate Pack and any another product for Delphi from Greatis Programming! |
⤷ Display a char map
Use ShellExecute function for executing charmap.exe or any other file.
procedure TForm1.Button1Click(Sender: TObject);
var
WinDir: array[0..255] of Char;
begin
GetWindowsDirectory(WinDir, 255);
ShellExecute(
Form1.Handle,
PChar('open'),
PChar(StrPas(WinDir)+'\charmap.exe'),
'',
'',
SW_SHOW);
end;
- Related components
- TFileSearch
- TFolderMonitor
- TFileVersion
-
More for developers