提供小吳 VBQA 包含VB6,VB 2003,VB 2005,VB 2008,VB 2010,2013,2015
,2019,VB.NET,Visual Studio,Visual Basic,程式設計,C#,ASP.NET , Windows From , SQL Server , Crystal Report,VBA,HTML,網頁設計,微軟,98,XP, API ,KB .
DragOver的問題~~~(編號:3495)
Private Sub Drive1_DragOver(Source As Control,X As Single, Y As Single, State As Integer) If State = 0 Then Source.MousePointer = 12 If State = 1 Then Source.MousePointer = 0 End Sub If State = 0 Then Source.MousePinter = 12 是在作甚麼用的呢?