Click here to Skip to main content
15,892,746 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralChange in rich edit control behaviour with EM_EXSETSEL / SetSel Pin
Paul Vickery4-Jan-08 3:04
professionalPaul Vickery4-Jan-08 3:04 
GeneralRe: Change in rich edit control behaviour with EM_EXSETSEL / SetSel Pin
Vaclav_4-Jan-08 4:14
Vaclav_4-Jan-08 4:14 
GeneralRe: Change in rich edit control behaviour with EM_EXSETSEL / SetSel Pin
Paul Vickery8-Jan-08 0:00
professionalPaul Vickery8-Jan-08 0:00 
GeneralRe: Change in rich edit control behaviour with EM_EXSETSEL / SetSel Pin
Vaclav_8-Jan-08 6:55
Vaclav_8-Jan-08 6:55 
QuestionRe: Change in rich edit control behaviour with EM_EXSETSEL / SetSel Pin
Mark Salsbery4-Jan-08 6:56
Mark Salsbery4-Jan-08 6:56 
GeneralRe: Change in rich edit control behaviour with EM_EXSETSEL / SetSel Pin
Paul Vickery9-Jan-08 4:49
professionalPaul Vickery9-Jan-08 4:49 
GeneralSaving settings \ Remembering settings after reboot Pin
thes3cr3t14-Jan-08 2:32
thes3cr3t14-Jan-08 2:32 
GeneralRe: Saving settings \ Remembering settings after reboot Pin
CPallini4-Jan-08 2:45
mveCPallini4-Jan-08 2:45 
Then you have to save relevant (status) data to disk.
There are many ways to do the above, for instance, you can use the registry or (if there is a big amount of data) build your own files.
If you're using MFC, then have a look at serialization topic http://msdn2.microsoft.com/en-us/library/6bz744w8(VS.80).aspx[^].

BTW if you're already dealing with a database, then store data inside it!.

Smile | :)

If the Lord God Almighty had consulted me before embarking upon the Creation, I would have recommended something simpler.
-- Alfonso the Wise, 13th Century King of Castile.

[my articles]


GeneralRe: Saving settings \ Remembering settings after reboot Pin
Rajesh R Subramanian4-Jan-08 5:36
professionalRajesh R Subramanian4-Jan-08 5:36 
GeneralRe: Saving settings \ Remembering settings after reboot Pin
Hamid_RT4-Jan-08 18:12
Hamid_RT4-Jan-08 18:12 
GeneralCStatusBar Pin
vethathiri4-Jan-08 1:39
vethathiri4-Jan-08 1:39 
QuestionRe: CStatusBar Pin
David Crow4-Jan-08 2:52
David Crow4-Jan-08 2:52 
JokeRe: CStatusBar Pin
CPallini4-Jan-08 3:09
mveCPallini4-Jan-08 3:09 
GeneralRe: CStatusBar Pin
David Crow4-Jan-08 3:34
David Crow4-Jan-08 3:34 
GeneralRe: CStatusBar Pin
CPallini4-Jan-08 3:46
mveCPallini4-Jan-08 3:46 
JokeRe: CStatusBar Pin
Mark Salsbery4-Jan-08 7:04
Mark Salsbery4-Jan-08 7:04 
GeneralRe: CStatusBar Pin
Mark Salsbery4-Jan-08 7:11
Mark Salsbery4-Jan-08 7:11 
GeneralRe: CStatusBar Pin
vethathiri6-Jan-08 18:46
vethathiri6-Jan-08 18:46 
GeneralRe: CStatusBar Pin
Hamid_RT4-Jan-08 18:15
Hamid_RT4-Jan-08 18:15 
GeneralWindows Console Applications Pin
l_d4-Jan-08 1:36
l_d4-Jan-08 1:36 
GeneralRe: Windows Console Applications Pin
CPallini4-Jan-08 2:52
mveCPallini4-Jan-08 2:52 
GeneralRe: Windows Console Applications Pin
Hamid_RT4-Jan-08 18:16
Hamid_RT4-Jan-08 18:16 
Generalissue Pin
gentleguy4-Jan-08 0:25
gentleguy4-Jan-08 0:25 
GeneralHey man, C++ arrays are 0-based Pin
CPallini4-Jan-08 0:35
mveCPallini4-Jan-08 0:35 
GeneralRe: issue Pin
vibindia4-Jan-08 1:20
vibindia4-Jan-08 1:20 

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.