
Window Forms Programming
sukhoeing
这个作者很懒,什么都没留下…
展开
-
Change the shape of a form
There are a couple of ways: 1. Create a bitmap in the shape of the form with a background color that is not part of the bitmap, such as magenta. Then set the TransparencyKey Property of the for转载 2007-08-06 12:16:00 · 759 阅读 · 0 评论 -
关于如何在.net程序中动态改变界面文化的一些链接
How to set culture information programmatically in a Windows-based application by using Visual Basic 2005 这篇是关于VB2005的,怎么没有C#,郁闷! ApplicationBase.ChangeCulture Method 这个是.net 2.0转载 2007-08-09 16:09:00 · 903 阅读 · 0 评论 -
关于如何在C#程序中访问windows用户的密码:
· Reset Windows Administrator Account Password in C# - How to Reset Windows Administrator Account Password in C# (Silently)· Quick and easy user-level security checks - A library t转载 2007-08-13 15:24:00 · 1314 阅读 · 0 评论 -
如何在.net程序中访问 ACL(Access Control List)
有几个这方面的链接: Access Control List in C# 2.0: Algorithm: Input: 1. LDAP path of the Object 2. Credentials => UserName and Password Output: List all the permissions assigned on t转载 2007-08-14 10:55:00 · 920 阅读 · 0 评论 -
模拟office 2007 界面的.net 控件
GotDotNet User Sample: mentas Ribbon 免费的,非常漂亮。 下面是一些收费的: Office 2007 style Ribbon Control for VS.NET Elegant Ribbon转载 2007-08-15 16:43:00 · 1075 阅读 · 0 评论 -
C# 文件搜索
C# 进行文件搜索的两个小程序 WinSearchFile: how to search files on your PC – “WinSearchFile layout is simple and quite similar to the Explorer integrated search. It is possible to write a pattern search (w转载 2007-08-20 16:37:00 · 1294 阅读 · 0 评论