MSHFlexGrid....

  • Thread starter Thread starter giddy
  • Start date Start date
G

giddy

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/Article-UsingFlexGrids(1).htm its for
VB6... i wanna implement this in C#


Thanks

Gideon
 
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.
 
oh did'nt know that .. know of any articles?? plz!
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]
- (e-mail address removed)

giddy said:
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/Article-UsingFlexGrids(1).htm its for
VB6... i wanna implement this in C#


Thanks

Gideon
 
giddy,

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

http://msdn2.microsoft.com/en-us/library/e0ywh3cz.aspx


--
- Nicholas Paldino [.NET/C# MVP]
- (e-mail address removed)

giddy said:
oh did'nt know that .. know of any articles?? plz!
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]
- (e-mail address removed)

giddy said:
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/Article-UsingFlexGrids(1).htm its for
VB6... i wanna implement this in C#


Thanks

Gideon
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top