CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 5 of 5

Threaded View

  1. #1
    Join Date
    Mar 2012
    Posts
    12

    Trim ComboBox items

    I want to trim all ComboBox items for example:

    ComboBox items

    Processor:12000
    Ram:5000


    I want to trim string before colon (including 'colon') and send to listbox, so i can calculate all prices for items.
    So plz tell me how can i do that.

    Thanks
    Attached Images Attached Images

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

Featured