|
-
Mar 2nd, 2006, 09:17 PM
#1
Thread Starter
Junior Member
html report to print (dos mode) my dot matrix printer
i developed vb project desine report for html format and views currently files to print my dot matrix printer in windows mode fonts i want to print dos mode printout pls explen with exampls
-
Mar 2nd, 2006, 09:25 PM
#2
Thread Starter
Junior Member
html report to print (dos mode) my dot matrix printer
i developed vb project desine report for html format and views currently files to print my dot matrix printer in windows mode fonts i want to print dos mode printout pls explen with exampls
my saved files sales.html in my system
-
Mar 3rd, 2006, 05:18 AM
#3
Re: html report to print (dos mode) my dot matrix printer
Take a look at my codebank example in my sig for Automating the Command Prompt. You can send your Dos Print command through that and have it execute.
I am assuming you know the command you need to run to print in DOS, if not, you can check out this:
http://www.easydos.com/print.html
-
Mar 3rd, 2006, 05:29 AM
#4
Thread Starter
Junior Member
Re: html report to print (dos mode) my dot matrix printer
i know dos extenal command, how to create text file in vb my project report desin html view at the time cteate <f.n>.html one file same time create text file
-
Mar 3rd, 2006, 05:57 AM
#5
Re: html report to print (dos mode) my dot matrix printer
So you don't want to to print the actual HTML code of the entire document?? Is what I am guessing? Just the text?? If so, there is an .InnerText property of the various HTML document objects located in the MSHTML library that returns just the text of the page, without the HTML tags...
-
Mar 3rd, 2006, 07:56 AM
#6
Re: html report to print (dos mode) my dot matrix printer
Moved to reporting section.
What do you mean by "DOS mode printout"?
-
Mar 6th, 2006, 06:35 AM
#7
Re: html report to print (dos mode) my dot matrix printer
Duplicate threads merged.
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
|