datOverflow
datOverflow

Reputation: 36

Implement HexBox

http://sourceforge.net/projects/hexbox/ I'm trying to implement the DLL portion of the download into my project so I can use the HexBox control, but it seems as if it does not show up in my ToolBox, so there's no way I can think of for putting it on forms :S

I'm just wondering how I can fix this, as I'm not sure if I'm either doing it wrong or WPF doesn't support this without a fight.­

Upvotes: 1

Views: 1107

Answers (2)

EricLaw
EricLaw

Reputation: 57115

The HexBox control you're referring to is a WinForms control, not a WPF control.

Upvotes: 1

puneet
puneet

Reputation: 797

You need to build your solution with the dll referenced and then check. Also make sure that show all tools is enabled in the toolbox.

You can also use choose items and add the tool to the toolbox using its dll.

Upvotes: 0

Related Questions