Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Vista Credential Provider with Newlines

I'm trying to build a Vista Credential Provider. I have a field whose type is CPFT_SMALL_TEXT. I would like to put a multiline string into this field, but it keeps getting cut off part way through with an ellipsis appended at the break. How can I avoid this and get my multiline string to show up?

like image 202
user46029 Avatar asked Nov 05 '22 22:11

user46029


1 Answers

Did you think about simply creating multiple fields and feeding each of them a single line?

like image 181
lothar Avatar answered Nov 16 '22 07:11

lothar