VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



Picture Box control acts as a Container

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)

Picture Box control acts as a Container

Rate Picture Box control acts as a Container



'Picture Box Control : A Container 

'Open a standard exe form

'Place a Picture Box Control over the form

'Place a Command Button over the form

'Type the code given below

Private sub Form_Load()

Set Command1.Container=Picture1

Command1.Move 0,0

End Sub

' Run the application. You find the Command Button inside the Picture Box Control.



Download this snippet    Add to My Saved Code

Picture Box control acts as a Container Comments

No comments have been posted about Picture Box control acts as a Container. Why not be the first to post a comment about Picture Box control acts as a Container.

Post your comment

Subject:
Message:
0/1000 characters