Click here to Skip to main content
15,868,016 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Making controls appear/disappear according to list selection Pin
kk_vp29-Jan-06 22:43
kk_vp29-Jan-06 22:43 
QuestionGetPrivateProfileString Pin
Nishad S22-Jan-06 22:07
Nishad S22-Jan-06 22:07 
AnswerRe: GetPrivateProfileString Pin
Owner drawn22-Jan-06 22:49
Owner drawn22-Jan-06 22:49 
GeneralRe: GetPrivateProfileString Pin
Nishad S22-Jan-06 22:53
Nishad S22-Jan-06 22:53 
GeneralRe: GetPrivateProfileString Pin
Owner drawn22-Jan-06 22:56
Owner drawn22-Jan-06 22:56 
AnswerRe: GetPrivateProfileString Pin
Rage22-Jan-06 23:29
professionalRage22-Jan-06 23:29 
GeneralRe: GetPrivateProfileString Pin
Nishad S23-Jan-06 0:13
Nishad S23-Jan-06 0:13 
GeneralRe: GetPrivateProfileString Pin
Rage23-Jan-06 1:20
professionalRage23-Jan-06 1:20 
NS17 wrote:
In this situation one method that I think to do is specify a very higher size ( about 32K ).
Could you please tell me your opinion about this?


This is very memory consuming. I would suggest to use my second method: Read in the key names using ::GetPrivateProfileSectionNames ( this give you only the names, with which you can retrieve the keys later) as long as the return value is equal to the size of your buffer minus two, and increase dynamically the size of the buffer at each step.

MSDN quote : If the buffer is not large enough to contain all the section names associated with the specified initialization file, the return value is equal to the length specified by nSize minus two.

~RaGE();
GeneralRe: GetPrivateProfileString Pin
Nishad S23-Jan-06 1:28
Nishad S23-Jan-06 1:28 
GeneralRe: GetPrivateProfileString Pin
Rage23-Jan-06 1:57
professionalRage23-Jan-06 1:57 
GeneralRe: GetPrivateProfileString Pin
Nishad S23-Jan-06 2:00
Nishad S23-Jan-06 2:00 
GeneralRe: GetPrivateProfileString Pin
Stephen Hewitt23-Jan-06 2:46
Stephen Hewitt23-Jan-06 2:46 
GeneralRe: GetPrivateProfileString Pin
Nishad S23-Jan-06 16:29
Nishad S23-Jan-06 16:29 
GeneralRe: GetPrivateProfileString Pin
David Crow23-Jan-06 3:57
David Crow23-Jan-06 3:57 
GeneralRe: GetPrivateProfileString Pin
David Crow23-Jan-06 3:52
David Crow23-Jan-06 3:52 
AnswerRe: GetPrivateProfileString Pin
David Crow23-Jan-06 3:50
David Crow23-Jan-06 3:50 
Questioneffective permissions Pin
kelprinc22-Jan-06 21:36
kelprinc22-Jan-06 21:36 
QuestionVisuall c Pin
Hamid_RT22-Jan-06 21:17
Hamid_RT22-Jan-06 21:17 
AnswerRe: Visuall c Pin
Rajesh R Subramanian22-Jan-06 21:21
professionalRajesh R Subramanian22-Jan-06 21:21 
GeneralRe: Visuall c Pin
Hamid_RT22-Jan-06 21:27
Hamid_RT22-Jan-06 21:27 
GeneralRe: Visuall c Pin
Cedric Moonen22-Jan-06 21:34
Cedric Moonen22-Jan-06 21:34 
General[Message Deleted] Pin
Hamid_RT22-Jan-06 21:43
Hamid_RT22-Jan-06 21:43 
GeneralRe: Visuall c Pin
Cedric Moonen22-Jan-06 21:54
Cedric Moonen22-Jan-06 21:54 
GeneralRe: Visuall c Pin
Cedric Moonen22-Jan-06 22:16
Cedric Moonen22-Jan-06 22:16 
GeneralRe: Visuall c Pin
Cedric Moonen22-Jan-06 22:39
Cedric Moonen22-Jan-06 22:39 

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.