Click here to Skip to main content
15,906,574 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Help in assembler. Pin
Joe Woodbury15-Nov-03 18:45
professionalJoe Woodbury15-Nov-03 18:45 
GeneralRe: Help in assembler. Pin
Chris Richardson15-Nov-03 23:49
Chris Richardson15-Nov-03 23:49 
GeneralRe: Help in assembler. Pin
Snyp16-Nov-03 7:50
Snyp16-Nov-03 7:50 
GeneralRe: Help in assembler. Pin
Christian Graus16-Nov-03 16:19
protectorChristian Graus16-Nov-03 16:19 
QuestionHow do startup programs work. Pin
Snyp15-Nov-03 13:56
Snyp15-Nov-03 13:56 
AnswerRe: How do startup programs work. Pin
Antti Keskinen15-Nov-03 14:20
Antti Keskinen15-Nov-03 14:20 
GeneralRe: How do startup programs work. Pin
Snyp15-Nov-03 14:23
Snyp15-Nov-03 14:23 
GeneralRe: How do startup programs work. Pin
Antti Keskinen15-Nov-03 14:39
Antti Keskinen15-Nov-03 14:39 
Ahh, ok..

Following the same ideology: create a program that accesses the registry, reads and alters the values of the key mentioned in my previous post.

To utilize the registry, you can either use Platform SDK's registry functions (Search 'Registry Functions' from MSDN), or alternatively, use ATL and it's CRegKey class.

You don't need to fiddle with the StartUp folder if you use the registry entries. Remember that doing this may cause your program to function funnily, so always take a backup of your registry before using the registry functions

-Antti Keskinen

----------------------------------------------
The definition of impossible is strictly dependant
on what we think is possible.
QuestionGet the first sector of harkdisk in vc++ ? Pin
kendao15-Nov-03 13:38
kendao15-Nov-03 13:38 
AnswerRe: Get the first sector of harkdisk in vc++ ? Pin
Michael Gunlock16-Nov-03 5:54
Michael Gunlock16-Nov-03 5:54 
Questioncreate 100 button in dialog with code ? Pin
kendao15-Nov-03 13:34
kendao15-Nov-03 13:34 
AnswerRe: create 100 button in dialog with code ? Pin
Snyp15-Nov-03 14:23
Snyp15-Nov-03 14:23 
AnswerRe: create 100 button in dialog with code ? Pin
Antti Keskinen15-Nov-03 14:34
Antti Keskinen15-Nov-03 14:34 
GeneralC++ Question. Pin
WREY15-Nov-03 12:39
WREY15-Nov-03 12:39 
GeneralRe: C++ Question. Pin
Antti Keskinen15-Nov-03 14:50
Antti Keskinen15-Nov-03 14:50 
GeneralRe: C++ Question. Pin
WREY15-Nov-03 16:22
WREY15-Nov-03 16:22 
GeneralRe: C++ Question. Pin
Michael Dunn15-Nov-03 16:37
sitebuilderMichael Dunn15-Nov-03 16:37 
GeneralRe: C++ Question. Pin
WREY15-Nov-03 17:49
WREY15-Nov-03 17:49 
GeneralRe: C++ Question. Pin
Peter Weyzen15-Nov-03 18:26
Peter Weyzen15-Nov-03 18:26 
GeneralRe: C++ Question. Pin
Christian Graus16-Nov-03 16:22
protectorChristian Graus16-Nov-03 16:22 
GeneralHelp with searching for things in text files. Pin
Snyp15-Nov-03 12:00
Snyp15-Nov-03 12:00 
GeneralRe: Help with searching for things in text files. Pin
Peter Molnar15-Nov-03 14:42
Peter Molnar15-Nov-03 14:42 
GeneralRe: Help with searching for things in text files. Pin
Snyp15-Nov-03 14:44
Snyp15-Nov-03 14:44 
GeneralRe: Help with searching for things in text files. Pin
Antti Keskinen15-Nov-03 14:56
Antti Keskinen15-Nov-03 14:56 
GeneralRe: Help with searching for things in text files. Pin
Snyp15-Nov-03 14:59
Snyp15-Nov-03 14:59 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.