1 / 9

VB Programming 0518

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 的程式. 資料庫

davis-witt
Télécharger la présentation

VB Programming 0518

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. VB Programming 0518 Chin-Yi Tsai Dept. of Information Engineering and Computer Science Feng Chia University Taichung, Taiwan, R. O. C.

  2. 專案 各種不同的元件 不同的元件之屬性 程式執行前 程式執行時 更改元件屬性及元件相關副程式 Command1.Caption=“我是按鈕” Command1.Move 1000, 1000

  3. ADODC & DataGrid VB的程式 資料庫 如Access

  4. ADODC ADODC & DataGrid VB的程式 DataGrid 資料庫 如Access DataGrid的資料來源為ADODC 並show出資料庫的內容 ADODC和我的資料庫建立連線

  5. 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

More Related