I am having a windows form that whenever I want its controls like picturebox update normally I need to hide it and show it to let the cahnges happen. This causes a blink which I want to avoid.
Does anybody know what are my options? It is a picture box from form1 being copied to form2 and let the user see the changes.
Thanks