CreateCursor

    CreateCursor - 새로운 Cursor 생성

    CreateCursor함수는 새로운 Mouse Cursor를 생성하는 함수입니다. Declare Function CreateCursor Lib "user32" Alias "CreateCursor" (ByVal hInstance As Integer, ByVal nXhotspot As Integer, ByVal nYhotspot As Integer, ByVal nWidth As Integer, ByVal nHeight As Integer, ByVal lpANDbitPlane() As Byte, ByVal lpXORbitPlane() As Byte) As Integer ▶VB.NET 선언 Dim andbitMskCur(0 To 127) As Byte Dim xorbitMskCur(0 To 127) As Byt..