Hi,
I need to make a DLL which will change the text and background of a control. The dialog's handle, controls id and the color is passed to the DLL and parsed correctly, but calling the SetTextColor (from Windows API) has no function, same with SendMessage. Why doesn't it work? I can get the correct properties, but why can't I set them??? I'm using Delphi as the programming language, but can understand C/C++ or VisualBasic too. Please help ASAP