Results 1 to 7 of 7

Thread: html report to print (dos mode) my dot matrix printer

  1. #1

    Thread Starter
    Junior Member
    Join Date
    Feb 2006
    Posts
    19

    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

  2. #2

    Thread Starter
    Junior Member
    Join Date
    Feb 2006
    Posts
    19

    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

  3. #3
    PowerPoster
    Join Date
    Aug 2005
    Location
    College Station, TX
    Posts
    4,521

    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

  4. #4

    Thread Starter
    Junior Member
    Join Date
    Feb 2006
    Posts
    19

    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

  5. #5
    PowerPoster
    Join Date
    Aug 2005
    Location
    College Station, TX
    Posts
    4,521

    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...

  6. #6
    I'm about to be a PowerPoster! Hack's Avatar
    Join Date
    Aug 2001
    Location
    Searching for mendhak
    Posts
    58,333

    Re: html report to print (dos mode) my dot matrix printer

    Moved to reporting section.

    What do you mean by "DOS mode printout"?

  7. #7
    I'm about to be a PowerPoster! Hack's Avatar
    Join Date
    Aug 2001
    Location
    Searching for mendhak
    Posts
    58,333

    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
  •  



Click Here to Expand Forum to Full Width