CR/LFs now visible after update WinXP Prof with SP2

  • Thread starter Thread starter Peter Wagner
  • Start date Start date
P

Peter Wagner

Hi

I've made a program about 2 years ago.
The main window is a ListView.
The contents of the ListView is copied from a multiline TextBox.

After the installation of the SP2 for WinXP Prof the CR/LF pairs are now
visible. :-(
I've not recompiled my solution, I've only updated WinXP Prof from SP1
to SP2.

I think MS has something changed in the platform API?!

Is my problem known?
How can I resolve it?

TIA
p
 
Peter Wagner said:
I've made a program about 2 years ago.
The main window is a ListView.
The contents of the ListView is copied from a multiline TextBox.

After the installation of the SP2 for WinXP Prof the CR/LF pairs are now
visible. :-(

Do you want the characters to be simply /ignored/ or do you want multi-line
items?
 
Herfried K. Wagner said:
Do you want the characters to be simply /ignored/ or do you want
multi-line items?

Do you mean /ignored/ or /deleted/?
I can't delete them, because if I'll edit the item the TextBox should
shows the text as multi-line text.

p
 
Back
Top