Click here to Skip to main content
15,900,482 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionRe: How to disable selected drives? Pin
Super Hornet16-Feb-07 5:49
Super Hornet16-Feb-07 5:49 
AnswerRe: How to disable selected drives? Pin
David Crow16-Feb-07 6:42
David Crow16-Feb-07 6:42 
AnswerRe: How to disable selected drives? Pin
Newbie0016-Feb-07 7:16
Newbie0016-Feb-07 7:16 
QuestionWeb server sing VC++/MFC Pin
softwaremonkey16-Feb-07 4:29
softwaremonkey16-Feb-07 4:29 
AnswerRe: Web server sing VC++/MFC Pin
led mike16-Feb-07 4:35
led mike16-Feb-07 4:35 
AnswerRe: Web server sing VC++/MFC Pin
Nemanja Trifunovic16-Feb-07 4:35
Nemanja Trifunovic16-Feb-07 4:35 
Questionhow to run an application at windows startup? Pin
Super Hornet16-Feb-07 4:09
Super Hornet16-Feb-07 4:09 
AnswerRe: how to run an application at windows startup? Pin
Newbie0016-Feb-07 4:19
Newbie0016-Feb-07 4:19 
You can edit Windows registry:

RootKey="HKEY_LOCAL_MACHINE"

OpenKey= "SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Run"

or

OpenKey= "SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\RunOnce"
for running an application once at win startup

Add new REG_SZ value type, which data is the path for your application

I've tried it with Win 2000
GeneralRe: how to run an application at windows startup? Pin
Super Hornet16-Feb-07 4:50
Super Hornet16-Feb-07 4:50 
GeneralRe: how to run an application at windows startup? Pin
PJ Arends16-Feb-07 8:27
professionalPJ Arends16-Feb-07 8:27 
GeneralRe: how to run an application at windows startup? Pin
Newbie0016-Feb-07 8:30
Newbie0016-Feb-07 8:30 
AnswerRe: how to run an application at windows startup? Pin
led mike16-Feb-07 4:55
led mike16-Feb-07 4:55 
Questionstrcpy giving exception Pin
sanjutvm16-Feb-07 3:27
sanjutvm16-Feb-07 3:27 
AnswerRe: strcpy giving exception Pin
toxcct16-Feb-07 3:45
toxcct16-Feb-07 3:45 
AnswerRe: strcpy giving exception Pin
Cedric Moonen16-Feb-07 3:53
Cedric Moonen16-Feb-07 3:53 
AnswerRe: strcpy giving exception Pin
Chris Losinger16-Feb-07 3:57
professionalChris Losinger16-Feb-07 3:57 
GeneralRe: strcpy giving exception Pin
sanjutvm18-Feb-07 19:45
sanjutvm18-Feb-07 19:45 
GeneralRe: strcpy giving exception Pin
Chris Losinger19-Feb-07 1:16
professionalChris Losinger19-Feb-07 1:16 
GeneralRe: strcpy giving exception Pin
sanjutvm20-Feb-07 18:58
sanjutvm20-Feb-07 18:58 
GeneralRe: strcpy giving exception Pin
Chris Losinger21-Feb-07 0:58
professionalChris Losinger21-Feb-07 0:58 
GeneralRe: strcpy giving exception Pin
sanjutvm23-Feb-07 3:29
sanjutvm23-Feb-07 3:29 
QuestionWorking with huge Floating Point Numbers Pin
Semion_N16-Feb-07 2:57
Semion_N16-Feb-07 2:57 
AnswerRe: Working with huge Floating Point Numbers Pin
Newbie0016-Feb-07 3:51
Newbie0016-Feb-07 3:51 
AnswerRe: Working with huge Floating Point Numbers Pin
Chris Losinger16-Feb-07 3:52
professionalChris Losinger16-Feb-07 3:52 
GeneralRe: Working with huge Floating Point Numbers Pin
Semion_N16-Feb-07 4:14
Semion_N16-Feb-07 4:14 

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.