Click to See Complete Forum and Search --> : html file (web page) save as bmp file
Denisa
October 21st, 2002, 06:39 AM
Hi
I have a web page (html) dynamic created and i'd like the user to save this page as bmp file pressing on a 'Save as' button (the bmp file is needed in an other program).
Is this possible using VB script or Java script?
Can anyone provide the code that will do this, please.
Many thanks
Denisa
Waldo2k2
October 21st, 2002, 07:17 AM
those two languages don't have the power to do that, you can either tell them to take a screen shot, or write a C++ or Java or VB program that knows how to change an html into a bmp, you're pretty much on your own here.....unless you can find on the net someone who's already created the program, then you can just use it.
Denisa
October 24th, 2002, 03:59 AM
i tried to use for this an image box, but i don't know its ProgID (do you know it?). Do you know an activx that can create a bitmap or that can draw?
Thanks
Waldo2k2
October 24th, 2002, 06:57 AM
try searching online for it... i bet msdn will have it. they might even have a peice of code already made that does what you want. You can also do a google search for it. Unless you want to write it from scratch, in which case just check out msdn, you could probably figure out how to do it by cruising their site for 15 minutes or so.
codeguru.com
Copyright Internet.com Inc., All Rights Reserved.