Hi Experts
-
I'm building a project with MFC Application C++ .net 2003 and i want from my MFC project to call a windows form application. Is it possible?? if so how? Please Help?
If you need to programmatically start an executable, see
ShellExecute
[^] orCreateProcess
[^]. :)If the Lord God Almighty had consulted me before embarking upon the Creation, I would have recommended something simpler. -- Alfonso the Wise, 13th Century King of Castile.
This is going on my arrogant assumptions. You may have a superb reason why I'm completely wrong. -- Iain Clarke
[My articles] -
If you need to programmatically start an executable, see
ShellExecute
[^] orCreateProcess
[^]. :)If the Lord God Almighty had consulted me before embarking upon the Creation, I would have recommended something simpler. -- Alfonso the Wise, 13th Century King of Castile.
This is going on my arrogant assumptions. You may have a superb reason why I'm completely wrong. -- Iain Clarke
[My articles] -
This article [^] may interest you. :)
If the Lord God Almighty had consulted me before embarking upon the Creation, I would have recommended something simpler. -- Alfonso the Wise, 13th Century King of Castile.
This is going on my arrogant assumptions. You may have a superb reason why I'm completely wrong. -- Iain Clarke
[My articles] -
I'm building a project with MFC Application C++ .net 2003 and i want from my MFC project to call a windows form application. Is it possible?? if so how? Please Help?
Do you want a .NET form or are you confusing a dialog box with a form? If the latter, I'd suggest purchasing a book on how to write MFC applications.