How to Load Picture or Image in Picture Box in VB6

This code will teach you on how to load a picture or image on a Picture Box Control from
your hard drive,the basic and simple code will look like this:

Private Sub Command1_Click()
   Picture1.Picture = LoadPicture("E:\Button Cancel copy.jpg")
End Sub





Hope this will help your simple Problem!
Happy Coding ^_^
These icons link to social bookmarking sites where readers can share and discover new web pages.
  • Digg
  • Sphinn
  • del.icio.us
  • Facebook
  • Mixx
  • Google
  • Furl
  • Reddit
  • Spurl
  • StumbleUpon
  • Technorati

Leave a comment

Copyright @ Codes-47.Blogspot.Com. Powered by Blogger.