Visual C# Express Edition
Just use the characters or their literals
Ex:
listBox1.Items.Add(" , , , , ," + char(210) + char(200) + char(205));
Hope this helps
(By the way, I am just guessing on the char(x)'s...Just search a little to find out how to really do it)