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

    Accesing CComboBox in toolbar

    Hi all !

    First i have a SDI application with one toolbar. Now i have use some code found here at codeguru to display a Combo box in my toolbar. Its working. Now i want to access that Combo box to put and retreive information from it. I want to do that from my view class. I have tried to use GetDlgItem but its not working... So i'm wondering whats the best way to do that !!

    Thank you all
    Charles Brenn


  2. #2
    Join Date
    May 1999
    Location
    Antwerp, Belgium
    Posts
    136

    Re: Accesing CComboBox in toolbar


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