Click here to Skip to main content
15,896,421 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,
I have one code in Win32 that using SYSLINK.
I want change caption of my SYSLINK in inside code.

For example want change current caption to: "link to"

any solution for that?

C++
SetWindowText(GetDlgItem(hDlg, IDC_SYSLINK1 ), LPCTSTR lpString);


How must write caption for lpString? It is include link and it makes trouble.
Regards,
Posted
Updated 30-Nov-12 2:49am
v2

1 solution

I think you should be using the LM_SETITEM[^] message.
 
Share this answer
 
Comments
Rezame 30-Nov-12 8:41am    
Thanks. Can you please say how use this?
Richard MacCutchan 30-Nov-12 8:49am    
Well, you could read the documentation in the link that I provided for you.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900