Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. callwright

    Suppress rectangle around control that has focus.

    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...
  2. callwright

    TImage Drag Drop

    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...

Part and Inventory Search

Back
Top