Quantcast
Channel: VBForums - Visual Basic 6 and Earlier
Viewing all articles
Browse latest Browse all 21301

Windows 8 does not show cur image

$
0
0
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.

Viewing all articles
Browse latest Browse all 21301

Trending Articles