During update a value in a CMFCPropertyGridProperty
from another thread, my application crashes. I assume it's a timing issue because setting the value in same thread via another function works. The question is how to solve this?
My first idea was to copy the values and set them later with a timer but this sounds a bit clumsy...
What is the best practice to set property from another thread?