MSHFlexGrid....

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • giddy

    MSHFlexGrid....

    hie,

    does anyone know. how to use the MSHFlexGrid.. .in C#... and does'nt
    VS 2005 shipp with a NEW MSHflexGrid??? i hav VB6 installed to so does
    that create some conflict?? theres only ver. 6.0 .

    would someone post a good tute or a WELL COMMENTED sample.. i want to
    be able to add a context menus , be able to add the dynamically moving
    textbox to edit the contents at runtime...
    i got this tute .... .
    http://www.pbdr.com/vbtips/gen/Artic...exGrids(1).htm its for
    VB6... i wanna implement this in C#


    Thanks

    Gideon

  • Nicholas Paldino [.NET/C# MVP]

    #2
    Re: MSHFlexGrid....

    Gideon,

    Honestly, I have no clue why you would want to use the MSHFlexGrid.
    It's woefully underpowered and difficult to use compared to the
    DataGridView, or even the DataGrid in .NET 1.1 and before.

    Stick with the DataGridView, it will do everything you want, and more.


    --
    - Nicholas Paldino [.NET/C# MVP]
    - mvp@spam.guard. caspershouse.co m

    "giddy" <gidisrael@gmai l.comwrote in message
    news:1156698178 .789315.30230@i 42g2000cwa.goog legroups.com...
    hie,
    >
    does anyone know. how to use the MSHFlexGrid.. .in C#... and does'nt
    VS 2005 shipp with a NEW MSHflexGrid??? i hav VB6 installed to so does
    that create some conflict?? theres only ver. 6.0 .
    >
    would someone post a good tute or a WELL COMMENTED sample.. i want to
    be able to add a context menus , be able to add the dynamically moving
    textbox to edit the contents at runtime...
    i got this tute .... .
    http://www.pbdr.com/vbtips/gen/Artic...exGrids(1).htm its for
    VB6... i wanna implement this in C#
    >
    >
    Thanks
    >
    Gideon
    >

    Comment

    • giddy

      #3
      Re: MSHFlexGrid....

      oh did'nt know that .. know of any articles?? plz!

      Nicholas Paldino [.NET/C# MVP] wrote:
      Gideon,
      >
      Honestly, I have no clue why you would want to use the MSHFlexGrid.
      It's woefully underpowered and difficult to use compared to the
      DataGridView, or even the DataGrid in .NET 1.1 and before.
      >
      Stick with the DataGridView, it will do everything you want, and more.
      >
      >
      --
      - Nicholas Paldino [.NET/C# MVP]
      - mvp@spam.guard. caspershouse.co m
      >
      "giddy" <gidisrael@gmai l.comwrote in message
      news:1156698178 .789315.30230@i 42g2000cwa.goog legroups.com...
      hie,

      does anyone know. how to use the MSHFlexGrid.. .in C#... and does'nt
      VS 2005 shipp with a NEW MSHflexGrid??? i hav VB6 installed to so does
      that create some conflict?? theres only ver. 6.0 .

      would someone post a good tute or a WELL COMMENTED sample.. i want to
      be able to add a context menus , be able to add the dynamically moving
      textbox to edit the contents at runtime...
      i got this tute .... .
      http://www.pbdr.com/vbtips/gen/Artic...exGrids(1).htm its for
      VB6... i wanna implement this in C#


      Thanks

      Gideon

      Comment

      • Nicholas Paldino [.NET/C# MVP]

        #4
        Re: MSHFlexGrid....

        giddy,

        The documentation for the DataGridView in .NET 2.0 would be a good place
        to start:

        Learn how to use the `DataGridView` control to show read-only views of a small amount of data, or scale it to show editable views of very large sets of data.



        --
        - Nicholas Paldino [.NET/C# MVP]
        - mvp@spam.guard. caspershouse.co m

        "giddy" <gidisrael@gmai l.comwrote in message
        news:1156701356 .478757.270900@ b28g2000cwb.goo glegroups.com.. .
        oh did'nt know that .. know of any articles?? plz!
        >
        Nicholas Paldino [.NET/C# MVP] wrote:
        >
        >Gideon,
        >>
        > Honestly, I have no clue why you would want to use the MSHFlexGrid.
        >It's woefully underpowered and difficult to use compared to the
        >DataGridView , or even the DataGrid in .NET 1.1 and before.
        >>
        > Stick with the DataGridView, it will do everything you want, and
        >more.
        >>
        >>
        >--
        > - Nicholas Paldino [.NET/C# MVP]
        > - mvp@spam.guard. caspershouse.co m
        >>
        >"giddy" <gidisrael@gmai l.comwrote in message
        >news:115669817 8.789315.30230@ i42g2000cwa.goo glegroups.com.. .
        hie,
        >
        does anyone know. how to use the MSHFlexGrid.. .in C#... and does'nt
        VS 2005 shipp with a NEW MSHflexGrid??? i hav VB6 installed to so does
        that create some conflict?? theres only ver. 6.0 .
        >
        would someone post a good tute or a WELL COMMENTED sample.. i want to
        be able to add a context menus , be able to add the dynamically moving
        textbox to edit the contents at runtime...
        i got this tute .... .
        http://www.pbdr.com/vbtips/gen/Artic...exGrids(1).htm its for
        VB6... i wanna implement this in C#
        >
        >
        Thanks
        >
        Gideon
        >
        >

        Comment

        • giddy

          #5
          Re: MSHFlexGrid....

          Thanks so much!

          Gideon

          Comment

          Working...