文件名称:CustomColorDialog
- 所属分类:
- 界面编程
- 资源属性:
- [Windows] [Visual.Net] [源码]
- 上传时间:
- 2012-11-26
- 文件大小:
- 20kb
- 下载次数:
- 0次
- 提 供 者:
- as***
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
The common dialog boxes on Windows are sufficient for most users. However there are always requirements where these dialog boxes need customization. I wanted users to choose not only color but specify the alpha values from the ColorDialog box. I customized the default ColorDialog box using Win32 API. There are some hacks, some dirty C# code (I am new to C# so any suggestions to improve code is very much welcome), but finally I have a customized C# ColorDialog box control where the user can not only choose the color but also specify the alpha value
(系统自动生成,下载前可以参看下载内容)
下载文件列表
CustomColorDialog\CustomColorDialog
.................\.................\AlphaSlider.cs
.................\.................\AssemblyInfo.cs
.................\.................\CustomColorDialog.cs
.................\.................\CustomColorDialog.csproj
.................\.................\CustomColorDialog.csproj.user
.................\.................\NativeMethods.cs
.................\CustomColorDialog.sln
.................\CustomColorDialog.suo
.................\CustomColorDialogClient
.................\.......................\App.ico
.................\.......................\AssemblyInfo.cs
.................\.......................\CustomColorDialogClient.csproj
.................\.......................\CustomColorDialogClient.csproj.user
.................\.......................\Form1.cs
.................\.......................\Form1.resx
CustomColorDialog
.................\.................\AlphaSlider.cs
.................\.................\AssemblyInfo.cs
.................\.................\CustomColorDialog.cs
.................\.................\CustomColorDialog.csproj
.................\.................\CustomColorDialog.csproj.user
.................\.................\NativeMethods.cs
.................\CustomColorDialog.sln
.................\CustomColorDialog.suo
.................\CustomColorDialogClient
.................\.......................\App.ico
.................\.......................\AssemblyInfo.cs
.................\.......................\CustomColorDialogClient.csproj
.................\.......................\CustomColorDialogClient.csproj.user
.................\.......................\Form1.cs
.................\.......................\Form1.resx
CustomColorDialog