舉個例子:
定制開發(fā)可以根據(jù)自己的需求進(jìn)行定制,成都網(wǎng)站制作、網(wǎng)站建設(shè)、外貿(mào)網(wǎng)站建設(shè)構(gòu)思過程中功能建設(shè)理應(yīng)排到主要部位公司成都網(wǎng)站制作、網(wǎng)站建設(shè)、外貿(mào)網(wǎng)站建設(shè)的運用實際效果公司網(wǎng)站制作網(wǎng)站建立與制做的實際意義
先引入命名空間:
Imports
System.IOImports
System.Security.AccessControl
代碼:
Dim
sec
As
DirectorySecurity
=
New
DirectorySecurityDim
rule
As
FileSystemAccessRule
=
New
FileSystemAccessRule("Administrator",
FileSystemRights.Delete,
AccessControlType.Allow)sec.AddAccessRule(rule)Directory.CreateDirectory("C:\test",
sec)
這段代碼就是以
Administrator
帳戶
在
C:\
創(chuàng)建
test
文件夾。
.NET 的環(huán)境只有一個,就是.NET Framework
如果你是XP系統(tǒng)的話一般要安裝4.0版本
下載的軟件當(dāng)然是visual studio;你可以使用visual studio2015,但是要注意開發(fā)時要選擇對應(yīng)的目標(biāo)框架
只要在這里能看到.NET Franmework4.0就表示你安裝好了
dim 一個窗體 as new form
with 一個窗體
.location=...
.size=...'這里是設(shè)置窗體的位置等屬性
end with
一個窗體.show