|
-
March 1st, 2000, 09:07 AM
#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
-
March 1st, 2000, 10:29 AM
#2
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
-
March 1st, 2000, 10:33 AM
#3
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|