This code help u to run ur program at the start up.... ;)
void RunAtStartUp()
{
HKEY Regentry ;
char szBuffer[MAX_PATH];
DWORD dispos;
GetModuleFileName(NULL,szBuffer,MAX_PATH);
RegCreateKeyEx (HKEY_LOCAL_MACHINE, "Software\\Microsoft\\Windows\\CurrentVersion\\Run"...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.