You must Sign In to post a response.
  • Category: Visual Studio

    How to make editable MicrosoftFlexGrid

    I am using Microsoft flexGrid control in visual basic 6..

    I need this grid column to be editable..

    AxMsFlexGrid1.EditMode=True (not working) (says EditMode is ReadOnly)
  • #749553
    hi
    lilly refer this urls for Editable Grid
    in vb6.0


    http://www.codeguru.com/vb/controls/vb_othctrl/article.php/c1509/Editable-FlexGridGrid-Control-in-VB456.htm
    http://msdn.microsoft.com/en-us/library/y4ddh1ac(v=vs.90).aspx
    http://www.codeproject.com/Articles/21316/Edit-Flex-Grid-with-Combo-Box-in-VB
    http://www.codeproject.com/Questions/288677/Editable-grid-in-vb-with-list-box-for-data-entry
    http://www.freevbcode.com/ShowCode.asp?ID=3071
    http://www.vbtutor.net/lesson26.html

    Name : Dotnet Developer-2015
    Email Id : kumaraspcode2009@gmail.com

    'Not by might nor by power, but by my Spirit,' says the LORD Almighty.


  • Sign In to post your comments