开发者

Firefox-Addon Dialog-like in WinForms?

开发者 https://www.devze.com 2022-12-26 09:44 出处:网络
Does anybody know how to make a dialog that looks a bit like the firefox-addon dialog. especially the list/gridview style...

Does anybody know how to make a dialog that looks a bit like the firefox-addon dialog. especially the list/gridview style...

I'm using WinForms with C#

alt text http://img59.imageshack.us/img59/1开发者_高级运维781/21010307.jpg


create a custom UserControl with all needed controls on it (caption-label, info-label, picture, buttons, ...). Add some mouse and key-events. For the "listview" inherit a new class from tableLayoutPanel. Add some methods to manage the UserControls (add, remove, focus).... and your done.

Ok, perhaps it could take a while. :-)

0

精彩评论

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