Programming Forums
User Name Password Register
 

RSS Feed
FORUM INDEX | TODAY'S POSTS | UNANSWERED THREADS | ADVANCED SEARCH

Reply
 
Thread Tools Display Modes
Old Nov 11th, 2005, 5:10 PM   #1
BlueNight
Newbie
 
Join Date: Oct 2005
Posts: 14
Rep Power: 0 BlueNight is on a distinguished road
Thumbs up Add Your Application in Registry Startup

Your Applications add startup with this Code
#include <Registry.hpp>

TRegistry *R=new TRegistry;

R->RootKey=HKEY_CURRENT_USER;
R->OpenKey("SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Run",false);
R->WriteString("Application Title",Application->ExeName);
R->Free();
Remove Application in startup

//Remove Startup Code
TRegistry *R=new TRegistry;
R->RootKey=HKEY_CURRENT_USER;
R->OpenKey("SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Run",false);
R->DeleteValue("Application Title");
R->Free();

Last edited by BlueNight; Nov 11th, 2005 at 5:25 PM.
BlueNight is offline   Reply With Quote
Old Nov 11th, 2005, 5:46 PM   #2
DaWei
Resident Grouch
 
DaWei's Avatar
 
Join Date: Jun 2005
Posts: 6,453
Rep Power: 10 DaWei is on a distinguished road
Maybe I'll give you a commission. I charge people money to get that shit out of their system's registry.
__________________
Abstraction doesn't make it impossible to write bad code; it makes it possible to write superior code.
Contributor's Corner: Grumpy on C++ Exceptions DaWei on Pointers
DaWei is offline   Reply With Quote
Old Nov 11th, 2005, 6:03 PM   #3
tempest
Programming Guru
 
tempest's Avatar
 
Join Date: Oct 2004
Posts: 1,041
Rep Power: 5 tempest is on a distinguished road
Send a message via ICQ to tempest Send a message via AIM to tempest Send a message via Yahoo to tempest
WTF is a Registry.hpp file? Please try not to post crap here.
__________________

tempest is offline   Reply With Quote
Old Nov 12th, 2005, 5:54 AM   #4
ivan
Professional Programmer
 
ivan's Avatar
 
Join Date: Sep 2005
Location: serbia & montenegro
Posts: 484
Rep Power: 4 ivan is on a distinguished road
...and what's the problem???
ivan is offline   Reply With Quote
Reply

Bookmarks

« Previous Thread in Forum | Next Thread in Forum »

Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump




DaniWeb IT Discussion Community
All times are GMT -5. The time now is 4:30 AM.

Powered by vBulletin® Version 3.7.0, Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Copyright ©2007 DaniWeb® LLC