Click here to Skip to main content
15,919,121 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Asynchronous Beep Pin
Dominik Reichl13-Apr-04 7:15
Dominik Reichl13-Apr-04 7:15 
GeneralRe: Asynchronous Beep Pin
Michael Menne13-Apr-04 9:09
Michael Menne13-Apr-04 9:09 
GeneralRe: Asynchronous Beep Pin
Dominik Reichl13-Apr-04 9:54
Dominik Reichl13-Apr-04 9:54 
GeneralRe: Asynchronous Beep Pin
Michael Menne13-Apr-04 10:10
Michael Menne13-Apr-04 10:10 
GeneralRe: Asynchronous Beep Pin
David Crow13-Apr-04 8:35
David Crow13-Apr-04 8:35 
GeneralRe: Asynchronous Beep Pin
Michael Menne13-Apr-04 9:12
Michael Menne13-Apr-04 9:12 
GeneralRe: Asynchronous Beep Pin
toxcct13-Apr-04 11:03
toxcct13-Apr-04 11:03 
AnswerRe: When/Why do I use the windows registry with my application? Pin
Navin13-Apr-04 6:51
Navin13-Apr-04 6:51 
Basically you'd use it to store persistent state information... user preferences, window size/position, etc. However these can also be stored in a private file (INI or any other type of file) as you see fit and ignore the registry completely.

Just one tip, there are a few different root-level registry hives. Application data should probably go in the HKEY_CURRENT_USER hive - this is meant for user-specific data (for instance, user A can have preferences one way, and user B can have preferences another way.)


Sometimes I feel like I'm a USB printer in a parallel universe.
GeneralRe: When/Why do I use the windows registry with my application? Pin
BrockVnm13-Apr-04 7:17
BrockVnm13-Apr-04 7:17 
GeneralRe: When/Why do I use the windows registry with my application? Pin
BlackDice13-Apr-04 10:14
BlackDice13-Apr-04 10:14 
GeneralRe: When/Why do I use the windows registry with my application? Pin
Blake Miller14-Apr-04 6:04
Blake Miller14-Apr-04 6:04 
GeneralA Select Folder Dialog Pin
Halloko13-Apr-04 6:41
Halloko13-Apr-04 6:41 
GeneralRe: A Select Folder Dialog Pin
David Crow13-Apr-04 6:53
David Crow13-Apr-04 6:53 
GeneralRe: A Select Folder Dialog Pin
Halloko13-Apr-04 7:38
Halloko13-Apr-04 7:38 
Generalhook donwload file as flashget Pin
Pierpaolo Romanelli13-Apr-04 6:01
Pierpaolo Romanelli13-Apr-04 6:01 
GeneralCTabCtrl and PropertySheet Pin
act_x13-Apr-04 5:44
act_x13-Apr-04 5:44 
GeneralRe: CTabCtrl and PropertySheet Pin
grigsoft13-Apr-04 7:09
grigsoft13-Apr-04 7:09 
GeneralUsing shell's IExtractImage pops annoying 'RefrehThumbnail' messagebox... Pin
ohadp13-Apr-04 4:26
ohadp13-Apr-04 4:26 
QuestionWhen/Why do I use the windows registry with my application? Pin
BrockVnm13-Apr-04 3:51
BrockVnm13-Apr-04 3:51 
AnswerRe: When/Why do I use the windows registry with my application? Pin
wb13-Apr-04 4:19
wb13-Apr-04 4:19 
AnswerRe: When/Why do I use the windows registry with my application? Pin
ohadp13-Apr-04 4:21
ohadp13-Apr-04 4:21 
Generalchanging text colour of a tree node Pin
SVPG13-Apr-04 3:47
SVPG13-Apr-04 3:47 
QuestionFree C++ beautifier? Pin
ndalal13-Apr-04 3:44
ndalal13-Apr-04 3:44 
AnswerRe: Free C++ beautifier? Pin
toxcct13-Apr-04 6:31
toxcct13-Apr-04 6:31 
GeneralRe: Free C++ beautifier? Pin
ndalal13-Apr-04 6:36
ndalal13-Apr-04 6:36 

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.