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

Thread: ComboBox

  1. #1
    Join Date
    Aug 1999
    Posts
    70

    ComboBox

    Sir,
    I want to know how to enter and retrieve text in a ComboBox at run time.
    Tufail


  2. #2
    Join Date
    Jul 1999
    Location
    Romania - Iasi
    Posts
    558

    Re: ComboBox

    To enter a stgring in a combo box use AddString function for a combo box
    To get string use GetWindowText or GetLBText functions

    Let me know if this help u
    Regards,
    Ovidiu


  3. #3
    Join Date
    Aug 1999
    Posts
    70

    Re: ComboBox

    Thank you very much sir, it works.
    Tufail


  4. #4
    Join Date
    Jul 1999
    Location
    Romania - Iasi
    Posts
    558

    Re: ComboBox

    You forgot to rate me -
    Regards,
    Ovidiu


  5. #5
    Join Date
    Aug 1999
    Posts
    70

    Re: ComboBox

    Sir,
    Please tell me whats meant by rating. I am a new user.
    Tufail


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