Search results for 'Window content drag'. 1 post(s) found.
- 2007/09/25 How to show window contents while dragging
Here's how to enable or disable the "Show window contents while dragging" Windows fature from Delphi code:
//To Show window contents while dragging:
SystemParametersInfo(SPI_SETDRAGFULLWINDOWS, 1, nil, 0) ;
//To disable this option call the function:
SystemParametersInfo(SPI_SETDRAGFULLWINDOWS, 0, nil, 0) ;
SystemParametersInfo(SPI_SETDRAGFULLWINDOWS, 1, nil, 0) ;
//To disable this option call the function:
SystemParametersInfo(SPI_SETDRAGFULLWINDOWS, 0, nil, 0) ;
Another posts included in "Delphi"
| How to use TTF Font Without Installing (0) | 2007/09/25 |
| Window flashing (0) | 2007/09/25 |
| Technology sharing related with software development. Specially content... (0) | 2007/10/02 |
| How to save text from Clipboard to a file (0) | 2007/09/25 |
| How to send char as message to another application (0) | 2007/09/25 |
| How to restrict mouse movement (0) | 2007/09/25 |
| List Devices (LPT, COM ports, ...) (0) | 2007/09/25 |
| How to know whether the font is TrueTypeFont or not (0) | 2007/09/25 |
Trackback : Cannot send a trackbact to this post.
-
Subject different money making ideas
2010/01/28 22:26
moneyideas
-
Subject different money making ideas
2010/01/29 06:42
moneyideas
-
Subject different money making ideas
2010/01/31 16:41
moneyideas

Prev

Rss Feed