hai,
i am using web browser control in my application. i am dynamically generating html file and i am opening that file by using webbrowser control. Now I want to take print out that file by using web browser control. I done this in Windows Operating System by using API. the following is that API.

Shell "rundll32.exe c:\windows\system\MSHTML.dll,PrintHTML " & _
wb.LocationURL, vbNormalFocus

But it is not working in Windows-NT, even if i changed that directory to

c:\winnt\system32\MSHTML.dll....


can any body help on this...

bye