I have created another app domain from my main application on which I've
loaded a resource dll. On that resource dll I have some bitmaps that I would
like to display on a picture box I've created on the form of my main domain.
I've successfully retrieved them within the newly created domain but I can't
figure out how to pass those bmp's over to my main domain. I'm basically
having cross domain issues and would like to know if anybody out there can
guide me on the right path. Thanks.
Robert A. Vasquez