I have a win32 project which is very complex and i successfully referenced that in my wpf.
Now my Question i have created a dialogue in wpf which select a file,but the function which process this file written in win32 part of my project. is it possible to access a particular function written in win32 part in wpf?
I have a win32 project which is very complex and i successfully referenced that
Share
Yes you can. It does’t have limitations in using classes (cuz they are still written in C#, right?)
So, go ahead. Everything should work. If you have troubles, let us know.
p.s.The one who set downvote, explain where I was wrong. I’d like to know what did mean.