找回密碼 或 安全提問
 註冊
|註冊|登錄

伊莉討論區

搜索
感激所有對伊莉作出奉獻的人伊莉需要你的贊助和支持你準備好成為出色的版主了嗎?

休閒聊天興趣交流學術文化旅遊交流飲食交流家庭事務PC GAMETV GAME
熱門線上其他線上感情感性寵物交流家族門派動漫交流貼圖分享BL/GL
音樂世界影視娛樂女性頻道潮流資訊BT下載區GB下載區下載分享短片
電腦資訊數碼產品手機交流交易廣場網站事務長篇小說體育運動時事經濟
上班一族博彩娛樂

[繁]機械臂04-

[繁]刀劍神域外傳 Gun

[繁]七龍珠大魔04-

[繁]海賊王 魚人島篇

[簡]重啟人生的千金小

[繁]被逐出隊伍的治癒
C & C++ 語言C# 語言Visual Basic 語言PHP 語言JAVA 語言
查看: 1277|回復: 0
打印上一主題下一主題

[求助]VS 2010 FileStream 問題 (蠻復雜的)[複製鏈接]

Rank: 2Rank: 2

帖子
274
積分
262 點
潛水值
31082 米
跳轉到指定樓層
樓主
發表於 2011-1-21 03:28 PM|只看該作者|倒序瀏覽
我想要讓VB.NET 存檔為 .DAT
  1. Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
  2.         Dim s, d, f, g, h As String
  3.         s = "REG_SZ"
  4.         d = "REG_DWORD"
  5.         f = "REG_BINARY"
  6.         g = "REG_MULTI_SZ"
  7.         h = "REG_EXPAND_SZ"
  8.         '------------------RegClass--------------------
  9.         '------------------Create Record------------------
  10.         If Dir("C:\Reg Record") = "" Then
  11.             System.IO.Directory.CreateDirectory("C:\Reg Record")
  12.         End If
  13.         '------------------Create Record------------------
  14.         '------------Create VB6 Object "Wshshell"-----------
  15.         Dim WshShell
  16.         WshShell = CreateObject("WScript.Shell")
  17.         '------------Create VB6 Object "Wshshell"-----------
  18.         '------------Declare Some Variable------------
  19.         Dim a, b, c As String
  20.         a = TextBox1.Text
  21.         b = TextBox2.Text
  22.         c = TextBox3.Text
  23.         '------------Declare Some Variable------------
  24.         '----------------Create Reg With RegClass Option----------------
  25.         If RadioButton1.Checked = True Then
  26.             WshShell.RegWrite("" & a, "" & b, "" & s)
  27.             My.Computer.Registry.SetValue("" & a, "" & b, "" & c.ToString)
  28.             Dim Y As String = Now.Year.ToString, M As String = Now.Month.ToString, DD As String = Now.Day.ToString, AllDateStr As String = Y & " Year " & M & " Mouth " & DD & " DAY"
  29.             Dim IntDatWithStr As Integer
  30.             AllDateStr = CInt(IntDatWithStr)
  31.             Dim Buffrtr(100000) As Byte
  32.             Dim CreateRegPath As String = AllDateStr & "  Create" & a & "\" & c
  33.             Dim record As New FileStream("C:\Reg Record\CreatRegRecord.dat", FileMode.Create)
  34.             Dim Writer As IAsyncResult = record.BeginWrite(Buffrtr, 0, CreateRegPath, Nothing, Nothing)
  35.         End If
複製代碼

它已經產生 .DAT檔了
問題來了
  1.        If RadioButton1.Checked = True Then
  2.             WshShell.RegWrite("" & a, "" & b, "" & s)
  3.             My.Computer.Registry.SetValue("" & a, "" & b, "" & c.ToString)
  4.             Dim Y As String = Now.Year.ToString, M As String = Now.Month.ToString, DD As String = Now.Day.ToString, AllDateStr As String = Y & " Year " & M & " Mouth " & DD & " DAY"
  5.             Dim IntDatWithStr As Integer
  6.             AllDateStr = CInt(IntDatWithStr)
  7.             Dim Buffrtr(100000) As Byte
  8.             Dim CreateRegPath As String = AllDateStr & "  Create" & a & "\" & c
  9.             Dim record As New FileStream("C:\Reg Record\CreatRegRecord.dat", FileMode.Create)
  10.             Dim Writer As IAsyncResult = record.BeginWrite(Buffrtr, 0, CreateRegPath, Nothing, Nothing)
  11.         End If
複製代碼

我想將 今天的 "年 月 日  新增登入檔的名稱 " 都寫入 .DAT 檔裡面
但都沒寫成功 都擲回 System.InvalidCastException
FileStream   
下載: 訪客無法瀏覽下載點,請先 註冊登入會員

 
 
 
 ...
瀏覽完整內容,請先 註冊登入會員
分享分享0收藏收藏0支持支持0

使用道具檢舉

您需要登錄後才可以回帖 登錄 | 註冊

Powered by Discuz!

© Comsenz Inc.

重要聲明:本討論區是以即時上載留言的方式運作,對所有留言的真實性、完整性及立場等,不負任何法律責任。而一切留言之言論只代表留言者個人意見,並非本網站之立場,用戶不應信賴內容,並應自行判斷內容之真實性。於有關情形下,用戶應尋求專業意見(如涉及醫療、法律或投資等問題)。 由於本討論區受到「即時上載留言」運作方式所規限,故不能完全監察所有留言,若讀者發現有留言出現問題,請聯絡我們。有權刪除任何留言及拒絕任何人士上載留言,同時亦有不刪除留言的權利。切勿上傳和撰寫 侵犯版權(未經授權)、粗言穢語、誹謗、渲染色情暴力或人身攻擊的言論,敬請自律。本網站保留一切法律權利。
回頂部