开发者

Exception using CheckBoxComboBox from CodeProject

开发者 https://www.devze.com 2023-02-05 18:37 出处:网络
I am using .NET 3.5 and programming in VB. I recently came accross the need to have a multi select dropdown box.I tried to disuade my manager from I did my usual google searches as .NET does not 开发者

I am using .NET 3.5 and programming in VB. I recently came accross the need to have a multi select dropdown box. I tried to disuade my manager from I did my usual google searches as .NET does not 开发者_开发技巧come with a standard drop down component that allows this functionality.

I found this Article

I downloaded the demo and it works exactly the way I want it to work in my application. However when I attempt to add this component to my project, it fails at base.WndProc(ref m) and says that the string is an invalid boolean. Ideally I would debug this and pass in a boolean as it sounds like it's getting a string instead of the expected boolean. But I can't modify the WndProc() method. Or can I?

Or if anyone else has looked at this article and gotten it to successfully work. I'd appreciate any advice on the matter.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号