maudie
July 22nd, 1999, 10:39 AM
Form with PictureBox Control with small .BMP assigned to Picture1.Picture
screen.mousepointer = 99
screen.mouseicon = Picture1.Picture
Causes a wrong property assignment error
although the VB Help states this syntax.
It only works if Picture1.picture is an .ico file and not a .BMP.
Am I missing something ?
R:- ( ..................................
screen.mousepointer = 99
screen.mouseicon = Picture1.Picture
Causes a wrong property assignment error
although the VB Help states this syntax.
It only works if Picture1.picture is an .ico file and not a .BMP.
Am I missing something ?
R:- ( ..................................