Playing with Picture Box control
Playing with Picture Box control
Rate Playing with Picture Box control
(1(1 Vote))
'Playing:
'Open a standard exe form
'Place a Picture Box Control over the form
'Type the code given below
Private sub Form_Load()
Picture1.Drag
Picture1.DragIcon=LoadPicture("Path of the ICON file")
End Sub
'Run the application and you see the ICON image over the Picture Box Control. Try to disable it.
Playing with Picture Box control Comments
No comments yet — be the first to post one!
Post a Comment