Windows with Delphi Windows API (94) Windows Filesystem (41) Windows Forms (69) Windows Graphics (38)
Exchange Links About this site Links to us 
|
Make a window system modal
This article has not been rated yet. After reading, feel free to leave comments and rate it.
You need to make a window system modal ?
The following function does the job (in 16bit Windows only):
 | |  | |
SetSysModalWindow(Form1.handle); | |  | |  |
Comments:
|