I am using graphical methods(BitBlt) to draw some pictures on a form. The form is in an standard exe while the method is being called from an ActiveX Dll. The problem is that I want to refresh the target window every time after a bitblt method occurs. I have tried using UpdateWindow and RedrawWindow, but it was of no help(The methods have to be called from the dll).