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

    REALLY URGENT: combo box inside a grid control cell



    I have a program written in VB4.


    Problem: How do you make a cell in a grid control behave like a combox when you click on it? Is there a control that combines both a grid control with a combo box?


    I really really need help on this.


    Thanks,

    Darkwing

  2. #2
    Join Date
    May 1999
    Posts
    45

    Re: REALLY URGENT: combo box inside a grid control cell



    check out Sheridan's(?) spread.vbx / ocx




  3. #3
    Join Date
    May 1999
    Location
    Oxford UK
    Posts
    1,459

    Re: REALLY URGENT: combo box inside a grid control cell



    Or you could check out the article at the msdn :


    http://support.microsoft.com/support.../q140/8/88.asp


    Which shows how to use a textbox (you could change it for a combo) with a Grid Control in VB4. The MSFlexGrid in VB5 is even easier to use with edit controls.


    Regards


    Chris Eastwood


    CodeGuru - the website for developers

    http://www.codeguru.com/vb




    How to Edit Grid Cells in VB Using Overlapped Text Box

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