Hi
I found this article
http://msdn.microsoft.com/library/de...printingink.as
that talks about how to do print in InkPicture. However it is written in C# which I am not that familiar. There is a class that I need to use in my VB.net App. According to document it says that “The DibGraphicsBuffer.cs file needs to be in its own class library C# project, but then you can write code that references this project to use the DibGraphicsBuffer class. Go to the project properties for this C# project and enable unsafe code.â€
I don’t know and understand what they mean by “DibGraphicsBuffer.cs file needs to be in its own class library C# project, but then you can write code that references this”? How do I reference this c# class? If I could do that I think I can convert it to VB and be able to solve this problem
Thanks so much for all your hel
A