Results 1 to 4 of 4

Thread: VB programing Questions

  1. #1
    Join Date
    Jul 2005
    Location
    SC
    Posts
    14
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default VB programing Questions

    Hi, i have a question about the VB 6.0 program. I have a image that i want to be able to change by clicking on my opening a file from my documents and placing it into the image. I'm not using a picturebox because it doesn't sterch the image like the plain image does. How would i go about by doing this?

  2. #2
    Join Date
    Jun 2005
    Location
    英国
    Posts
    11,876
    Thanks
    1
    Thanked 180 Times in 172 Posts
    Blog Entries
    2

    Default

    I believe there's a LoadPicture(String file) sub (or LoadImage(String file), or something like that) inside the picture box object. I haven't used VB since I learnt a real language.
    Twey | I understand English | 日本語が分かります | mi jimpe fi le jbobau | mi esperanton komprenas | je comprends français | entiendo español | tôi ít hiểu tiếng Việt | ich verstehe ein bisschen Deutsch | beware XHTML | common coding mistakes | tutorials | various stuff | argh PHP!

  3. #3
    Join Date
    Jul 2005
    Location
    SC
    Posts
    14
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Sorry asking such dumb questions, I'm teaching myself and well, it's hard with what little resourses i have. Thanks for your help though.

  4. #4
    Join Date
    Jun 2005
    Location
    英国
    Posts
    11,876
    Thanks
    1
    Thanked 180 Times in 172 Posts
    Blog Entries
    2

    Default

    It's OK. But seriously, I suggest you start with a real programming language first. VB is good for just about nothing - except maybe prototyping applications.
    I'm sure some professional VB programmer is going to disagree with me here. I'm sorry, but any language
    1) for which you need to use a proprietary program just to view the source;
    2) which only runs on one operating system;
    3) which doesn't even run on a lot of versions of that OS;
    4) which needs several different libraries, which must be downloaded manually
    is never going anywhere in my books.

    P.S. Actually, I lied. There is one other situation in which VB could be useful: when one is deploying applications across an organization in which you have control over the environments of every single machine that needs to run the program.
    Twey | I understand English | 日本語が分かります | mi jimpe fi le jbobau | mi esperanton komprenas | je comprends français | entiendo español | tôi ít hiểu tiếng Việt | ich verstehe ein bisschen Deutsch | beware XHTML | common coding mistakes | tutorials | various stuff | argh PHP!

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •