开发者

How to create UI similar to file replace dialog in window 7 using C# Windows Forms?

开发者 https://www.devze.com 2023-01-13 09:54 出处:网络
I need to create a dialog that allows user to choose between several rather complex actions. I really like the usability of the windows 7 file replace dialog and I think it would suit my needs very we

I need to create a dialog that allows user to choose between several rather complex actions. I really like the usability of the windows 7 file replace dialog and I think it would suit my needs very well. Here's a screenshot for reference:

How to create UI similar to file replace dialog in window 7 using C# Windows Forms?

Is it possible to use the controls th开发者_运维技巧at were used for windows dialog? If not, how would you recommend creating UI similar to this dialog?


Seems like this could easily be done with a window containing a few labels for the text and three custom controls - with some images for the arrows and file icons - each of which changes their background image when the user mouses over them - and fires an event the window picks up on when they are clicked. Fairly standard WinForms stuff.

Is there a particular part of the process you need some extra help with? Like, for example, the mouse over?

0

精彩评论

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

关注公众号