Can any help, please>
Can anyone provide me with the basics of passing (interprocess) a bitmap?
Send & Receive in C#
CreateFileMapping, I belive, is still the only way to do this.
Many thanks in advance.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
this article is a little old but has some sample code that demonstrates it’s usage.
http://msdn.microsoft.com/en-us/library/aa446520.aspx
there are numerous other samples on MSDN as well as the web. Moving a biap this way won’t be easy though, you’ll have to save it to a MemoryStream first.