NoSkillPureAndy
NoSkillPureAndy
Explore posts from servers
CC#
Created by NoSkillPureAndy on 10/11/2024 in #help
✅ FileNotFoundException: Could not load file or assembly. The system cannot find the file specified.
No description
18 replies
CC#
Created by NoSkillPureAndy on 8/25/2024 in #help
DataGridViewCell won't display line breaks properly when editing
I'm trying to put multiple lines in this DataGridViewCell, but when I edit the value, the line breaks disappear, seemingly because they get converted into \n when the cell's value is set rather than staying as \r\n. How can I fix this? This is .NET 4.7.2 WinForms. If I could use WPF and/or a more modern .NET version, I would.
1 replies
CC#
Created by NoSkillPureAndy on 6/14/2024 in #help
DataGridViewCell won't display line breaks properly when editing
I'm trying to put multiple lines in this DataGridViewCell, but when I edit the value, the line breaks disappear, seemingly because they get converted into \n when the cell's value is set rather than staying as \r\n. How can I fix this? This is .NET 4.7.2 WinForms. If I could use WPF and/or a more modern .NET version, I would.
1 replies