VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



Create Icon Image and Make it a Mouse Icon image over the Picture Box Control

by Bhuwan Chand Joshi (69 Submissions)
Category: Graphics
Compatability: VB 6.0
Difficulty: Unknown Difficulty
Originally Published: Sat 21st July 2001
Date Added: Mon 8th February 2021
Rating: (1 Votes)

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



'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.



Download this snippet    Add to My Saved Code

Create Icon Image and Make it a Mouse Icon image over the Picture Box Control Comments

No comments have been posted about Create Icon Image and Make it a Mouse Icon image over the Picture Box Control. Why not be the first to post a comment about Create Icon Image and Make it a Mouse Icon image over the Picture Box Control.

Post your comment

Subject:
Message:
0/1000 characters