Click here to Skip to main content
15,886,032 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: How to save javascript file Pin
David Crow26-May-09 17:00
David Crow26-May-09 17:00 
AnswerRe: How to save javascript file Pin
ThatsAlok26-May-09 22:13
ThatsAlok26-May-09 22:13 
Questionget the differents data from a list control Pin
MrKBA26-May-09 8:55
MrKBA26-May-09 8:55 
QuestionRe: get the differents data from a list control Pin
David Crow26-May-09 9:09
David Crow26-May-09 9:09 
AnswerRe: get the differents data from a list control Pin
MrKBA26-May-09 9:12
MrKBA26-May-09 9:12 
QuestionRe: get the differents data from a list control Pin
David Crow26-May-09 9:14
David Crow26-May-09 9:14 
AnswerRe: get the differents data from a list control Pin
MrKBA26-May-09 9:19
MrKBA26-May-09 9:19 
GeneralRe: get the differents data from a list control Pin
David Crow26-May-09 9:27
David Crow26-May-09 9:27 
khaliloenit wrote:
i have some difficulties in the returned data.


It's the exact same data set with SetItemData().

TCHAR *pszBuffer = new TCHAR[12];
_tcscpy(pszBuffer, _T("Hello World"));
m_list.SetItemData(nItem, (DWORD) pszBuffer);
...
pszBuffer = (TCHAR *) m_list.GetItemData(nItem);


"Old age is like a bank account. You withdraw later in life what you have deposited along the way." - Unknown

"Fireproof doesn't mean the fire will never come. It means when the fire comes that you will be able to withstand it." - Michael Simmons


GeneralRe: get the differents data from a list control Pin
MrKBA26-May-09 9:41
MrKBA26-May-09 9:41 
QuestionRe: get the differents data from a list control Pin
Maximilien26-May-09 9:30
Maximilien26-May-09 9:30 
AnswerRe: get the differents data from a list control Pin
MrKBA26-May-09 9:33
MrKBA26-May-09 9:33 
GeneralRe: get the differents data from a list control Pin
Maximilien26-May-09 9:34
Maximilien26-May-09 9:34 
GeneralRe: get the differents data from a list control Pin
David Crow26-May-09 9:36
David Crow26-May-09 9:36 
AnswerRe: get the differents data from a list control Pin
MrKBA26-May-09 12:57
MrKBA26-May-09 12:57 
QuestionRe: get the differents data from a list control Pin
David Crow26-May-09 17:02
David Crow26-May-09 17:02 
AnswerRe: get the differents data from a list control Pin
MrKBA26-May-09 22:37
MrKBA26-May-09 22:37 
AnswerRe: get the differents data from a list control Pin
David Crow27-May-09 2:23
David Crow27-May-09 2:23 
GeneralRe: get the differents data from a list control Pin
MrKBA27-May-09 6:37
MrKBA27-May-09 6:37 
QuestionHow to connect a jboss webservice using win32 or MFC ? Pin
ERLN26-May-09 6:27
ERLN26-May-09 6:27 
AnswerRe: How to connect a jboss webservice using win32 or MFC ? Pin
Stuart Dootson26-May-09 7:53
professionalStuart Dootson26-May-09 7:53 
QuestionMerge Ini Pin
p_196026-May-09 4:03
p_196026-May-09 4:03 
QuestionRe: Merge Ini Pin
David Crow26-May-09 5:59
David Crow26-May-09 5:59 
QuestionDisplay TIFF image in Windows Forms environment Pin
sakthii26-May-09 3:35
sakthii26-May-09 3:35 
AnswerRe: Display TIFF image in Windows Forms environment Pin
Hamid_RT26-May-09 5:32
Hamid_RT26-May-09 5:32 
AnswerRe: Display TIFF image in Windows Forms environment Pin
ThatsAlok28-May-09 6:04
ThatsAlok28-May-09 6:04 

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.