Click to See Complete Forum and Search --> : Re: importing text and grahics


Anuj
March 1st, 2000, 08:07 AM
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

AndyK
March 1st, 2000, 09:29 AM
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

AndyK
March 1st, 2000, 09:33 AM
...or you can use MS Internet Controls and load URL into that control