
VB.NET
文章平均质量分 59
jabby12
这个作者很懒,什么都没留下…
展开
-
用VB.NET实现MD5加密
Imports System.TextImports System.Security.CryptographyPublic Class Form1Class Form1 Inherits System.Windows.Forms.Form#Region " Windows 窗体设计器生成的代码 " Public Sub New()Sub New() MyBase.New原创 2004-08-02 17:15:00 · 6855 阅读 · 9 评论 -
VB.NET中的组件开发
先看段组件的代码:(临时写的,写得比较乱) 登录验证组件原创 2004-08-15 18:55:00 · 1882 阅读 · 0 评论 -
VB.NET中得到计算机硬件信息
作者:孟宪会 出自:【孟宪会之精彩世界】?得到显示器分辨率 Dim X As Short = System.Windows.Forms.Screen.PrimaryScreen.Bounds.WidthDim Y As Short = System.Windows.Forms.Screen.PrimaryScreen.Bounds.HeightMsgBox("您的显示器分辨率是:" & X原创 2004-08-08 15:11:00 · 1964 阅读 · 0 评论 -
VB.NET与C#语法的比较
VB.NET and C# ComparisonThis is a quick reference guide to highlight some key syntactical differences between VB.NETand C#. Hope you find this useful!Thank you to Tom Shelton, Fergus Cooney, and other原创 2004-09-17 14:26:00 · 2124 阅读 · 3 评论 -
C#转vb.net在线转换
在线:http://authors.aspalliance.com/aldotnet/examples/translate.aspx http://www.ragingsmurf.com/vbcsharpconverter.aspx离线工具:http://www.kamalpatel.net/Downloads/ConvertCSharp2VB_Offline_Tool.zip(功能较原创 2004-09-17 14:36:00 · 9833 阅读 · 1 评论 -
VB.NET与C#的完美结合
http://blog.mvpcn.net/mydotnet/archive/2004/09/18/3936.aspx原创 2004-09-18 16:08:00 · 2441 阅读 · 0 评论