Results 1 to 3 of 3

Thread: Vb combobox

  1. #1

    Thread Starter
    New Member
    Join Date
    Aug 2000
    Posts
    2

    Unhappy

    Can anyone Please help me . How can I in Runtime add
    new item in combobox and have it permanently added
    to the Combobox List??? When I add on the top it is removed when program stops. Thank you in advance.

  2. #2
    Guest
    You need to save it when the program quits and reload it when the program starts. Use:

    SaveSetting appname, section, key, setting
    GetSetting(appname, section, key[, default])
    GetAllSettings(appname, section)
    DeleteSetting appname, section[, key]

  3. #3
    Lively Member
    Join Date
    Jul 2000
    Posts
    104
    Or you could use a database to add/load selections to the combo box.

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