My命名空間是VB.NET獨(dú)有的,C#中沒有與之等價(jià)的語句,但可以通過自己編寫代碼模仿其中的某些功能。
創(chuàng)新互聯(lián)公司專業(yè)為企業(yè)提供壽縣網(wǎng)站建設(shè)、壽縣做網(wǎng)站、壽縣網(wǎng)站設(shè)計(jì)、壽縣網(wǎng)站制作等企業(yè)網(wǎng)站建設(shè)、網(wǎng)頁設(shè)計(jì)與制作、壽縣企業(yè)網(wǎng)站模板建站服務(wù),10余年壽縣做網(wǎng)站經(jīng)驗(yàn),不只是建網(wǎng)站,更提供有價(jià)值的思路和整體網(wǎng)絡(luò)服務(wù)。
My.Computer.FileSystem.ReadAllText()
等價(jià)于
File.ReadAllText(string filename)靜態(tài)方法。
創(chuàng)建結(jié)構(gòu)體,用結(jié)構(gòu)體傳輸數(shù)據(jù):
Public Structure InValue
Public P As 類型
Public Q As 類型
'其他值定義
End Structure
Public Structure OutValue
Public A() As 類型
Public B As 類型
'其他值定義
End Structure
把Dll內(nèi)的方法改為:
Public Function calculation(value As InValue) As OutValue
Dim [out] As New OutValue
'處理函數(shù)
Return [out]
End Function
引用:
dim ffun as new pla.tua
dim inval as invalue
in.** = **
dim outp as outvalue = ffun.calculation(inval)
VB 只能做 ActiveX 控件或者 ActiveX DLL,普通的 COM 組件不行。
你只要在建立工程的時(shí)候選擇建立 ActiveX 控件或者 ActiveX DLL 就可以了,然后自己寫一個(gè)函數(shù)編譯即可。
我想了兩種思路,winform沒有findControl,只有個(gè)this.Controls.Contains("textBox1"),因此除了遍歷沒辦法了。。。
思路1:遍歷Controls,具體你自己完善下,
if(this.Controls.Count0)
{
foreach(Control c in this.Controls)
if(c.GetTepy==Tepyof(TextBox))
string str += ((TextBox)c).Text;
}
文章標(biāo)題:包含vb.net寫com的詞條
網(wǎng)頁地址:http://www.rwnh.cn/article34/dohhppe.html
成都網(wǎng)站建設(shè)公司_創(chuàng)新互聯(lián),為您提供標(biāo)簽優(yōu)化、網(wǎng)站制作、網(wǎng)站收錄、網(wǎng)站改版、App開發(fā)、網(wǎng)站建設(shè)
聲明:本網(wǎng)站發(fā)布的內(nèi)容(圖片、視頻和文字)以用戶投稿、用戶轉(zhuǎn)載內(nèi)容為主,如果涉及侵權(quán)請(qǐng)盡快告知,我們將會(huì)在第一時(shí)間刪除。文章觀點(diǎn)不代表本網(wǎng)站立場(chǎng),如需處理請(qǐng)聯(lián)系客服。電話:028-86922220;郵箱:631063699@qq.com。內(nèi)容未經(jīng)允許不得轉(zhuǎn)載,或轉(zhuǎn)載時(shí)需注明來源: 創(chuàng)新互聯(lián)