While we appreciate comments from our users, please follow our posting guidelines. Have you tried the Cyotek Forums for support from Cyotek and the community?

Styling with Markdown is supported

Original Comment

CD

# Reply

Does the nuget package add the imagebox control to the toolbox to be able to drag over to form or do I need to use the nuget package through code only? As the nuget package seems not to add it to the toolbox for me.

Gravatar

Richard Moss

# Reply

No, it doesn't add a toolbox item - this isn't something a NuGet package can do. And besides, it wouldn't be desirable behaviour either given that each solution will get a fresh copy of the package. You would need to either manually add it to the toolbox (which I wouldn't do) or create any control on your form, then open the .designer file and change it to be an ImageBox. Not ideal, but not too much of a hassle either.

CD

# Reply

Thanks. Just wanted to be sure I wasn't missing something. I am a noob to nuget.

Gravatar

Richard Moss

# Reply

You're welcome. Question comes up every so often, I should probably add some instructions somewhere on how to do it!

Regards; Richard Moss