|
-
Nov 2nd, 2001, 07:32 AM
#1
Thread Starter
Member
printing by using webbrowser control...
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
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|