Problem on MSHFlexGrid

  • Thread starter Thread starter mc
  • Start date Start date
M

mc

HI,

I face a problem on using MSHFlexGrid currently. I have developed a grid
using the MSFlexGrid control at office, it does work at my office machine.
Later, I copy the whole source code folder to my home computer. When I open
the source code in Visual Studio at home, I found that the grid on the form
design screen is disappeared and got the error message when I tried to
compile the program again. I've tried to add the AxInterop.MSFlexGridLib.dll
in the project bin folder to the project again but I still get the same
compilation error. Any one can help me to fix it? Thanks

MC
 
mc said:
HI,

I face a problem on using MSHFlexGrid currently. I have developed a grid
using the MSFlexGrid control at office, it does work at my office machine.
Later, I copy the whole source code folder to my home computer. When I open
the source code in Visual Studio at home, I found that the grid on the form
design screen is disappeared and got the error message when I tried to
compile the program again. I've tried to add the AxInterop.MSFlexGridLib.dll
in the project bin folder to the project again but I still get the same
compilation error. Any one can help me to fix it? Thanks

MC

What's the error you get when you try to compile. Most likely you don't
have a reference to the MSFlexGridLib.dll in your project now. You
probably have the dll in a different location. I'm not fimilar with the
MSFlexGridLib, but if there was an install routine for it, do it on your
home machine as well.

Chris
 
The error messages are about the missing of the MSFlexGrid component
However, I don't know how to install the MSFlexGrid.
 
mc said:
The error messages are about the missing of the MSFlexGrid component
However, I don't know how to install the MSFlexGrid.

Try making a reference to the Dll you put in the bin directory. This
needs to be done in the project.

Chris
 
Yes. I have tried to add the reference, but the grid still disappear in the
form. In addition, the MSFlexGrid control is not found on the toolbox bar
and I can't add it back to the form.
 

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