CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Feb 2005
    Posts
    568

    CCombobox control

    In CCombobox control, there is a method called GetLbText, to get the text in the combo box, either user enter or select.... is there a function that can allow to Set it?

    i just want to display a text in the combobox, i not going to insert it to the choice.

  2. #2
    VictorN's Avatar
    VictorN is offline Super Moderator Power Poster
    Join Date
    Jan 2003
    Location
    Hanover Germany
    Posts
    20,396

    Re: CCombobox control

    Try CWnd::SetWindowText
    Victor Nijegorodov

  3. #3
    Join Date
    Feb 2005
    Posts
    568

    Re: CCombobox control

    got it... thanks.

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