HOME
Components
Tutorials
Add Trick
Links
Contacts
Code Category
ActiveX
Components
Database
Files
Forms
Graphic
Internet/Lan
Math
Miscellaneous
Multimedia
Printing
Strings
System Information
Windows
Delphi source code for
Forms
>> Create stay-on-top form
Category:
Forms
Title:
Create stay-on-top form
Date added:
15.03.2006
Hits:
9003
SetWindowPos( Handle, HWND_TOPMOST, 0, 0, 0, 0, SWP_NOACTIVATE
or
SWP_NOMOVE
or
SWP_NOSIZE);
Related Delphi Source Code:
1. How to prevent a Form from Moving or Resizing?
(3048 Hits)
2. How to make a desktop screenshot?
(4387 Hits)
3. How to show hints in the Statusbar?
(7792 Hits)
4. How to make rounded windows?
(3967 Hits)
5. How to show a form in full-screen mode?
(8951 Hits)
For any problems or recommendations about Delphi Tricks site, please
feel free to contact us on that e-mail:
support@delphitricks.com
.
If you want to advertise on the site use that e-mail:
advertise@delphitricks.com
.
You can freely use or modify these Delphi source codes for non-commercial use. We are not responsible of any damages that can be caused by the utilisation of that source codes.
Copyright © 2006-2010
AVSoftware
Company. All rights reserved.
Hide IP
tricks