VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



Clear Graphics from 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)

Clear Graphics from the Picture Box Control

Rate Clear Graphics from the Picture Box Control



'Clearing Picture Box Control:

'Open a standard exe form

'Place a Picture Box Control over the form

'Place a Command Button over the form with the caption property Clear Image.

'Type the code given below

Private sub Form_Load()

Picture1.Picture=LoadPicture("Path of the BMP File")

End Sub

Private Sub Command1_Click()

Picture1.Picture=LoadPicture

End Sub

'Use LoadPicture Method without specifying image file to clear the Picture Box control



Download this snippet    Add to My Saved Code

Clear Graphics from the Picture Box Control Comments

No comments have been posted about Clear Graphics from the Picture Box Control. Why not be the first to post a comment about Clear Graphics from the Picture Box Control.

Post your comment

Subject:
Message:
0/1000 characters