SAY討論區
標題:
[vb]記事本-進階版--超完整教學
[打印本頁]
作者:
frankyhui
時間:
2012-5-12 02:23:23
標題:
[vb]記事本-進階版--超完整教學
想做出跟我一樣的記事本嗎
以下就是教學
記事本-進階版
--------------------------------------------------------------------------
需要引進的特殊元件:CommonDialog(Ctrl+T可以引進)
--------------------------------------------------------------------------
製作前準備
Command1 開啟檔案
Command2 儲存檔案
Command3 加入時間
Command4 離開
Command5 開新檔案
Command6 另存新檔
Command7 透明度-變深
Command8 透明度-變淡
Command9 透明度
Command10 透明度-隱藏
Text1 打字區
Label1 檔案位置
Label2 檔案位置(永遠維持空白)
Label3 透明度值(預設200)
Label5 版權
Frame1 透明度
Timer1 驗證 透明度
CommonDialog1 開啟檔案的彈跳視窗
--------------------------------------------------------------------------
製作 前敘
請先拉1個CommonDialog再往下看
--------------------------------------------------------------------------
製作 開新檔案<div class="blockcode"><span class="headactions" onclick="copycode($('code0'));">複製內容到剪貼板</span><h5>代碼:</h5><code id="code0">Private Sub Command5_Click()
Form1.Caption = SKY記事本V2.0'設定標題
Label1 = '新的檔案沒有檔案位置 所以要=
Text1 = '新的文件內容是空的
End Sub</code>
歡迎光臨 SAY討論區 (http://say.go2tutor.com/)
Powered by Discuz! X2