Hello!
I use VS 2003 and C#
Some background so you can better understand my question.
I have several windows form within a project.
A have also other projects which are user defined class libraries and user
defined windows control libraries.
In most of the windows form a use rather advanced grid that the microsoft
doesn't support. So to be able to create these advanced grid I use a product
called Flygrid from the third party NineRays which consist of 4 assembly
dll.
So in several project a have references to some of the assembly dll that the FlyGrid consist of.
Now to my question what accactly is the correct way to do when I want to use the new versions of the assembly dll that the flygrid consist of in my
projects.
The reson I ask is that I run into some problems when I downloaded a new version of the Flygrid and begin to use them in my projects.
The problem that occurred was that several control which was flygrids
disappear in every window form when I used the View Disigner so I had to
drag them from the toolbox and adjust their size.
All flygrids I use in my window form was derived from a the basic flygrid.
So I just want to know if there exist a way to start using new assembly dll
in my projects to avoid my problems.
//Tony