I'm using a WindowsFormsHost to load into a 3d render object.
in fact I took the handle from it.
my problem is that I wish create some loading screen or similar, but only using a backgroundworker, when I access to my WindowsFormsHost properties (reading, height, width and handle), the thread raise an exception..
how can I solve this thing?