Picture Box control acts as a Container
Picture Box control acts as a Container
Rate Picture Box control acts as a Container
(1(1 Vote))
'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.
Picture Box control acts as a Container Comments
No comments yet — be the first to post one!
Post a Comment