Oh:(
Should we use different code?
No it is C++.
Itknowledge24.com
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.
Oh:(
Should we use different code?
No it is C++.
Itknowledge24.com
Then u have already given the code right.
Only the starting of the project differs.
we have to select MFC project and then?
Then u have already given the code right.
Only the starting of the project differs.
we have to select MFC project and then?
Yes for CMD based application but NOT Win32-based MFC C++ projects.
Please keep in mind that MFC are "complex" and require a lot of coding.
Itknowledge24.com
Oh..
So the c++ code which you gave is of no use in MFC project?
Oh..
So the c++ code which you gave is of no use in MFC project?
NO NO, it can be used since it is a Class based on OOP.
However, for MFC to build the same app as in C#
you must focus on the User Interface first and then
core functions and code.
Itknowledge24.com