开发者

Firefox-Addon Dialog-like in WinForms?

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

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜