using loadcursorfromfile in vb.net

  • Thread starter Thread starter sandrino
  • Start date Start date
S

sandrino

I have written:
"Declare Function LoadCursorFromFile Lib "\Program
Files\Axilog_SavPad\user32.dll" Alias "LoadCursorFromFile" (ByVal
lpFileName As String) As Long
l = LoadCursorFromFile("\Program Files\Axilog_SavPad\Cursor1.cur")"

But it gives no result.
How can I do to solve this problem?
 
You're asking this in a Windows CE newsgroup... That function is not
supported in Windows CE (and wouldn't be in user32.dll, even if it were).

Paul T.
 
Back
Top