CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Mar 2000
    Posts
    1

    Re: importing text and grahics

    I am a student working on a VB project in Windows NT platform and would like to know how I can import text and grahics from the web into my application.
    Basically, I need to import tables, graphs or any pictures into my VB application from a specified URL.

    Any help would be appreciated.

    Thanks,
    Anuj


  2. #2
    Join Date
    Aug 1999
    Location
    US, Florida
    Posts
    817

    Re: importing text and grahics

    You mean you want your VB program to scan the HTML file and save all the pics to the harddrive? or you want to know how you could manualy place a picture from some webpage into your program?
    If you want manually then just right-click on the picture and click Save As... and save that file to harddrive, then use LoadPicture to load it into image or picture box


  3. #3
    Join Date
    Aug 1999
    Location
    US, Florida
    Posts
    817

    Re: importing text and grahics

    ...or you can use MS Internet Controls and load URL into that control


Posting Permissions

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





Click Here to Expand Forum to Full Width

Featured