Hello,
i created programe that helping who have DLL error to copy dll files from my resource to his pc
so when my app start its start like black screen with CMD command and close auto
so can i make my exe file just start without black screen ? and just massage box show then copy the files
since some people when they see the CMD command screen they think its virus.
here is my code
void main()
{
MessageBox ( NULL, "are you sure you want copy dll files?", "msg", MB_OK );
CopyDLLFiles();
}