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
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
Re: importing text and grahics
...or you can use MS Internet Controls and load URL into that control