本文转自:http://www.cnblogs.com/lify0407/archive/2007/08/01/838589.html c#.NET和VB.NET语法的比较 VB.NET C# Comments ' Single line only Rem Single line only // Single line /* Multiple line */ /// XML comments on single line /** XML comments on multiple l
在winform中让MessageBox.Show显示的窗口不显示在任务栏中:第一个参数很明显是你要显示的内容 类型是string 语法Visual Basic(声明) Public Shared Function Show ( _text As String, _caption As String, _buttons As MessageBoxButtons, _icon As MessageBoxIcon, _defaultButton As MessageBoxDefaultButto