Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. C#
  4. Using MSHFlexgrid in C#

Using MSHFlexgrid in C#

Scheduled Pinned Locked Moved C#
csharphelpquestion
4 Posts 4 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • H Offline
    H Offline
    Hoang Dung
    wrote on last edited by
    #1

    I want to uses MsHFlexgrid in C#, but it don't. How I uses it in C#? Please help me. Thanks.

    K I 2 Replies Last reply
    0
    • H Hoang Dung

      I want to uses MsHFlexgrid in C#, but it don't. How I uses it in C#? Please help me. Thanks.

      K Offline
      K Offline
      Khang Nguyen
      wrote on last edited by
      #2

      Hello Hoang Dung, I think MSHFlexgrid only works with VB but not 100% positive. Try the following Link and you'll see MSHFlexgrid is listed under VB 6.0. http://msdn.microsoft.com/library/default.asp?url=/library/en-us/mshflx98/html/vbidxMSFlexGridControlConstants.asp Khang Nguyen ;)

      1 Reply Last reply
      0
      • H Hoang Dung

        I want to uses MsHFlexgrid in C#, but it don't. How I uses it in C#? Please help me. Thanks.

        I Offline
        I Offline
        Itanium
        wrote on last edited by
        #3

        DataGrid in C# have all the properties of MSHFlexgrid. so why to go for that???? sorry for my bad English.

        D 1 Reply Last reply
        0
        • I Itanium

          DataGrid in C# have all the properties of MSHFlexgrid. so why to go for that???? sorry for my bad English.

          D Offline
          D Offline
          dynamic
          wrote on last edited by
          #4

          you can use a flexi grid in C# , just add it to the toolbox : VB:


          Private void button6_Click(Object sender, System.EventArgs e)
          {
          For (int i=0;i<20;i++)
          {
          axMSFlexGrid1.AddItem("item\t" + i,0);
          }
          }


          hope that helps.:)


          Private void ExpectingTwins(string twins)
          {
          switch(twins)
          {
          Case ("twins on the way"):
          MessageBox.Show("for mr and mrs dynamic","twins on the way");
          break;
          }
          }


          1 Reply Last reply
          0
          Reply
          • Reply as topic
          Log in to reply
          • Oldest to Newest
          • Newest to Oldest
          • Most Votes


          • Login

          • Don't have an account? Register

          • Login or register to search.
          • First post
            Last post
          0
          • Categories
          • Recent
          • Tags
          • Popular
          • World
          • Users
          • Groups