90 likes | 226 Views
VB Programming 0518. Chin-Yi Tsai. Dept. of Information Engineering and Computer Science Feng Chia University Taichung, Taiwan, R. O. C. 專案. 各種不同的元件. 不同的元件之屬性. 程式執行前. 程式執行時 更改元件屬性及元件相關副程式 Command1 . Caption = “ 我是按鈕 ” Command1 . Move 1000, 1000. ADODC & DataGrid. VB 的程式. 資料庫
E N D
VB Programming 0518 Chin-Yi Tsai Dept. of Information Engineering and Computer Science Feng Chia University Taichung, Taiwan, R. O. C.
專案 各種不同的元件 不同的元件之屬性 程式執行前 程式執行時 更改元件屬性及元件相關副程式 Command1.Caption=“我是按鈕” Command1.Move 1000, 1000
ADODC & DataGrid VB的程式 資料庫 如Access
ADODC ADODC & DataGrid VB的程式 DataGrid 資料庫 如Access DataGrid的資料來源為ADODC 並show出資料庫的內容 ADODC和我的資料庫建立連線
Private Sub Form_KeyPress(KeyAscii As Integer) End Sub Private Sub Form_KeyDown(KeyCode As Integer, Shift As Integer) End Sub Private Sub Form_MouseMove(Button As Integer, Shift As Integer, X As Single, Y As Single) End Sub