Hi Derek:  

On my win2k I get err "The specified module could not be found".
 
/H
 
----
I've just found a workaround for printing with a dialog box in  
altBrowser for Windows, and I felt like sharing it.  I know that this  
works on WinXP Home SP2 with IE 6.  I don't know about older versions,  
but anyone else who has it should be able to test it.

on  doPrint
set cursor to watch
set the  hideConsoleWindows to true
if "NT" is in the systemVersion then  set the shellCommand to 
"cmd.exe" else set the shellCommand to  "command.exe"
get shell("rundll32.exe  C:\WINDOWS\System32\mshtml.dll,PrintHTML" && 
quote &  theURLtoPrint & quote)
end doPrint


----
_______________________________________________
use-revolution mailing list
use-revolution@lists.runrev.com
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to