Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6917389
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T09:43:27+00:00 2026-05-27T09:43:27+00:00

For aesthetic reasons, I’d like to replace -> in my program with actual arrow

  • 0

For aesthetic reasons, I’d like to replace -> in my program with actual arrow characters (→). It works perfectly everywhere, except in ListView items, where the arrow is replaced by an empty square.

Any ideas why?

Code (VB.Net, targeting framework 2.0):

Public Class Form1
Private Sub Form1_Load(sender As System.Object, e As System.EventArgs) Handles MyBase.Load
    Dim ListView1 As New System.Windows.Forms.ListView()
    Dim ColumnHeader1 As New System.Windows.Forms.ColumnHeader()
    Dim ColumnHeader2 As New System.Windows.Forms.ColumnHeader()
    Dim ListViewItem1 As System.Windows.Forms.ListViewItem = New System.Windows.Forms.ListViewItem(New String() {"Arrow", "A → B"})


    ListView1.Columns.AddRange(New System.Windows.Forms.ColumnHeader() {ColumnHeader1, ColumnHeader2})
    ListView1.Items.AddRange(New System.Windows.Forms.ListViewItem() {ListViewItem1})
    ListView1.Location = New System.Drawing.Point(12, 12)
    ListView1.Size = New System.Drawing.Size(205, 150)
    ListView1.View = System.Windows.Forms.View.Details

    Me.Controls.Add(ListView1)
End Sub
End Class

Output:

Code output

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-27T09:43:27+00:00Added an answer on May 27, 2026 at 9:43 am

    enter image description here

    No repro, obviously. Working with utf-8 in the context of ListView otherwise makes no sense. .NET strings are stored internally in utf-16.

    After question update: a rectangle appears when the font doesn’t have the glyph to display the codepoint. Troubleshoot with the charmap.exe applet. And do make sure that you are actually reading the file correctly. Use the debugger to inspect the string. Use the string’s ToCharArray() method to look at the individual character codes.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

For aesthetic reasons, I'd like the initial controller of my iPhone app to be
For aesthetic reasons, I would like to use the same private key that I
For aesthetic reasons, I want to show a form on top of another form,
At first glance this seems like a purely subjective/aesthetic issue, but I'd be interested
I'm developing a web application using rails. For aesthetic purposes, i need to replace
In an object, for nothing more than purely aesthetic reasons, I'm wondering if there's
I have an aesthetic UI element, a reflection, that works well on the iPhone
Why are comments different colors in different programs? Is it just aesthetic or is
In a test class, I’d like to provide my own overload of assertEquals with
I've got a list of objects that I need to organize as an aesthetic

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.