记得采纳喊和悔啊
给你一个参考,这个是往注册表的开机启动项里添加开机启动的,(比如qq),只给你主要代码。这个你可以百度,注册表 *** 作函数就那些,百度下,再看下msdn就会了》》
hkey
hkey
tchar
childkey[256]=text("software\\microsoft\\windows\\currentversion\\run")
tchar
keyvalue[256]=text("c:\\program
files\掘凯肢\tencent\\判世qq\\bin\\qq.exe")
tchar
keyname[256]="qq"
if(error_success!=regopenkeyex(hkey_local_machine,childkey,0,key_create_sub_key,&hkey))
{
messagebox(null,text("failed
to
open
the
key
..."),text("failed!!!"),mb_ok)
}
if(error_success==regsetvalue(hkey_local_machine,childkey,reg_sz,keyvalue,strlen(keyvalue)))
{
messagebox(null,text("孙吵sucess
to
write
a
value
into
the
currentversion
.
"),text("sucess!!!"),mb_ok)
}
regclosekey(hkey)
希望对您有所帮助........
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)