Combine a 'Windows Forms Application' project with Win32Project

Started by
2 comments, last by sgdimitris 12 years, 1 month ago
Hello to all members!
I have a Windows Forms Application project and a Win32Project.
I would like to combine them! Is it possible?
More specific, I want from my W.F.Application to press a "button" and call the Win32Project.
But I don't want to call the exe file of Win32Project. I want the code to transfer to Win32Project code.
So to have finally one project.
Any help would be appreciated.
Advertisement

I would like to combine them! Is it possible?

Not really. Why do you want to do this? What's wrong with just launching the Win32 exe?

Former Microsoft XNA and Xbox MVP | Check out my blog for random ramblings on game development

Mothing is wrong-I just wanted to see if that was possible. Thank you for the reply.
I would like to ask if I call the Win32 exe frorm my project (for example in OnClick function of a button of my form), how can I stop running my project code, and start running again when the Win32 exe has closed?

This topic is closed to new replies.

Advertisement