Here is the problem. I need to stop a rtb from repainting while I update its contents. For the life of me I can't seem to find a suitable solution. I have tried using LockWindowUpdate from user32.dll and it works....however now all other application flicker. Besides I was hoping to accomplish this without api calls. Thanks in advance

stop control from repainting