Click here to Skip to main content
16,005,316 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
Questionhow to format unicode strings for Rich Edit? Pin
Swapnil G13-Feb-07 20:39
Swapnil G13-Feb-07 20:39 
AnswerRe: how to format unicode strings for Rich Edit? Pin
Hamid_RT13-Feb-07 21:26
Hamid_RT13-Feb-07 21:26 
AnswerRe: how to format unicode strings for Rich Edit? Pin
Mark Salsbery14-Feb-07 6:31
Mark Salsbery14-Feb-07 6:31 
QuestionHow to create Log file and how it is use Pin
Atul2313-Feb-07 20:12
Atul2313-Feb-07 20:12 
AnswerRe: How to create Log file and how it is use Pin
Hamid_RT13-Feb-07 21:15
Hamid_RT13-Feb-07 21:15 
QuestionOFN_ALLOWMULTISELECT is not working in openfile dialog Pin
amitmistry_petlad 13-Feb-07 19:25
amitmistry_petlad 13-Feb-07 19:25 
AnswerRe: OFN_ALLOWMULTISELECT is not working in openfile dialog Pin
Nibu babu thomas13-Feb-07 19:29
Nibu babu thomas13-Feb-07 19:29 
AnswerRe: OFN_ALLOWMULTISELECT is not working in openfile dialog Pin
Waldermort13-Feb-07 19:33
Waldermort13-Feb-07 19:33 
If I remember correctly, each selection is returned in a single string and then has two null characters at the end. So you will need to read the first string as you have done, then set the pointer to the end of the string to get the next. Do this in a loop until the string is NULL, then you know you got them all.
GeneralRe: OFN_ALLOWMULTISELECT is not working in openfile dialog Pin
amitmistry_petlad 13-Feb-07 19:56
amitmistry_petlad 13-Feb-07 19:56 
GeneralRe: OFN_ALLOWMULTISELECT is not working in openfile dialog Pin
Roger Stoltz13-Feb-07 20:53
Roger Stoltz13-Feb-07 20:53 
GeneralRe: OFN_ALLOWMULTISELECT is not working in openfile dialog Pin
amitmistry_petlad 13-Feb-07 21:35
amitmistry_petlad 13-Feb-07 21:35 
GeneralRe: OFN_ALLOWMULTISELECT is not working in openfile dialog Pin
amitmistry_petlad 13-Feb-07 22:43
amitmistry_petlad 13-Feb-07 22:43 
AnswerRe: OFN_ALLOWMULTISELECT is not working in openfile dialog Pin
Roger Stoltz14-Feb-07 1:23
Roger Stoltz14-Feb-07 1:23 
GeneralRe: OFN_ALLOWMULTISELECT is not working in openfile dialog Pin
amitmistry_petlad 14-Feb-07 2:03
amitmistry_petlad 14-Feb-07 2:03 
GeneralRe: OFN_ALLOWMULTISELECT is not working in openfile dialog Pin
amitmistry_petlad 14-Feb-07 2:54
amitmistry_petlad 14-Feb-07 2:54 
AnswerRe: OFN_ALLOWMULTISELECT is not working in openfile dialog Pin
Roger Stoltz14-Feb-07 4:28
Roger Stoltz14-Feb-07 4:28 
GeneralRe: OFN_ALLOWMULTISELECT is not working in openfile dialog Pin
amitmistry_petlad 14-Feb-07 17:05
amitmistry_petlad 14-Feb-07 17:05 
GeneralRe: OFN_ALLOWMULTISELECT is not working in openfile dialog Pin
Roger Stoltz14-Feb-07 21:10
Roger Stoltz14-Feb-07 21:10 
GeneralRe: OFN_ALLOWMULTISELECT is not working in openfile dialog Pin
amitmistry_petlad 14-Feb-07 21:59
amitmistry_petlad 14-Feb-07 21:59 
GeneralRe: OFN_ALLOWMULTISELECT is not working in openfile dialog Pin
Roger Stoltz14-Feb-07 22:19
Roger Stoltz14-Feb-07 22:19 
GeneralRe: OFN_ALLOWMULTISELECT is not working in openfile dialog Pin
amitmistry_petlad 14-Feb-07 22:54
amitmistry_petlad 14-Feb-07 22:54 
GeneralRe: OFN_ALLOWMULTISELECT is not working in openfile dialog Pin
Roger Stoltz14-Feb-07 23:27
Roger Stoltz14-Feb-07 23:27 
GeneralRe: OFN_ALLOWMULTISELECT is not working in openfile dialog Pin
amitmistry_petlad 14-Feb-07 23:59
amitmistry_petlad 14-Feb-07 23:59 
GeneralRe: OFN_ALLOWMULTISELECT is not working in openfile dialog Pin
Roger Stoltz15-Feb-07 0:50
Roger Stoltz15-Feb-07 0:50 
GeneralRe: OFN_ALLOWMULTISELECT is not working in openfile dialog Pin
amitmistry_petlad 15-Feb-07 1:03
amitmistry_petlad 15-Feb-07 1:03 

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.