Windows API's from Delphi are no big deal at all. Just call them like any other functions.
The following is from the Windows API help. Note the part stating that DrawFocusRect is an XOR function. Therefore you can make it dissapear:
***************************************
BOOL...
I am trying to drag and drop a TImage on a form. Problem is that the TImage does not move from it's original location until the mouse button is released. What I need is for the TImage to remain visible while following the mouse movement. This is a somewhat dorky question, but I've found that...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.