~~~~~~~~~~~~~~~~~~~~~~~~~
{Disable:}
EnableWindow(FindWindowEx(FindWindow
('Progman', nil), HWND(0), 'ShellDll_DefView', nil),
FALSE) ;
{Enable:}
EnableWindow( FindWindowEx( FindWindow
('Progman', nil), HWND(0), 'ShellDll_DefView', nil),
TRUE) ;
~~~~~~~~~~~~~~~~~~~~~~~~~
Delphi tips navigator:
» Get the Windows version
« Get the line number from a RichEdit

