- Home
·
- Graphics
·
- Create Icon Image and Make it a Mouse Icon image over the Picture Box Control
Create Icon Image and Make it a Mouse Icon image over the Picture Box Control
Create Icon Image and Make it a Mouse Icon image over the Picture Box Control
Rate Create Icon Image and Make it a Mouse Icon image over the Picture Box Control
(1(1 Vote))
'Changing Mouse Icon:
'Open a standard exe form
'Place a Picture Box Control over the form
'Type the code given below
Private sub Form_Load()
Picture1.Picture=LoadPicture("Path of the BMP File")
Picture1.MousePointer=99
Picture1.MouseIcon=LoadPicture("Path of the Icon File")
End Sub
'Run the application move the mouse pointer over the Picture Box control.
Create Icon Image and Make it a Mouse Icon image over the Picture Box Control Comments
No comments yet — be the first to post one!
Post a Comment