Private Declare Function LoadCursorFromFile ...
Private Declare function SetClassLong ...
Private Const GCL_HCURSOR = (-12)
Sub Form_Load
cn as string
nc as long
cn= "C:\Windows\Cursors\AppStart.ani"
nc = LoadCursorFromFile(cn)
Call SetClassLong(form1.hwnd, GCL_HCursor, nc)
end sub
Сейчас этот форум просматривают: нет зарегистрированных пользователей и гости: 41