Hello.
Is the properties dialog running its own message loop in its own thread?
I ask as the minimal Win32 based example shown below will continue to allow update the incoming image as the various properties are modified without any problem.
But I've got one case where a DirectX9 based framework is in use and the properties dialog appears to block all messages whilst it is visible. This means modified property values are not visibly applied until the dialog is dismissed. Which is, of course, not what is required.
Any comments welcomed.
Many thanks.

Hello.
Is the properties dialog running its own message loop in its own thread?
I ask as the minimal Win32 based example shown below will continue to allow update the incoming image as the various properties are modified without any problem.
But I've got one case where a DirectX9 based framework is in use and the properties dialog appears to block all messages whilst it is visible. This means modified property values are not visibly applied until the dialog is dismissed. Which is, of course, not what is required.
Any comments welcomed.
Many thanks.