|
-
March 27th, 2001, 11:41 AM
#1
I need ShellExecute help!!
I am using the ShellExecute API for printing my html file. How can I program it so that it is sent directly to the printer without getting the print dialog box? Below is what I have now that brings up the dialog box.
lngResult = ShellExecute(frmMain.hwnd, "print", sFullReportName, 0&, 0&, vbMinimized)
Please help ...this is all I need to finish my app!
Thanks,
Greg
-
March 27th, 2001, 06:29 PM
#2
Re: I need ShellExecute help!!
why dont you just do form.print or something like that
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
|