List box behaviour

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • MJ

    List box behaviour

    When I create a combo or list box and enter text or numbers they
    appear as Squares or ||||| ?

    VB5LE
    WinXP Pro

    Any Ideas?

    Thanks in advance


  • Randy Birch

    #2
    Re: List box behaviour

    This usually means the font assigned to the listbox is not recognized. I
    know combo's will show a delimiter character if a tab character is entered
    (chr$(9) or vbTab), regardless of font.

    --

    Randy Birch
    MVP Visual Basic

    Please respond only to the newsgroups so all can benefit.


    "MJ" <m.john@which.n et> wrote in message
    news:bm93vi$ees $1@sparta.btint ernet.com...
    : When I create a combo or list box and enter text or numbers they
    : appear as Squares or ||||| ?
    :
    : VB5LE
    : WinXP Pro
    :
    : Any Ideas?
    :
    : Thanks in advance
    :
    :


    Comment

    Working...