Re: Simple Question about Bluetooth Printing
- From: "Ruben" <ruben.scott@xxxxxxxxxxxx>
- Date: 24 May 2005 13:38:30 -0700
mldunham,
Your question really has a couple of parts to it. The first is how do
I set up to print over Bluetooth, the second, how do I print a textbox.
Do you have access to the Intermec Developers Kit? In there, you can
find the .NET LinePrinter component. It can help you in a couple of
ways. I will assume you have access to it for the rest of the answer.
First, you must go into the Bluetooth settings control panel and
discover your printer and set it as the default. Now when you set up
to print to a Bluetooth printer using Intermec's LinePrinter, it will
go to that printer.
To print the contents of the textbox to the printer, I can think of 2
ways of doing it. The first option would be to simply read the text
from the control, and use the LinePrinter Write commands to send the
text to the printer.
The second option would be to capture the control as a bitmap file and
use the LinePrinter's Bitmap function to print the control as a
graphics item on the printer. The problem with this is that it might
be dificult to capture the control as a bitmap. I have not done this
myself, but perhaps others can fill in the missing pieces here.
Hope this helps!
Ruben
.
- Follow-Ups:
- Re: Simple Question about Bluetooth Printing
- From: mldunham
- Re: Simple Question about Bluetooth Printing
- References:
- Simple Question about Bluetooth Printing
- From: mldunham
- Simple Question about Bluetooth Printing
- Prev by Date: Re: PPC 2003 Serial Port 1200 baud problem
- Next by Date: Re: Get and Set MAPI Credentials...
- Previous by thread: Simple Question about Bluetooth Printing
- Next by thread: Re: Simple Question about Bluetooth Printing
- Index(es):
Relevant Pages
|