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

Thread: Combo height

  1. #1
    Join Date
    Oct 2001
    Posts
    5

    Combo height

    How Can I set height of Combobox To appropriate
    Cell height of msflexgrid height


  2. #2
    Join Date
    Jun 2001
    Location
    Sri Lanka
    Posts
    272

    Re: Combo height

    If u want a combo box having a dynamic height, u can use the Combo box of Microsoft Forms 2.0 Object Library.
    Good Luck
    Srinika

    If u don't know how to Rate an answer, then Rate my answer to learn, If u know, then practice it

  3. #3
    Join Date
    Oct 2001
    Posts
    5

    Re: Combo height

    Thanx For sending reply
    But it is not useful it is older version
    I want regular combox to suit cell of msflexgrid



  4. #4
    Join Date
    May 2000
    Location
    New York, NY, USA
    Posts
    2,878

    Re: Combo height

    Combo1.Left = MSFlexGrid1.CellLeft + MSFlexGrid1.Left
    Combo1.Top = MSFlexGrid1.CellTop + MSFlexGrid1.Top
    Combo1.Width = MSFlexGrid1.CellWidth


    Iouri Boutchkine
    iouri@hotsheet.com
    Iouri Boutchkine
    iouri@hotsheet.NOSPAM.com

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