How to create CMFCLinkCtrl hyperlink multiline?
C / C++ / MFC
2
Posts
2
Posters
0
Views
1
Watching
-
Hi i am using this control in my Application, There i don't have enough horizontal space show entire link. i wanted show that link in multiline. Is it possible?
I've not used this control and so I'm not sure if there is a separate URL and Text property. If there is you could put a
\n
or\r\n
within the Text to split it in 2 lines.«_Superman_» _I love work. It gives me something to do between weekends.