954,206 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

VB.NET do not allow Msflexgrid on form

Whenever I try to place Msflexgrid component on the form,it show me the message,"You don't have the liscence to use this control.
Please send me solution for that,or tell me the other method to show the grid,as I only want to show the information in the grid form.

mohansameer
Newbie Poster
2 posts since Jul 2004
Reputation Points: 10
Solved Threads: 0
 

Have you tried using a DataGrid?

Tekmaven
Software Architect
Moderator
1,274 posts since Feb 2002
Reputation Points: 322
Solved Threads: 28
 

Just did a little checking, and I found out that the Msflexgrid is a COM Control. When working with .NET, it is very desirable to stay with pure managed code (for example, use .NET controls, instead of COM). The DataGrid would be the flexgrid's .NET equivelent.

Tekmaven
Software Architect
Moderator
1,274 posts since Feb 2002
Reputation Points: 322
Solved Threads: 28
 

Try looking at the following Knowlege base article. This is the fix for getting the design time licences. Further you may have to copy the files (listed in the article) to your machine and register them. Use regsvr32 for this.

http://support.microsoft.com/?id=318597

Doc T

Doc T
Newbie Poster
1 post since May 2005
Reputation Points: 10
Solved Threads: 1
 

Tekmaven,

As you said datagrid is really superiar than Dagrid in VB6 but as MSFLEXGRID it will not allow to create unbound reports in spreadsheet format.

readraj
Newbie Poster
1 post since Sep 2005
Reputation Points: 10
Solved Threads: 0
 

This question has already been solved

Post: Markdown Syntax: Formatting Help
You