Results 1 to 3 of 3

Thread: format comboBox text

  1. #1

    Thread Starter
    Member
    Join Date
    Nov 2006
    Location
    Jerusalem
    Posts
    39

    format comboBox text

    hi

    i want to change the text format and font of a comboBox entry.

    any method to do that ?

    thanks

  2. #2
    PowerPoster jcis's Avatar
    Join Date
    Jan 2003
    Location
    Argentina
    Posts
    4,430

    Re: format comboBox text

    VB Code:
    1. Combo1.Font.Name = "Arial"
    2.     Combo1.Font.Size = 12
    3.     Combo1.Font.Bold = True
    To change the format you could use Format()

  3. #3

    Thread Starter
    Member
    Join Date
    Nov 2006
    Location
    Jerusalem
    Posts
    39

    Re: format comboBox text

    thanks ..

    I meant in the same entry
    ex: (" comboBox1 ComboBox ") just like the comboBox that appears just above the properties table/grid of controls .. any idea ?

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width