Hi!
I am using .net 3.5, with C# express and sometimes #develop.
I needed a graph\chart, and downloaded Zedgraph. I want to use the DLL, but how do I do that?
How do I add a library? Would it also add the chart component to the TOOLBOX?
thanks
Printable View
Hi!
I am using .net 3.5, with C# express and sometimes #develop.
I needed a graph\chart, and downloaded Zedgraph. I want to use the DLL, but how do I do that?
How do I add a library? Would it also add the chart component to the TOOLBOX?
thanks
Have you tried setting a reference to that file?
I hope I did.
In Solution explorer/references I added the DLL file. Now the intelisense "recognizes" new classes, but I dont have the Zedgraph or anything new in my toolbox.
I tried to "choose toolbox items" but couldnt find anything relevant to add.
Did you rebuild your solution after adding the reference?
You need to right click on the toolbox, select "Choose Items.." and browse to the dll containing the control.
As a side note if you choose C# settings when you add it as a refrence to your project it will show up in the toolbox (you may need to close and re-open VS), but if you choose c++ settings you must do it manually.