Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Shaun E on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. winswami

    How to load program run at start up

    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&quot...

Part and Inventory Search

Back
Top