There are many options coming out after we select MFC.
What should i choose?
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
I have an executable file and i want it to run continuously with other system processes in the background.
Can u tell me how to do that?
Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.
There are many options coming out after we select MFC.
What should i choose?
Oh:(
Should we use different code?
Oh ok it is a library created by microsoft.
How to use this in our code to fulfil our needed operation?
Need to make a new project in VS2010 from the start and
you must select MFC project.
Itknowledge24.com
Oh ok it is a library created by microsoft.
How to use this in our code to fulfil our needed operation?
To make it as the C# example then we need to use MFC projects
in VS2010. Do you know MFC?
What is MFC?
MFC stands for Microsoft Foundation Class Library and is created by Microsoft
it is meant to make Windows Application development much easier for Windows
Developers.
To learn more check these tutorials:
http://www.tenouk.com/cplusplusnmfc.html
http://www.codeproject.com/KB/MFC/FormView.aspx
Itknowledge24.com