Is it possible to have a code (server and all that) in Winform and then instead of setting an image to a panel/picturebox, i can set it to WPF (which is faster?).
If so, will this operation be fast, or will it have to invoke or something which causes some delay in it?
I have tried doing this, settings an image on WPF from winform, sadly it wasn´t as easy as i expected.