P
Parambath
Guest
Hi All,
I want to create a console application but it should not display any window. It should work it in background.
I know in Win32 we can use CREATE_NO_WINDOW flag. But don't know how to use the same in Visual C++.
Could you please tell me which is the equivalent Visual C++ property? I went through most of the project properties but can't find the correct one.
Thanks & Regards
Renish
Continue reading...
I want to create a console application but it should not display any window. It should work it in background.
I know in Win32 we can use CREATE_NO_WINDOW flag. But don't know how to use the same in Visual C++.
Could you please tell me which is the equivalent Visual C++ property? I went through most of the project properties but can't find the correct one.
Thanks & Regards
Renish
Continue reading...