1 Replies - 200 Views - Last Post: 29 January 2012 - 01:09 AM Rate Topic: -----

Topic Sponsor:

#1 dot-eddy  Icon User is offline

  • New D.I.C Head

Reputation: 0
  • View blog
  • Posts: 5
  • Joined: 28-January 12

myvb6 challengeshare

Posted 28 January 2012 - 09:04 AM

hey there,have got these to share:
i am doing a vb6 project and am not able to upload a picture from a file;
i cant get even the logic of using a "print" control in my vb6 application;
any help of the same,i will actually apreciate.
Is This A Good Question/Topic? 0
  • +

Replies To: myvb6 challengeshare

#2 maj3091  Icon User is offline

  • D.I.C Lover
  • member icon

Reputation: 211
  • View blog
  • Posts: 1,249
  • Joined: 26-March 09

Re: myvb6 challengeshare

Posted 29 January 2012 - 01:09 AM

OK, We're not a code writing service, but we will try to help.

Loading a picture to a picture box for example, you need to use the LoadPicture function.

picMyPicture.Picture = LoadPicture("C:\myfile.bmp")


In regards to the "print", show us what you've already tried or what your trying to do.

If this is your first venture into programming, I would suggest going for a newer language like VB.NET for example, unless you need to use VB6.

This post has been edited by maj3091: 29 January 2012 - 01:12 AM

Was This Post Helpful? 0
  • +
  • -

Page 1 of 1