摘要:初学C#记录历程,记录心情。添加FolderBrowserDialog: folderBrowserDialog, 属性RootFolder 为Desktop,ShowNewFolderButton 为TrueUI:View Code 1 using System; 2 using System.Collections.Generic; 3 usin...
阅读全文
摘要:初学C#记录历程,记录心情。UI:View Code 1 using System; 2 using System.Collections.Generic; 3 using System.ComponentModel; 4 using System.Data; 5 using System.Drawing; 6 using System.Lin...
阅读全文
摘要:初学C#记录历程,记录心情。1. 添加Windows Media Player COM 组件右击 Toolbox-->Choose Items-->COM Components, 选择Windows Media Player, OK, 这时会看到Toolbox中出现了Windows Media Player控件,添加到窗口就可以了,名字:mediaPlayer2. 添加Listbox ,lstPlayer3. 添加MenuStrip, addFiles4.添加 OpenFileDialog 控件,openFileDialogView Code 1 ...
阅读全文