2010/02/11

on
資訊農夫 IT Farmer (山海醉客)
~

Visual Basic -
Visual Basic MSDN 說明連結
MSDN :
FileSystem 模組  ;;; ControlChars 模組 ;;; DateAndTime 模組  ;;; ErrObject 模組 ;;; Information 模組 ;;; Interaction 模組 ;;; Strings 模組 ;;; 宣告內容和預設存取層級 ;;;  ;;;

字串操作摘要 ;;; My 參考 ;;; 日期和時間摘要 ;;; 轉換摘要;;; 輸入和輸出摘要(檔案)   ;;; 陣列摘要  ;;; 控制流程摘要 ;;;  ;;;
MDI frmLogin 顯示(使用)方式 :
Dim frmChild As New frmLogin()
frmChild.MdiParent = Me
frmChild.Show()

0 意見: