Click here to Skip to main content
15,881,882 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Making controls appear/disappear according to list selection Pin
BadKarma22-Jan-06 23:43
BadKarma22-Jan-06 23:43 
AnswerRe: Making controls appear/disappear according to list selection Pin
David Crow23-Jan-06 3:44
David Crow23-Jan-06 3:44 
GeneralRe: Making controls appear/disappear according to list selection Pin
kk_vp24-Jan-06 21:54
kk_vp24-Jan-06 21:54 
GeneralRe: Making controls appear/disappear according to list selection Pin
David Crow25-Jan-06 3:00
David Crow25-Jan-06 3:00 
GeneralRe: Making controls appear/disappear according to list selection Pin
kk_vp27-Jan-06 1:47
kk_vp27-Jan-06 1:47 
GeneralRe: Making controls appear/disappear according to list selection Pin
David Crow27-Jan-06 2:54
David Crow27-Jan-06 2:54 
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 
Hi,

How could I get all the section names in an ini?

I know the below.
dwLen = GetPrivateProfileString( NULL, NULL, lpDefault, lpResult, nSize, lpFileName );

It will store all the section names to lpResult. But how can I estimate the nSize, when I am unknown about the section name count and size?

I have to find the nSize first, to allocate the memory for lpResult sothat I can get all the section names. What would be the solution?

Thank you.


- NS -
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 
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 

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.