Warning: strtotime() [function.strtotime]: It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'America/New_York' for 'EST/-5.0/no DST' instead in /home/question/public_html/scripts.php on line 1574
Warning: strtotime() [function.strtotime]: It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'America/New_York' for 'EST/-5.0/no DST' instead in /home/question/public_html/scripts.php on line 1574
Warning: strtotime() [function.strtotime]: It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'America/New_York' for 'EST/-5.0/no DST' instead in /home/question/public_html/scripts.php on line 1574
Warning: strtotime() [function.strtotime]: It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'America/New_York' for 'EST/-5.0/no DST' instead in /home/question/public_html/scripts.php on line 1574
Q: Bypass HTML Print Dialog (VB.NET FaxServer Object)
Submitted By: AluminumPork, 312 days, 12 hours, 20 minutes ago
Hey there, I'm just wondering if any VB.NET/VB Express gurus out there would have any idea for the best way to bypass a print dialog box. I'm developing a fax server that uses the built in Windows FaxServer API. Everything works perfectly and hidden unless I try to fax an HTML doc. It pops up a Print Dialog box. Anyone have any idea how I may be able to bypass this? Thanks!
Please try not to post duplicate answers... if you see an answer that you want to post, just add a vote to it and you can add a note as well. Thank You
1
2
maybe...
Submitted By: Brandn487 ( 312 days, 10 hours, 54 minutes ago )
You could use some windows API to automatically select the OK button on the print dialog box. I know printing directly to the printer is fairly easy in VB6 but im not sure about VB.NET. One sloppy way to do it would be to use the ascii code for the enter once the print function is called.
Submitted By: AluminumPork
Submitted By: Brandn487