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

Thread: Sort

  1. #1
    Join Date
    Apr 2001
    Posts
    33

    Sort

    how to sort data in combo box where data is DATE.
    example: - 2 August 01 (data add in combo box)

    FYI, the data grab from database but when add in combo box is not is sequence. how i sort the DATE in ascending order.

    Regards,
    Wilson Chai

  2. #2
    Join Date
    Apr 2000
    Posts
    737

    Re: Sort

    I am not sure whether it might help. there is a vbSort class in http://vblib.virtualave.net, it accept variant data type, thus, able to sort number, string, and probably even date.


    HTH

    cksiow
    http://vblib.virtualave.net - share our codes

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