CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2

Thread: out

  1. #1
    Guest

    out

    If I want to send a word to a local port(visual basic) as we do in simple basic what should I do. Thanks in advance

    ferry


  2. #2
    Guest

    Re: out

    If it is Parallel port then try with object Printer and command Print
    like:
    Printer.Print xxxxxxx


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

Featured