摘要:
在以前版本 Visual Basic 或 Visual C++中,创建不规则窗体和控件是一件很复杂的事,不仅需要调用大量 API 函数而且工作量也不小。不过,现在在 Visual C#下,情况就完全不同了。运用 Windows Forms 你就可以很轻易地创建出一个不规则的窗体以及窗体上的控件。一个具有不规则窗体和控件的应用程序肯定会更吸引广大的用户,微软的 Windows Media Playe... 阅读全文
摘要:
string pass = FormsAuthentication.HashPasswordForStoringInConfigFile(txtPass.Text, "MD5");SqlCommand cmd = new SqlCommand("select count(*) from 注册 where Name=@name and Pass=@ps", con); cmd.Parameters.... 阅读全文