My application uses some .cur file. It works properly in all Windows OS other than window 8. In windows i get error like
Run-time error '481':
Invalid picture
Dim pic As StdPicture
Set pic = LoadPicture("D:\Arrow.cur")
Me.AutoRedraw = True
Me.PaintPicture pic, 10, 10
Even this sample code for a cur file gives same error. So please help to solve the problem.
Run-time error '481':
Invalid picture
Dim pic As StdPicture
Set pic = LoadPicture("D:\Arrow.cur")
Me.AutoRedraw = True
Me.PaintPicture pic, 10, 10
Even this sample code for a cur file gives same error. So please help to solve the problem.